From aead5c57c7975e5816d25c3da825001db936b44b Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 5 Mar 2026 23:04:31 +0200 Subject: [PATCH] fix syntax --- crates/httpd/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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