diff options
author | 1999-05-08 16:33:10 +0000 | |
---|---|---|
committer | 1999-05-08 16:33:10 +0000 | |
commit | af5324a1ee269fecc0b777cdfbb72058576d9bdd (patch) | |
tree | e1164461767b949345b7f5c8a3f550fb89ff7ed6 | |
parent | o Redesign the layering mechanism and make the aliasing code part of (diff) | |
download | wireguard-openbsd-af5324a1ee269fecc0b777cdfbb72058576d9bdd.tar.xz wireguard-openbsd-af5324a1ee269fecc0b777cdfbb72058576d9bdd.zip |
Typo/anachronism; kwesterback@home.com.
-rw-r--r-- | etc/ipnat.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/ipnat.rules b/etc/ipnat.rules index 5abf73ae6cd..20e5a165574 100644 --- a/etc/ipnat.rules +++ b/etc/ipnat.rules @@ -1,6 +1,6 @@ -# $OpenBSD: ipnat.rules,v 1.1 1998/02/18 22:46:25 deraadt Exp $ +# $OpenBSD: ipnat.rules,v 1.2 1999/05/08 16:33:10 jason Exp $ # # See /usr/share/ipf/nat.1 for examples. -# edit the nat= line in /etc/rc.conf to enable Network Address Translation +# edit the ipnat= line in /etc/rc.conf to enable Network Address Translation #map ppp0 10.0.0.0/8 -> ppp0/32 portmap tcp/udp 10000:20000 |