Skip to content

Commit 0ff32c3

Browse files
PromoFauxdschaper
andcommitted
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 <[email protected]> Signed-off-by: Adam Warner <[email protected]>
1 parent ddb36c0 commit 0ff32c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automated install/basic-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ os_check() {
188188
detected_os="${detected_os_pretty%% *}"
189189
detected_version=$(cat /etc/*release | grep VERSION_ID | cut -d '=' -f2- | tr -d '"')
190190

191-
IFS=" " read -r -a supportedOS < <(dig +short -t txt ${remote_os_domain} | tr -d '"')
191+
IFS=" " read -r -a supportedOS < <(dig +short -t txt ${remote_os_domain} @ns1.pi-hole.net | tr -d '"')
192192

193193
for i in "${supportedOS[@]}"
194194
do

0 commit comments

Comments
 (0)