diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2004-12-08 18:49:48 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2004-12-08 18:49:48 +0000 |
commit | 819d5273519f880085392c0c557d524d30f35c19 (patch) | |
tree | ae9309caa1d2da526ed9cc493b0424c38a4be3f8 /share | |
parent | 107f8becb418f9507344f62c9515df3ba37d7b10 (diff) |
and the example needs 'proto tcp' if it specifies a port, also from mpech@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 976f43e4cf7..4c47de6256d 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.311 2004/12/08 18:47:34 dhartmei Exp $ +.\" $OpenBSD: pf.conf.5,v 1.312 2004/12/08 18:49:47 dhartmei Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1978,7 +1978,7 @@ Any new packets arriving from this host will be dropped unconditionally by the block rule. .Bd -literal -offset indent block quick from <bad_hosts> -pass in on $ext_if to $webserver port www flags S/SA keep state \e +pass in on $ext_if proto tcp to $webserver port www flags S/SA keep state \e (max-src-conn-rate 100/10, overload <bad_hosts> flush global) .Ed .Sh OPERATING SYSTEM FINGERPRINTING |