Document the user/group LOR in our sample pf.conf
Submitted by: Devon H. O'Dell
This commit is contained in:
parent
f1cceec6b0
commit
4591afafab
@ -72,6 +72,10 @@
|
||||
#pass in on $ext_if proto { tcp, udp } from any to <foo> port 80 keep state
|
||||
|
||||
# pass incoming ports for ftp-proxy
|
||||
#pass in on $ext_if inet proto tcp from any to $ext_if port > 49151 keep state
|
||||
|
||||
# Alternate rule to pass incoming ports for ftp-proxy
|
||||
# NOTE: Please see pf.conf(5) BUGS section before using user/group rules.
|
||||
#pass in on $ext_if inet proto tcp from any to $ext_if user proxy keep state
|
||||
|
||||
# assign packets to a queue.
|
||||
|
Loading…
Reference in New Issue
Block a user