diff --git a/src/etc/pf.conf b/src/etc/pf.conf index e76764a1..98998744 100644 --- a/src/etc/pf.conf +++ b/src/etc/pf.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pf.conf,v 1.49 2009/09/17 06:39:03 jmc Exp $ +# $OpenBSD: pf.conf,v 1.50 2011/04/28 00:19:42 mikeb Exp $ # # See pf.conf(5) for syntax and examples. # Remember to set net.inet.ip.forwarding=1 and/or net.inet6.ip6.forwarding=1 @@ -8,7 +8,7 @@ set skip on lo # filter rules and anchor for ftp-proxy(8) #anchor "ftp-proxy/*" -#pass in quick proto tcp to port ftp rdr-to 127.0.0.1 port 8021 +#pass in quick inet proto tcp to port ftp divert-to 127.0.0.1 port 8021 # anchor for relayd(8) #anchor "relayd/*"