Update pf.sh

This commit is contained in:
FusionPBX 2017-04-03 21:01:12 -06:00 committed by GitHub
parent 07785e2839
commit d687aa5a8f
1 changed files with 4 additions and 3 deletions

View File

@ -12,9 +12,10 @@ verbose "Configuring PF"
#enable the service
echo 'pf_enable="YES"' >> /etc/rc.conf
echo 'pf_rules="/etc/firewall"' >> /etc/rc.conf
echo 'pf_flags=""' >> /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
echo 'pflog_flags=""' >> /etc/rc.conf
#echo 'pflog_flags=""' >> /etc/rc.conf
#copy the pf config file
cp pf/pf.conf /etc/pf.conf