mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix typo in description of pflog_logfile.
Submitted by: Mike Jakubik
This commit is contained in:
parent
3f623879cc
commit
a31f99f887
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ pf_rules="/etc/pf.conf" # rules definition file for pf
|
|||
pf_program="/sbin/pfctl" # where the pfctl program lives
|
||||
pf_flags="" # additional flags for pfctl
|
||||
pflog_enable="NO" # Set to YES to enable packet filter logging
|
||||
pflog_logfile="/var/log/pflog" # where pflogd shoule store the logfile
|
||||
pflog_logfile="/var/log/pflog" # where pflogd should store the logfile
|
||||
pflog_program="/sbin/pflogd" # where the pflogd program lives
|
||||
pflog_flags="" # additional flags for pflogd
|
||||
tcp_extensions="YES" # Set to NO to turn off RFC1323 extensions.
|
||||
|
|
|
|||
Loading…
Reference in a new issue