feat: add custom DNS entries for books.home.arpa in Pi-hole configurations
Some checks failed
validate / lint (push) Failing after 0s

This commit is contained in:
Nik Afiq 2026-08-02 01:53:59 +09:00
parent 6277c7fa33
commit 47e3a8992a
2 changed files with 3 additions and 1 deletions

View File

@ -52,6 +52,7 @@ dnsmasq:
- address=/argocd.home.arpa/192.168.7.77
- address=/gluetun.home.arpa/192.168.7.77
- address=/alert-bridge.home.arpa/192.168.7.77
- address=/books.home.arpa/192.168.7.77
persistentVolumeClaim:
enabled: true

View File

@ -83,3 +83,4 @@ dnsmasq:
- address=/argocd.home.arpa/192.168.7.77
- address=/gluetun.home.arpa/192.168.7.77
- address=/alert-bridge.home.arpa/192.168.7.77
- address=/books.home.arpa/192.168.7.77