mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-20 18:27:16 +01: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
|
|
|