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