diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-16 18:55:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-16 18:55:51 +0000 |
commit | 6918fe48446d3c43b648641a46c7fd2809c3470c (patch) | |
tree | f7b0615a55d924fe7ebab80c7af7301496086e00 | |
parent | d33c39ddb6633b69de6a21fa0649b67ef53662fb (diff) |
More nat.conf(5) -> pf.conf(5) updates
-rw-r--r-- | etc/nat.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/nat.conf b/etc/nat.conf index 96c565a0df7..6688f5348da 100644 --- a/etc/nat.conf +++ b/etc/nat.conf @@ -1,6 +1,6 @@ -# $OpenBSD: nat.conf,v 1.4 2001/07/09 23:20:46 millert Exp $ +# $OpenBSD: nat.conf,v 1.5 2002/06/16 18:55:50 miod Exp $ # -# See nat.conf(5) for syntax and examples +# See pf.conf(5) for syntax and examples # # replace ext0 with external interface name, 10.0.0.0/8 with internal network # and 192.168.1.1 with external address |