mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-19 17:57:22 +01:00
9 lines
323 B
Plaintext
9 lines
323 B
Plaintext
#
|
|
# Rule mail_server_outbound 0 (global)
|
|
pass out quick inet proto tcp from any to any port { 53, 25 } keep state
|
|
pass out quick inet proto udp from any to any port 53 keep state
|
|
#
|
|
# Rule mail_server_outbound 1 (global)
|
|
pass out quick inet proto icmp from any to any icmp-type { 3 , 8 code 0 } keep state
|
|
|