diff options
Diffstat (limited to 'regress/sbin/pfctl/pf80.in')
-rw-r--r-- | regress/sbin/pfctl/pf80.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf80.in b/regress/sbin/pfctl/pf80.in new file mode 100644 index 00000000000..6913dd36055 --- /dev/null +++ b/regress/sbin/pfctl/pf80.in @@ -0,0 +1,4 @@ +nat pass on lo0 from 10/8 to 172.16/16 -> 172.16.0.1 +rdr pass on lo0 proto tcp from any to 1.2.3.4 port 80 -> 127.0.0.1 port 8080 + +
\ No newline at end of file |