mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-19 09:47:20 +01:00
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
|
|
|
|
|
|
#
|
|
# Rule 0 (lo0)
|
|
pass quick on lo0 inet6 from any to any keep state label "RULE 0 -- ACCEPT "
|
|
#
|
|
# Rule fallback rule
|
|
# fallback rule
|
|
block quick inet6 from any to any label "RULE 10000 -- DROP "
|
|
|
|
load anchor Policy_ipv4 from "/etc/firewall-ipv6-3-Policy_ipv4.conf"
|