summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGert Doering <gert@greenie.muc.de>2013-11-17 15:30:20 +0100
committerGert Doering <gert@greenie.muc.de>2014-01-09 11:30:56 +0100
commit945cfa53cde35340da830f35fb0ae18f15b92862 (patch)
treecf19139d83c14984d4afcdc3cc335f23afedf7f4 /doc
parente93fb8ceebe9ca7748d8874893221a40330564e4 (diff)
downloadopenvpn-945cfa53cde35340da830f35fb0ae18f15b92862.tar.gz
openvpn-945cfa53cde35340da830f35fb0ae18f15b92862.tar.xz
openvpn-945cfa53cde35340da830f35fb0ae18f15b92862.zip
Make code and documentation for --remote-random-hostname consistent.
Documentation examples, description and code were disagreeing on what this option actually does. Now they will all agree that it will *prepend* a random-byte string to the hostname name before resolving to work around DNS caching (needs a "*" wildcard record in the zone). Fix trac #143 Signed-off-by: Gert Doering <gert@greenie.muc.de> Acked-by: Arne Schwabe <arne@rfc2549.org> Message-Id: <1384698620-27946-1-git-send-email-gert@greenie.muc.de> URL: http://article.gmane.org/gmane.network.openvpn.devel/7999 (cherry picked from commit 7de8f3f322c1a1c13022a0243267624930dac5c9)
Diffstat (limited to 'doc')
-rw-r--r--doc/openvpn.82
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openvpn.8 b/doc/openvpn.8
index c9bd482..17ea220 100644
--- a/doc/openvpn.8
+++ b/doc/openvpn.8
@@ -271,7 +271,7 @@ failover capability.
.\"*********************************************************
.TP
.B \-\-remote-random-hostname
-Add a random string (6 characters) to first DNS label of hostname to prevent
+Prepend a random string (6 bytes, 12 hex characters) to hostname to prevent
DNS caching. For example, "foo.bar.gov" would be modified to
"<random-chars>.foo.bar.gov".
.\"*********************************************************