From ff7a7a5c3d4c35dffd16e5e0ae96b9aa57bd4466 Mon Sep 17 00:00:00 2001 From: jtbr Date: Sat, 14 May 2016 21:15:58 +0000 Subject: [PATCH] Prevent DNS leaks on windows (v2.3.9+, ignored on other platforms) --- openvpn-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index 7b33f04..8d122a9 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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