Change the order of cloudflare dns resolver

This commit is contained in:
Vahid Shirvani 2018-07-03 23:10:27 +02:00
parent 23403d9284
commit 1be089735b

View file

@ -725,8 +725,8 @@ ifconfig-pool-persist ipp.txt" >> /etc/openvpn/server.conf
done
;;
2) # Cloudflare
echo 'push "dhcp-option DNS 1.0.0.1"' >> /etc/openvpn/server.conf
echo 'push "dhcp-option DNS 1.1.1.1"' >> /etc/openvpn/server.conf
echo 'push "dhcp-option DNS 1.0.0.1"' >> /etc/openvpn/server.conf
;;
3) # Quad9
echo 'push "dhcp-option DNS 9.9.9.9"' >> /etc/openvpn/server.conf