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