diff options
author | James Yonan <james@openvpn.net> | 2010-07-27 21:46:34 +0000 |
---|---|---|
committer | James Yonan <james@openvpn.net> | 2010-07-27 21:46:34 +0000 |
commit | 75dfe3d7f73279ddefb533f2e3b4a4cce4e9802a (patch) | |
tree | 817f286a4c36cf37c1f05547b22260f5ff5518fd /options.c | |
parent | Fixed an issue where application payload transmissions on the (diff) | |
download | openvpn-75dfe3d7f73279ddefb533f2e3b4a4cce4e9802a.tar.xz |
Added "net stop dnscache" and "net start dnscache" in front
of existing --register-dns commands.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6352 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -615,8 +615,8 @@ static const char usage_message[] = "--dhcp-pre-release : Ask Windows to release the previous TAP adapter lease on\n" " startup.\n" "--dhcp-release : Ask Windows to release the TAP adapter lease on shutdown.\n" - "--register-dns : Run ipconfig /flushdns and ipconfig /registerdns on\n" - " connection initiation.\n" + "--register-dns : Run net stop dnscache, net start dnscache, ipconfig /flushdns\n" + " and ipconfig /registerdns on connection initiation.\n" "--tap-sleep n : Sleep for n seconds after TAP adapter open before\n" " attempting to set adapter properties.\n" "--pause-exit : When run from a console window, pause before exiting.\n" |