From 11b3bb04257cada1c3d67904d708313b703e7836 Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Tue, 20 Sep 2022 14:54:15 +0100 Subject: [PATCH] pihole: fix: Update to unbound-data directory in script --- pihole/fetch_root_hints.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pihole/fetch_root_hints.sh b/pihole/fetch_root_hints.sh index 2c1ab8b..f26cc95 100755 --- a/pihole/fetch_root_hints.sh +++ b/pihole/fetch_root_hints.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -wget https://www.internic.net/domain/named.root -O unbound/root.hints +wget https://www.internic.net/domain/named.root -O unbound-data/root.hints