mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-19 01:37:17 +01:00
9 lines
313 B
Plaintext
9 lines
313 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
|
|
#
|
|
# Rule web_server_outbound 1 (global)
|
|
pass out quick inet proto tcp from any to any port 53 keep state
|
|
pass out quick inet proto udp from any to any port 53 keep state
|
|
|