mirror of
https://github.com/gwoo/goforever.git
synced 2025-09-26 19:41:10 +08:00
Defaults IP to 0.0.0.0
This commit is contained in:
@@ -134,7 +134,7 @@ func setConfig() {
|
|||||||
config.Port = "2224"
|
config.Port = "2224"
|
||||||
}
|
}
|
||||||
if config.IP == "" {
|
if config.IP == "" {
|
||||||
config.IP = "127.0.0.1"
|
config.IP = "0.0.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user