diff options
| author | 2008-05-09 06:04:08 +0000 | |
|---|---|---|
| committer | 2008-05-09 06:04:08 +0000 | |
| commit | 250924e4925fed4b898ee00b09c3aa49d73a0b96 (patch) | |
| tree | 8e4611ce119767b2a906fe9309eb0552feac3491 | |
| parent | convert port byte order in the production; add port keyword; ok deraadt@ (diff) | |
| download | wireguard-openbsd-250924e4925fed4b898ee00b09c3aa49d73a0b96.tar.xz wireguard-openbsd-250924e4925fed4b898ee00b09c3aa49d73a0b96.zip | |
now we also need the anchor "relayd/*" in addition to the rdr-anchor.
ok pyr@
| -rw-r--r-- | etc/pf.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/pf.conf b/etc/pf.conf index 643f66026cd..233ac9a3329 100644 --- a/etc/pf.conf +++ b/etc/pf.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pf.conf,v 1.36 2008/04/02 05:05:25 jmc Exp $ +# $OpenBSD: pf.conf,v 1.37 2008/05/09 06:04:08 reyk Exp $ # # See pf.conf(5) for syntax and examples. # Remember to set net.inet.ip.forwarding=1 and/or net.inet6.ip6.forwarding=1 @@ -23,6 +23,7 @@ # -> 127.0.0.1 port spamd #anchor "ftp-proxy/*" +#anchor "relayd/*" #block in #pass out |
