From eff3b83fe30ea28198d93f48a94cfd4d4fa8b9a3 Mon Sep 17 00:00:00 2001 From: jtbr Date: Fri, 3 Jun 2016 13:09:00 +0200 Subject: [PATCH] Support old clients that might not recognize blocking --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 9b0b6fb..8e1ccba 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -466,7 +466,7 @@ persist-tun remote-cert-tls server cipher AES-256-CBC auth SHA512 -block-outside-dns +setenv opt block-outside-dns tls-version-min 1.2 tls-client" > /etc/openvpn/client-common.txt if [[ "$VARIANT" = '1' ]]; then