mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-20 18:27:16 +01:00
6 lines
138 B
Plaintext
Executable File
6 lines
138 B
Plaintext
Executable File
#
|
|
# Rule 0 (NAT)
|
|
rdr from any to any -> 10.0.0.1 ip
|
|
rdr from any to any -> 10.0.0.1 ip
|
|
rdr from any to 10.0.0.1/32 -> 10.0.0.1 ip
|