diff options
Diffstat (limited to 'data/conf')
| -rw-r--r-- | data/conf/server.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/conf/server.conf b/data/conf/server.conf index 170a4dd..b8b3631 100644 --- a/data/conf/server.conf +++ b/data/conf/server.conf @@ -1,10 +1,10 @@ NAME defalt gameserver -IP4 0.0.0.0 -#IP6 ::1 +#IP4 0.0.0.0 +IP6 :: -PORT4 6800 -#PORT6 6806 +#PORT4 6800 +PORT6 6800 MAX_CLIENTS 32 ARENA BAIACO8B @@ -15,4 +15,4 @@ MAX_ITEM 20 LOG_FILE tuxanci-server.log SCORE_FILE highscore.txt -SUPPORT_CLIENTS test 0.20.0 0.2.99 dev +SUPPORT_CLIENTS test 0.20.0 0.21.0 0.2.99 dev |