This commit is contained in:
2025-08-26 19:12:57 +02:00
parent 6d42e8e201
commit f12155e8e3

View File

@@ -107,6 +107,12 @@ data:
match ^(.+)\.apps\.undercloud\.dev\.?$
answer "{{.Name}} 300 IN A 93.228.39.77" # your static v4
}
# wildcard IPv6 to Ingress
template IN AAAA apps.undercloud.dev {
match ^(.+)\\.apps\\.undercloud\\.dev\\.?$
answer "{{.Name}} 300 IN AAAA 2001:470:7116:f:1::b492"
}
}