mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-10-17 16:07:48 +02:00
6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
#
|
|
# Rule NAT_1 0 (NAT)
|
|
nat on en1 proto {tcp udp icmp} from 192.168.1.0/24 to any -> 192.168.1.1
|
|
nat on en0 proto {tcp udp icmp} from 192.168.1.0/24 to any -> 192.0.2.1
|
|
|