Move AdGuard to dns.nook.family, fix Agents.md service domains

This commit is contained in:
Will Anderson
2026-03-23 10:43:38 -05:00
parent bf2ec73983
commit 82b902f7c4
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# AdGuard Home — household DNS with ad blocking and local nook.family resolution
# AdGuard Home — household DNS with ad blocking, local resolution, and DoH via dns.nook.family
resource "kubernetes_namespace" "dns" {
metadata {
@@ -117,12 +117,12 @@ resource "kubernetes_ingress_v1" "adguard" {
spec {
tls {
hosts = ["dns.${var.domain_suffix}"]
hosts = ["dns.nook.family"]
secret_name = "adguard-tls"
}
rule {
host = "dns.${var.domain_suffix}"
host = "dns.nook.family"
http {
path {
path = "/"