diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/char_athena.conf | 4 | ||||
-rw-r--r-- | conf-tmpl/login_athena.conf | 4 | ||||
-rw-r--r-- | conf-tmpl/map_athena.conf | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index 221815c4a..e23be8de9 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -18,6 +18,10 @@ wisp_server_name: Server // // login_ip:127.0.0.1 +// What interface should we bind to.. if you have multiple IP's on one +// machine, this lets you put multiple servers on the same ports +// bind_ip:127.0.0.1 + // Login Server Port login_port: 6900 diff --git a/conf-tmpl/login_athena.conf b/conf-tmpl/login_athena.conf index 2cabd0953..b4dabade4 100644 --- a/conf-tmpl/login_athena.conf +++ b/conf-tmpl/login_athena.conf @@ -8,6 +8,10 @@ // you need to specify the IP address you wish to export to the entire world. // //login_ip:127.0.0.1 + +// What interface should we bind to.. if you have multiple IP's on one +// machine, this lets you put multiple servers on the same ports +// bind_ip:127.0.0.1 // Login Server Port login_port: 6900 diff --git a/conf-tmpl/map_athena.conf b/conf-tmpl/map_athena.conf index d32e16ba6..b5c772b6e 100644 --- a/conf-tmpl/map_athena.conf +++ b/conf-tmpl/map_athena.conf @@ -30,6 +30,10 @@ passwd: p1 // //char_ip:127.0.0.1 +// What interface should we bind to.. if you have multiple IP's on one +// machine, this lets you put multiple servers on the same ports +// bind_ip:127.0.0.1 + // Character Server Port char_port: 6121 |