diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-14 13:56:46 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-14 13:56:46 +0000 |
commit | 37e1cf1387107171eb5e8731de69a30503f3d355 (patch) | |
tree | b4f57c73fa3114773a3b947d0e33e773453df070 /conf-tmpl/map_athena.conf | |
parent | 122adfd17eb617b5ba7d17141f006f63336214a5 (diff) | |
download | hercules-37e1cf1387107171eb5e8731de69a30503f3d355.tar.gz hercules-37e1cf1387107171eb5e8731de69a30503f3d355.tar.bz2 hercules-37e1cf1387107171eb5e8731de69a30503f3d355.tar.xz hercules-37e1cf1387107171eb5e8731de69a30503f3d355.zip |
Commented back the ip config settings (set them manually if you know what to set)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10764 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/map_athena.conf')
-rw-r--r-- | conf-tmpl/map_athena.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf-tmpl/map_athena.conf b/conf-tmpl/map_athena.conf index 1ca34af31..06fe87eb2 100644 --- a/conf-tmpl/map_athena.conf +++ b/conf-tmpl/map_athena.conf @@ -29,12 +29,12 @@ 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 @@ -42,7 +42,7 @@ char_port: 6121 // Map Server IP // 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_ip: 127.0.0.1 // Map Server Port map_port: 5121 |