diff options
author | 1999-07-06 04:46:11 +0000 | |
---|---|---|
committer | 1999-07-06 04:46:11 +0000 | |
commit | fb84ac9f9c8277e73517cd1c727bb11c1c6f581f (patch) | |
tree | 065db7e2502c47b1cdd6d057df5022fa9e6dc56a | |
parent | gethostname() is safe (diff) | |
download | wireguard-openbsd-fb84ac9f9c8277e73517cd1c727bb11c1c6f581f.tar.xz wireguard-openbsd-fb84ac9f9c8277e73517cd1c727bb11c1c6f581f.zip |
first cut at documenting bimap
-rw-r--r-- | sbin/ipnat/ipnat.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/ipnat/ipnat.8 b/sbin/ipnat/ipnat.8 index 4923cbf9fc8..a6b3bb8883b 100644 --- a/sbin/ipnat/ipnat.8 +++ b/sbin/ipnat/ipnat.8 @@ -56,7 +56,8 @@ and blank lines are ignored as .Nm parses the file. Entries may be separated by spaces or tabs. Each rule must begin with either -.Em map +.Em map , +.Em bimap , or .Em rdr . .Pp @@ -136,6 +137,11 @@ map ppp0 10.0.0.0/8 -> 209.1.2.0/24 .Pp That will cut the number down from ~16,000,000 addresses short to only 527,566. .Pp +.Em bimap +is not documented, because kjell@openbsd.org and aaron@openbsd.org +have not gotten around to documenting it. +You can mail them and express your distaste... especially to kjell! +.Pp .Em rdr tells the NAT how to redirect incoming packets. It is useful if one wishes to redirect a connection through a proxy, or to another box on the private |