summaryrefslogtreecommitdiff
path: root/conf-tmpl/char_athena.conf
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-13 19:21:03 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-13 19:21:03 +0000
commit034c652dd33bf8ab408bcb75b7e9968266cad5c8 (patch)
tree4dea5fef24142edd9c6ea74761e6d0cd5ec53d4a /conf-tmpl/char_athena.conf
parent17b179c8d4518f2e836787749b5b98225fab688a (diff)
downloadhercules-034c652dd33bf8ab408bcb75b7e9968266cad5c8.tar.gz
hercules-034c652dd33bf8ab408bcb75b7e9968266cad5c8.tar.bz2
hercules-034c652dd33bf8ab408bcb75b7e9968266cad5c8.tar.xz
hercules-034c652dd33bf8ab408bcb75b7e9968266cad5c8.zip
- Corrected a totally incorrect comment for the public ip config setting
- Adjusted the formatting of several config files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10756 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/char_athena.conf')
-rw-r--r--conf-tmpl/char_athena.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf
index d080b9dc4..0639f93e2 100644
--- a/conf-tmpl/char_athena.conf
+++ b/conf-tmpl/char_athena.conf
@@ -9,7 +9,7 @@ userid: s1
passwd: p1
// Server name, use alternative character such as ASCII 160 for spaces.
-// NOTE: You should not use spaces in the server name, or guild emblems won't work client-side!
+// NOTE: Do not use spaces in the name, or guild emblems won't work client-side!
server_name: eAthena
// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
@@ -19,21 +19,20 @@ wisp_server_name: Server
// The character server connects to the login server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
-//login_ip: 127.0.0.1
+login_ip: 127.0.0.1
// The character 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
// Login Server Port
login_port: 6900
// Character Server IP
-// The character 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.
-// char_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.
+char_ip: 127.0.0.1
// Character Server Port
char_port: 6121