(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_bind_ip doesn't exist anymore. Add the IPs/hostnames to [server_bind_addresses]

This commit is contained in:
rubidium
2009-04-10 12:56:55 +00:00
parent ba200c6a92
commit 7d3db3ee91
8 changed files with 35 additions and 11 deletions

View File

@@ -21,6 +21,7 @@ extern ClientID _redirect_console_to_client;
extern bool _network_need_advertise;
extern uint32 _network_last_advertise_frame;
extern uint8 _network_reconnect;
extern StringList _network_bind_list;
extern StringList _network_host_list;
extern StringList _network_ban_list;