setup: warning about reviewing and starting pf

This commit is contained in:
Juan David Hurtado G
2024-11-24 15:16:09 -05:00
parent 72a4706175
commit 3f0a460f90

View File

@@ -108,6 +108,7 @@ antispoof for \$ext_if inet
pass in inet proto tcp from any to any port ssh flags S/SA keep state
EOF
sysrc pf_enable=YES
warn "pf ruleset created, please review ${bastille_pf_conf} and enable it using 'service pf start'."
else
error_exit "${bastille_pf_conf} already exists. Exiting."
fi