Use ns1.pi-hole.net to resolve versions.pi-hole.net so that we do not see DNS cookie issues

Co-Authored-by: Dan Schaper <dan.schaper@pi-hole.net>
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2020-07-27 17:44:22 +01:00
parent ddb36c013d
commit 0ff32c3629
No known key found for this signature in database
GPG key ID: 872950F3ECF2B173

View file

@ -188,7 +188,7 @@ os_check() {
detected_os="${detected_os_pretty%% *}" detected_os="${detected_os_pretty%% *}"
detected_version=$(cat /etc/*release | grep VERSION_ID | cut -d '=' -f2- | tr -d '"') detected_version=$(cat /etc/*release | grep VERSION_ID | cut -d '=' -f2- | tr -d '"')
IFS=" " read -r -a supportedOS < <(dig +short -t txt ${remote_os_domain} | tr -d '"') IFS=" " read -r -a supportedOS < <(dig +short -t txt ${remote_os_domain} @ns1.pi-hole.net | tr -d '"')
for i in "${supportedOS[@]}" for i in "${supportedOS[@]}"
do do