mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-10-16 07:28:25 +02:00
8 lines
242 B
Plaintext
8 lines
242 B
Plaintext
#
|
|
# Rule web_server_inbound 0 (global)
|
|
pass in quick inet proto tcp from any to any port 80 keep state
|
|
#
|
|
# Rule web_server_inbound 1 (global)
|
|
pass in quick inet proto icmp from any to any icmp-type { 3 , 8 code 0 } keep state
|
|
|