diff options
author | David Krause <david@cvs.openbsd.org> | 2003-09-02 20:38:45 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-09-02 20:38:45 +0000 |
commit | 4089d4524264e720d01247f1259beb478a8177e7 (patch) | |
tree | ba9f2c5acdb9800678c3baf8dc4d8c393c51897a | |
parent | 9b88026e3279c154a06cdac9e79ca3f43385b0d9 (diff) |
add set fingerprints example
ok deraadt@ henning@ frantzen@
-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 88cca416c66..3f350073775 100644 --- a/etc/pf.conf +++ b/etc/pf.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pf.conf,v 1.20 2003/06/17 21:48:10 david Exp $ +# $OpenBSD: pf.conf,v 1.21 2003/09/02 20:38:44 david Exp $ # # See pf.conf(5) and /usr/share/pf for syntax and examples. # Required order: options, normalization, queueing, translation, filtering. @@ -27,6 +27,7 @@ #set optimization normal #set block-policy drop #set require-order yes +#set fingerprints "/etc/pf.os" # Normalization: reassemble fragments and resolve or reduce traffic ambiguities. #scrub in all |