feat(home): add ollama and openwebui local dns

This commit is contained in:
2026-05-09 07:12:15 +02:00
parent 0af6f597f6
commit a02628222e

View File

@@ -23,6 +23,7 @@ variable "adguard_dns_rewrites" {
"pfsense.net.opytex.org" = "192.168.1.1"
"adguard.net.opytex.org" = "192.168.1.30"
"zebra.lan.opytex.org" = "192.168.10.60"
"openwebui.lan.opytex.org" = "192.168.10.191"
"ollama.lan.opytex.org" = "192.168.10.61"
"openwebui.lan.opytex.org" = "192.168.10.62"
}
}