mirror of
https://github.com/pivpn/pivpn.git
synced 2025-01-19 02:54:29 +00:00
Replace mention of 'Google' with 'Quad9'
This commit is contained in:
parent
4257ba76c2
commit
78a6f14742
1 changed files with 1 additions and 1 deletions
|
@ -949,7 +949,7 @@ askClientDNS(){
|
|||
elif [ -z "$pivpnDNS1" ] && [ -z "$pivpnDNS2" ]; then
|
||||
pivpnDNS1="9.9.9.9"
|
||||
pivpnDNS2="149.112.112.112"
|
||||
echo "::: No DNS provider specified, using Google DNS ($pivpnDNS1 $pivpnDNS2)"
|
||||
echo "::: No DNS provider specified, using Quad9 DNS ($pivpnDNS1 $pivpnDNS2)"
|
||||
fi
|
||||
|
||||
local INVALID_DNS_SETTINGS=0
|
||||
|
|
Loading…
Reference in a new issue