diff options
| author | Michal Zima <xhire@mujmalysvet.cz> | 2010-06-09 19:48:59 +0200 |
|---|---|---|
| committer | Michal Zima <xhire@mujmalysvet.cz> | 2010-06-09 19:48:59 +0200 |
| commit | 9c16a77c3ea9bc850eaf31a4732ac20f77954643 (patch) | |
| tree | 218fc846a8a025ff48b31d42f33629af05f7674f /data/conf | |
| parent | 37dd8c8b480cb7752df464051e7d1ce350f59d49 (diff) | |
Consolidated IPv4 and IPv6 ports to one shared
When running GS on [::], only IPv6 server will be started
Diffstat (limited to 'data/conf')
| -rw-r--r-- | data/conf/server.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/conf/server.conf b/data/conf/server.conf index 064e7ce..c9f2cc1 100644 --- a/data/conf/server.conf +++ b/data/conf/server.conf @@ -4,8 +4,7 @@ DAEMON 1 #IP4 0.0.0.0 IP6 :: -#PORT4 6800 -PORT6 6800 +PORT 6800 LAN_ONLY 0 MAX_CLIENTS 32 |