diff options
Diffstat (limited to 'conf-tmpl/login_athena.conf')
-rw-r--r-- | conf-tmpl/login_athena.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 |