Fix configuration example and document to point out that the

predefined filter option only works with igate ports.
This commit is contained in:
Heikki Hannikainen 2012-10-17 23:35:53 +03:00
parent 5a5c32470c
commit 80aa840605
2 changed files with 5 additions and 4 deletions

View File

@ -138,7 +138,7 @@ The basic syntax is:
* porttype: one of:
- fullfeed - everything, after dupe filtering
- igate - igate / client port with user-specified filters
- igate - igate / client port with user-specified or fixed filters
- udpsubmit - UDP packet submission port (8080)
- dupefeed - duplicate packets dropped by the server
@ -159,7 +159,8 @@ The basic syntax is:
- filter "m/500 t/m" - force a filter for users connected here.
If you wish to specify multiple filters, put them in the same "string",
separated by spaces.
separated by spaces. The filter option only works with the igate port
type.
- maxclients 100 - limit clients connected on this port (defaults to 200)
- acl etc/client.acl - match client addresses against ACL
- hidden - don't show the port in the status page

View File

@ -63,8 +63,8 @@ Listen "" fullfeed udp :: 10152 hidden
Listen "Client-Defined Filters" igate tcp :: 14580
Listen "" igate udp :: 14580
#Listen "350 km from my position" fullfeed tcp :: 20350 filter "m/350"
#Listen "" fullfeed udp :: 20350 filter "m/350"
#Listen "350 km from my position" igate tcp :: 20350 filter "m/350"
#Listen "" igate udp :: 20350 filter "m/350"
Listen "UDP submit" udpsubmit udp :: 8080