From 8550d3474cc4fc2c13ccb70df7bb41f3e2d11ad1 Mon Sep 17 00:00:00 2001 From: Kcchouette Date: Thu, 7 Jul 2016 13:45:14 +0200 Subject: [PATCH] fix the dns case error --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 038af08..0966ca2 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -346,7 +346,7 @@ tls-version-min 1.2" > /etc/openvpn/server.conf echo "push \"dhcp-option DNS $ns1\"" >> /etc/openvpn/server.conf echo "push \"dhcp-option DNS $ns2\"" >> /etc/openvpn/server.conf ;; - 5) #DNS.WATCH + 4) #DNS.WATCH echo 'push "dhcp-option DNS 84.200.69.80"' >> /etc/openvpn/server.conf echo 'push "dhcp-option DNS 84.200.70.40"' >> /etc/openvpn/server.conf ;;