diff options
Diffstat (limited to 'conf-tmpl/map_athena.conf')
-rw-r--r-- | conf-tmpl/map_athena.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/conf-tmpl/map_athena.conf b/conf-tmpl/map_athena.conf index eb9bb7cfd..1ca34af31 100644 --- a/conf-tmpl/map_athena.conf +++ b/conf-tmpl/map_athena.conf @@ -29,21 +29,20 @@ passwd: p1 // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. -//char_ip: 127.0.0.1 +char_ip: 127.0.0.1 // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. -//bind_ip: 127.0.0.1 +bind_ip: 127.0.0.1 // Character Server Port char_port: 6121 // Map Server IP -// The map server exports this IP address to the entire world. -// NOTE: You should only need to set this if you are running behind a -// firewall or are on a machine with multiple interfaces. -//map_ip: 127.0.0.1 +// The IP address which clients will use to connect. +// Set this to what your server's public IP address is. +map_ip: 127.0.0.1 // Map Server Port map_port: 5121 |