mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-06-15 22:57:32 +02:00
8 lines
244 B
Plaintext
8 lines
244 B
Plaintext
#
|
|
# Rule mail_server_inbound 0 (global)
|
|
pass in quick inet proto tcp from any to any port 25 keep state
|
|
#
|
|
# Rule mail_server_inbound 1 (global)
|
|
pass in quick inet proto icmp from any to any icmp-type { 3 , 8 code 0 } keep state
|
|
|