diff options
| author | Michal Zima <xhire@mujmalysvet.cz> | 2010-06-05 16:38:06 +0200 |
|---|---|---|
| committer | Michal Zima <xhire@mujmalysvet.cz> | 2010-06-05 16:39:20 +0200 |
| commit | 1e1b1f79adf712d6b7278940ef02d655f89bb3d2 (patch) | |
| tree | feb4202277dc9423436aca51553c6f15e8813181 /data | |
| parent | 3180ee104e5a7806c7c3fab29338fcff38755da0 (diff) | |
Added 0.21.0 to supported server versions
Edited default IPv6 address and port
Changed default from IPv4 to IPv6
Diffstat (limited to 'data')
| -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 |