diff --git a/dns/variables.tf b/dns/variables.tf index b52b7ab..9d9a21d 100644 --- a/dns/variables.tf +++ b/dns/variables.tf @@ -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" } }