1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-10 07:02:21 +00:00

Prevent DNS leaks on windows (v2.3.9+, ignored on other platforms)

This commit is contained in:
jtbr 2016-05-14 21:15:58 +00:00 committed by jtbr
parent 5f6159ce9f
commit ff7a7a5c3d

View File

@ -450,6 +450,7 @@ persist-tun
remote-cert-tls server
cipher AES-256-CBC
auth SHA512
block-outside-dns
tls-version-min 1.2
tls-client" > /etc/openvpn/client-common.txt
if [[ "$VARIANT" = '1' ]]; then