diff options
author | dm <dm@cvs.openbsd.org> | 1996-07-18 05:57:25 +0000 |
---|---|---|
committer | dm <dm@cvs.openbsd.org> | 1996-07-18 05:57:25 +0000 |
commit | 32c1571b6340f34ac25cc12f7bbac65dd8209b45 (patch) | |
tree | bf257b3cd4eadd635f5ee6cf370dcbe9e2b2ba20 /share/ipf/example.6 | |
parent | 855450577164de85ddee7341a7ed13c7073882ca (diff) |
added my two firewall examples, plus the stuff from the distribution
Diffstat (limited to 'share/ipf/example.6')
-rw-r--r-- | share/ipf/example.6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/ipf/example.6 b/share/ipf/example.6 index ac91fea1b25..d40f0f3d2a1 100644 --- a/share/ipf/example.6 +++ b/share/ipf/example.6 @@ -2,4 +2,4 @@ # block all TCP packets with only the SYN flag set (this is the first # packet sent to establish a connection) out of the SYN-ACK pair. # -block proto tcp from any to any flags S/SA +block in proto tcp from any to any flags S/SA |