From de805a23a3f010a2f4ec4d5980fb75a3975fb01b Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Fri, 2 Sep 2022 15:29:01 +0100 Subject: [PATCH] pihole: feat: Add script to fetch root hints for unbound --- pihole/fetch_root_hints.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 pihole/fetch_root_hints.sh diff --git a/pihole/fetch_root_hints.sh b/pihole/fetch_root_hints.sh new file mode 100755 index 0000000..2c1ab8b --- /dev/null +++ b/pihole/fetch_root_hints.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +wget https://www.internic.net/domain/named.root -O unbound/root.hints