Directory variables.

This commit is contained in:
2026-05-14 13:23:27 -04:00
parent db1652823c
commit 60226c782a
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ fi
allow_hosts_start()
{
echo "Running allow hosts"
echo "include \"${allow_hosts_rules}\"" > /etc/router-conf/gen/pf.rules.conf
echo "include \"${allow_hosts_rules}\"" > ${rc_router_gen_dir}/pf.rules.conf
pfctl -a allow-hosts -f ${allow_hosts_rules}
}