mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-19 17:57:22 +01:00
13 lines
493 B
Plaintext
13 lines
493 B
Plaintext
|
|
|
|
|
|
#
|
|
# Rule fallback rule
|
|
# fallback rule
|
|
block quick inet from any to any label "RULE -1 -- DROP "
|
|
|
|
load anchor mail_server_inbound from "/etc/fw/firewall-base-rulesets-mail_server_inbound.conf"
|
|
load anchor mail_server_outbound from "/etc/fw/firewall-base-rulesets-mail_server_outbound.conf"
|
|
load anchor web_server_inbound from "/etc/fw/firewall-base-rulesets-web_server_inbound.conf"
|
|
load anchor web_server_outbound from "/etc/fw/firewall-base-rulesets-web_server_outbound.conf"
|