mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
Fix r339466. The test result file did not list the rdr rule. Additionally, the route-to rule needs a redirection address. X-MFC-with: 339466
3 lines
202 B
Text
3 lines
202 B
Text
rdr on em0 proto tcp from any to any -> 1.1.1.1 port 2121
|
|
pass out log quick on lo0 route-to (lo0 localhost) inet from any to any
|
|
pass in log quick on lo0 route-to (lo0 localhost) inet6 from any to any
|