diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-08 15:54:51 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-08 15:54:51 +0300 |
| commit | a7cf0c9bbfdee3beb3fabab94e1cf0c61f811e43 (patch) | |
| tree | 285d6f7b1d49e9cdd19890e510e4bb3dc9a0a652 | |
| parent | ce5b23e8a8cf979e43fdcf0a2bcf698890d3ec7c (diff) | |
Use Raspberry Pi Pi-hole nodes in DNS toggle script
| -rwxr-xr-x | scripts/pihole-dns-toggle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pihole-dns-toggle b/scripts/pihole-dns-toggle index 183035a..1e3cc4d 100755 --- a/scripts/pihole-dns-toggle +++ b/scripts/pihole-dns-toggle @@ -3,8 +3,8 @@ set -e -# Pi-hole DNS servers -PIHOLE_DNS="192.168.1.120 192.168.1.121 192.168.1.122 192.168.1.1" +# Pi-hole DNS servers on the Raspberry Pi pair, with the router as last-resort fallback. +PIHOLE_DNS="192.168.1.127 192.168.1.128 192.168.1.1" # Colors for output GREEN='\033[0;32m' |
