1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-26 15:14:05 +00:00

fix the dns case error

This commit is contained in:
Kcchouette 2016-07-07 13:45:14 +02:00 committed by GitHub
parent 58b2684ee6
commit 8550d3474c

View File

@ -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
;;