From a02628222eb4271ccc0cd868a2b376ac78e70357 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 9 May 2026 07:12:15 +0200 Subject: [PATCH] feat(home): add ollama and openwebui local dns --- dns/variables.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } }