Feature #414
server
| Status: | Closed | Start: | 10/21/2008 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
Description
Please add a feature to assign server by server.cfg rather then sourcebans.cfg . I run all my servers from 1 directory so it shows all bans from the same server.
History
Updated by sparky smith 76 days ago
well it says
-ip being set on startup need this set to 0
my command start line has
+ip 70.18.152.96 -port 27888
because my server has 3 ips
?
Updated by Brad Smith 76 days ago
+ip and -ip is he same.
If an ip address and port is bound to the srcds, then sourcebans can read that and auto add and auto detect ip/port. Make the following changes to the config and test. It should work as since the +ip and -port are on the command line.
"AutoAddServer" "1"
// Comment out the server ip and port items
// "ServerIP" "127.0.0.1"
// "ServerPort" "27015"
"ServerID" "-1"
Updated by Brad Smith 70 days ago
- Status changed from New to Closed