Update pf.sh

This commit is contained in:
FusionPBX 2024-08-25 17:38:37 -06:00 committed by GitHub
parent 161cb556f0
commit 719a960a79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@ cd "$(dirname "$0")"
. ./config.sh
. ./colors.sh
#send a message
verbose "Configuring PF"
@ -19,3 +19,7 @@ echo 'pflog_logfile="/var/log/pflog"' >> /etc/rc.conf
#copy the pf config file
cp pf/pf.conf /etc/pf.conf
#add the pf table files
touch /etc/pf-block.conf
touch /etc/pf-pass.conf