From be623fcd83884d41ee4197142a8b1748cedf0090 Mon Sep 17 00:00:00 2001 From: scott Date: Sat, 30 May 2020 10:10:00 +0900 Subject: [PATCH] default config changes --- lgsm/config-default/config-lgsm/mofmserver/_default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/config-default/config-lgsm/mofmserver/_default.cfg b/lgsm/config-default/config-lgsm/mofmserver/_default.cfg index 97c946126..4eb5c0678 100644 --- a/lgsm/config-default/config-lgsm/mofmserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/mofmserver/_default.cfg @@ -17,7 +17,7 @@ port="7777" queryport="15000" # Overrides the IP address the server is running on. The server will use one of the available IP addresses but will not ascertain that this is a publicly reachable IP address. Used in Multi-IP environments. -ip="10.0.2.6" +ip="0.0.0.0" # Maximal number of players for the server. Default is 2. maxplayers="32"