mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-18 17:27:20 +01:00
9 lines
397 B
Plaintext
9 lines
397 B
Plaintext
#
|
|
# Rule web_server_outbound 0 (global)
|
|
pass out quick inet proto icmp from any to any icmp-type { 3 , 8 code 0 } keep state label "RULE 0 -- ACCEPT "
|
|
#
|
|
# Rule web_server_outbound 1 (global)
|
|
pass out quick inet proto tcp from any to any port 53 keep state label "RULE 1 -- ACCEPT "
|
|
pass out quick inet proto udp from any to any port 53 keep state label "RULE 1 -- ACCEPT "
|
|
|