Include an example of how to load IPv6 rules for ipfilter
PR: 182218 Submitted by: debdrup Reported by: pl@catslair.org Sponsored by: Klara Inc. Event: July 2020 Bugathon Differential Revision: https://reviews.freebsd.org/D25624
This commit is contained in:
parent
3aeb2ec25d
commit
05ec704fd3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54330
1 changed files with 1 additions and 0 deletions
|
@ -2906,6 +2906,7 @@ options IPFILTER_DEFAULT_BLOCK</programlisting>
|
|||
|
||||
<programlisting>ipfilter_enable="YES" # Start ipf firewall
|
||||
ipfilter_rules="/etc/ipf.rules" # loads rules definition text file
|
||||
ipv6_ipfilter_rules="/etc/ipf6.rules" # loads rules definition text file for IPv6
|
||||
ipmon_enable="YES" # Start IP monitor log
|
||||
ipmon_flags="-Ds" # D = start as daemon
|
||||
# s = log to syslog
|
||||
|
|
Loading…
Reference in a new issue