mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-20 18:27:16 +01:00
compiler for PF does not need to generate protocol match "proto {tcp
udp icmp}" when service object used in the NAT rule is "any". The
reason this was done this way is lost in the mist of time; it's been
like this since very early versions of fwbuilder.
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
#
|
|
# Rule NAT_1 0 (NAT)
|
|
nat on en1 from 192.168.1.0/24 to any -> (en1)
|
|
nat on en0 from 192.168.1.0/24 to any -> (en0)
|
|
|