35You can add or remove addresses from the filter list with:
36
37addip <ip>
38removeip <ip>
39
40The ip address is specified in dot format, and any unspecified digits will match any value, so you can specify an entire class C network with "addip 192.246.40".
41
42Removeip will only remove an address specified exactly the same way. You cannot addip a subnet, then removeip a single host.
43
44listip
45Prints the current list of filters.
46
47writeip
48Dumps "addip <ip>" commands to listip.cfg so it can be execed at a later date. The filter lists are not saved and restored by default, because I beleive it would cause too much confusion.
49
50filterban <0 or 1>
51
52If 1 (the default), then ip addresses matching the current list will be prohibited from entering the game. This is the default setting.
53
54If 0, then only addresses matching the list will be allowed. This lets you easily set up a private game, or a game that only allows players from your local network.