diff --git a/crates/httpd/config.toml b/crates/httpd/config.toml index fa5d15c..afef9f8 100644 --- a/crates/httpd/config.toml +++ b/crates/httpd/config.toml @@ -1,7 +1,7 @@ title = "HLState" # Bind server on given host -host = "[::1]" +host = "::1" # Bind server on given port port = 8027