Update pf.sh
This commit is contained in:
parent
161cb556f0
commit
719a960a79
|
|
@ -19,3 +19,7 @@ echo 'pflog_logfile="/var/log/pflog"' >> /etc/rc.conf
|
||||||
|
|
||||||
#copy the pf config file
|
#copy the pf config file
|
||||||
cp pf/pf.conf /etc/pf.conf
|
cp pf/pf.conf /etc/pf.conf
|
||||||
|
|
||||||
|
#add the pf table files
|
||||||
|
touch /etc/pf-block.conf
|
||||||
|
touch /etc/pf-pass.conf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue