From b90c6f17b476b0ef1bd831f4a475425c94ba237f Mon Sep 17 00:00:00 2001 From: James Yonan Date: Fri, 16 Jul 2010 18:01:11 +0000 Subject: 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 --- openvpn.8 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openvpn.8') diff --git a/openvpn.8 b/openvpn.8 index 12294be..1aa8382 100644 --- a/openvpn.8 +++ b/openvpn.8 @@ -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 -- cgit