diff options
author | 2002-06-24 07:43:10 +0000 | |
---|---|---|
committer | 2002-06-24 07:43:10 +0000 | |
commit | c4e1af19c3d3e8a1283c2c8c1af03332a697847d (patch) | |
tree | 36d39c94bde577215e610d062b140bb604566519 | |
parent | correct ftp relay functionality. (diff) | |
download | wireguard-openbsd-c4e1af19c3d3e8a1283c2c8c1af03332a697847d.tar.xz wireguard-openbsd-c4e1af19c3d3e8a1283c2c8c1af03332a697847d.zip |
"quick log" -> "log quick" in example rules, from Rudolfo Munguia
-rw-r--r-- | usr.sbin/authpf/authpf.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/authpf/authpf.8 b/usr.sbin/authpf/authpf.8 index b8d751fff50..6049d424885 100644 --- a/usr.sbin/authpf/authpf.8 +++ b/usr.sbin/authpf/authpf.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: authpf.8,v 1.13 2002/06/16 19:35:07 miod Exp $ +.\" $OpenBSD: authpf.8,v 1.14 2002/06/24 07:43:10 dhartmei Exp $ .\" .\" Copyright (c) 2002 Bob Beck (beck@openbsd.org>. All rights reserved. .\" @@ -385,7 +385,7 @@ Example external_if = "xl0" internal_if = "fxp0" -pass in quick log on $internal_if proto tcp from $user_ip/32 to any \\ +pass in log quick on $internal_if proto tcp from $user_ip/32 to any \\ keep state pass in quick on $internal_if from $user_ip/32 to any .Ed @@ -408,7 +408,7 @@ internal_if="fxp1" ipsec_gw="10.2.3.4" # allow out ftp, ssh, www and https only, and allow user to negotiate # ipsec with the ipsec server. -pass in quick log on $internal_if proto tcp from $user_ip/32 to any \\ +pass in log quick on $internal_if proto tcp from $user_ip/32 to any \\ { port 21, 22, 80, 443 } flags S/SA pass in quick on $internal_if proto tcp from $user_ip/32 to any \\ { port 21, 22, 80, 443 } |