Files
ignition-pi4/home/pihole/update-hints.sh
2025-11-06 20:28:41 +01:00

5 lines
195 B
Bash

#!/bin/bash
set -o errexit -o noclobber -o pipefail -o nounset
podman exec unbound sh -c "/usr/bin/curl -sSL https://www.internic.net/domain/named.cache -o /usr/local/unbound/iana.d/root.hints"