Commit d03c585cee4910bc5b3b34b1e4cb870954ff4060

Parents: 730dc1b2f396f61fbf39c6e7a1703e2e0cc3f395

From: Moritz Poldrack <git@moritz.sh>
Date: Thu Nov 2 22:16:56 2023 +0700

config: change default bind host to anycast

		

Stats

internal/config/configs.go +1/-1

Changeset

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/internal/config/configs.go b/internal/config/configs.go
index a504d2091124e6572a28cc3040a2a72c07f39064..af66b584dfb1c2ca1b13e51d27f1f5e514bb618e 100644
--- a/internal/config/configs.go
+++ b/internal/config/configs.go
@@ -23,7 +23,7 @@ 	General: struct {
 		Bind string `toml:"bind-to"`
 		Host string `toml:"host"`
 	}{
-		Bind: "127.1.2.4:1558",
+		Bind: "0.0.0.0:1558",
 	},
 }