diff options
author | rf <ml-openvpn@trispace.org> | 2011-04-08 13:15:23 -0700 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2011-04-14 21:34:28 +0200 |
commit | 6215e11e2b864085c0b55fff631f81b2cc587f69 (patch) | |
tree | 8a536ebd03351ca9f6e784485e089ca9a4e0cd4d /openvpn.8 | |
parent | Fixed copying of tapinstall.exe to dist/bin when using prebuilt TAP-drivers (diff) | |
download | openvpn-6215e11e2b864085c0b55fff631f81b2cc587f69.tar.xz |
Update man page with info about --remote-random-hostname
Trac-ticket: 115
Signed-off-by: rf <ml-openvpn@trispace.org>
Acked-by: David Sommerseth <dazo@users.sourceforge.net>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'openvpn.8')
-rw-r--r-- | openvpn.8 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -270,6 +270,12 @@ chosen, providing a sort of basic load-balancing and failover capability. .\"********************************************************* .TP +.B \-\-remote-random-hostname +Add a random string (6 characters) to first DNS label of hostname to prevent +DNS caching. For example, "foo.bar.gov" would be modified to +"<random-chars>.foo.bar.gov". +.\"********************************************************* +.TP .B <connection> Define a client connection profile. Client connection profiles are groups of OpenVPN options that |