From a57a2663723bc505aacf41381ad1ffe0420e9073 Mon Sep 17 00:00:00 2001 From: Satria Date: Sun, 1 Mar 2026 09:31:35 +0700 Subject: [PATCH] set to my own ip --- modules/system/homelab/dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/dns.nix b/modules/system/homelab/dns.nix index 946d80c..b4c430b 100644 --- a/modules/system/homelab/dns.nix +++ b/modules/system/homelab/dns.nix @@ -35,7 +35,7 @@ [ "server.dns.${homelab.domain}" "10.3.14.69" ] [ "home.dns.${homelab.domain}" "10.3.14.235" ] [ "nas.dns.${homelab.domain}" "10.3.14.217" ] - [ "proxy.${homelab.domain}" "10.3.14.120" ] + [ "proxy.${homelab.domain}" "10.3.14.215" ] [ "*.proxy.${homelab.domain}" "proxy.${homelab.domain}" ] [ "lancache.steamcontent.com" "main.dns.${homelab.domain}" ] [ "steam.cache.lancache.net" "main.dns.${homelab.domain}" ]