(svn r2374) - CodeChange: giving server_ip a value of 'all' will make the server listen on any interface (0.0.0.0); also fix a typo in one of the script example files: s/ports/interfaces

This commit is contained in:
Darkvater
2005-05-28 18:47:05 +00:00
parent df4c22e358
commit acef413f00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# set default server port, and have the dedicated server listen on all ports
server_ip = 0.0.0.0
# set default server port, and have the dedicated server listen on all interfaces
server_ip = all
server_port = 3979