From 87de24dc66e292ebbf52fbbd6053b3629b9c98ac Mon Sep 17 00:00:00 2001 From: randomshell <43271778+randomshell@users.noreply.github.com> Date: Wed, 22 Apr 2020 13:57:18 +0000 Subject: [PATCH] Ignore block-outside-dns in Linux --- openvpn-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index 4d97cd4..ac10406 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -998,6 +998,7 @@ cipher $CIPHER tls-client tls-version-min 1.2 tls-cipher $CC_CIPHER +ignore-unknown-option block-outside-dns setenv opt block-outside-dns # Prevent Windows 10 DNS leak verb 3" >> /etc/openvpn/client-template.txt