----- Original Message -----
From: "Arne Schwabe" <a...@rfc2549.org>
To: <debbie...@gmail.com>; <openvpn-devel@lists.sourceforge.net>
Sent: Tuesday, December 29, 2015 12:36 PM
Subject: Re: [Openvpn-devel] man openvpn(8): --block-outside-dns
On 29.12.2015 13:31, debbie...@gmail.com wrote:
Is this considered to be sufficient documentation:
https://community.openvpn.net/openvpn/wiki/Openvpn23ManPage
--block-outside-dns
Block DNS servers on other network adapters to prevent DNS leaks. This
option prevents any application from accessing TCP or UDP port 53 except
one
inside the tunnel. It uses Windows Filtering Platform (WFP) and works on
Windows Vista or later.
--block-outside-dns is not an openvpn directive ... it cannot be used in
a
config file as such.
At least as I understood it, it is.
Ahh ..
it is not ' push "setenv-safe opt block-outside-dns" '
( I presume this was a method used prior to 2.3.9 )
simply ' push "block-outside-dns" '
or in the client config "block-outside-dns"
I must have missed something .. doh!
Thanks :)