diff --git a/src/config.rs b/src/config.rs index f0bbbb7..a3d4a90 100644 --- a/src/config.rs +++ b/src/config.rs @@ -14,7 +14,7 @@ pub struct HttpConfig { impl Default for HttpConfig { fn default() -> Self { Self { - host: "0.0.0.0".to_owned(), + host: "[::]".to_owned(), port: 4000, session_cookie_samesite_strict: false, payload_limit_mb: 4,