Mention that FreeBSD does not ship with /etc/pf.conf by default.
Previous versions of FreeBSD provided a standard /etc/pf.conf, but that was removed without changing the documentation. Update the handbook to mention it and point people to the directory /usr/share/examples/pf/ where example firewall rules are available. PR: 231977 Submitted by: koobs@ Discussed with: kp@
This commit is contained in:
parent
7362407766
commit
41b8401711
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52854
1 changed files with 5 additions and 4 deletions
|
@ -354,10 +354,11 @@
|
|||
<programlisting>pf_flags="" # additional flags for pfctl startup</programlisting>
|
||||
|
||||
<para><application>PF</application> will not start if it cannot
|
||||
find its ruleset configuration file. The default ruleset is
|
||||
already created and is named
|
||||
<filename>/etc/pf.conf</filename>. If a custom ruleset has
|
||||
been saved somewhere else, add a line to
|
||||
find its ruleset configuration file. By default, &os; does
|
||||
not ship with a ruleset and there is no
|
||||
<filename>/etc/pf.conf</filename>. Example rulesets can be
|
||||
found in <filename>/usr/share/examples/pf/</filename>. If a
|
||||
custom ruleset has been saved somewhere else, add a line to
|
||||
<filename>/etc/rc.conf</filename> which specifies the full
|
||||
path to the file:</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue