Update pf.sh

This commit is contained in:
FusionPBX 2017-04-03 21:03:58 -06:00 committed by GitHub
parent d687aa5a8f
commit b9f60397ae
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ verbose "Configuring PF"
#enable the service
echo 'pf_enable="YES"' >> /etc/rc.conf
echo 'pf_rules="/etc/firewall"' >> /etc/rc.conf
echo 'pf_rules="/etc/pf.conf"' >> /etc/rc.conf
#echo 'pf_flags=""' >> /etc/rc.conf
echo 'pflog_enable="YES"' >> /etc/rc.conf
echo 'pflog_logfile="/var/log/pflog"' >> /etc/rc.conf