summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-08 15:54:51 +0300
committerPaul Buetow <paul@buetow.org>2026-04-08 15:54:51 +0300
commita7cf0c9bbfdee3beb3fabab94e1cf0c61f811e43 (patch)
tree285d6f7b1d49e9cdd19890e510e4bb3dc9a0a652 /scripts
parentce5b23e8a8cf979e43fdcf0a2bcf698890d3ec7c (diff)
Use Raspberry Pi Pi-hole nodes in DNS toggle script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pihole-dns-toggle4
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'