diff options
author | James Yonan <james@openvpn.net> | 2010-07-16 18:01:11 +0000 |
---|---|---|
committer | James Yonan <james@openvpn.net> | 2010-07-16 18:01:11 +0000 |
commit | b90c6f17b476b0ef1bd831f4a475425c94ba237f (patch) | |
tree | ba7a9f24437743b1c07ba8d396e0fbafadcc0762 /openvpn.8 | |
parent | Implemented multi-address DNS expansion on the network field of route (diff) | |
download | openvpn-b90c6f17b476b0ef1bd831f4a475425c94ba237f.tar.xz |
Added --register-dns option for Windows.
Fixed some issues on Windows with --log, subprocess creation
for command execution, and stdout/stderr redirection.
Version 2.1.1m.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6304 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | openvpn.8 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4749,6 +4749,12 @@ This option has the same caveats as above. .\"********************************************************* .TP +.B --register-dns +Run ipconfig /flushdns and ipconfig /registerdns on +connection initiation. This is known to kick Windows into +recognizing pushed DNS servers. +.\"********************************************************* +.TP .B --pause-exit Put up a "press any key to continue" message on the console prior to OpenVPN program exit. This option is automatically used by the |