Fix configuration example and document to point out that the
predefined filter option only works with igate ports.
This commit is contained in:
parent
5a5c32470c
commit
80aa840605
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue