From abbc79066c3fbd1c68dc4ac3082d86bbcc3f2fcd Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Tue, 29 Oct 2024 21:07:04 +0700 Subject: [PATCH] pihole: fix upstream recursive DNS server not pointing to stubby --- system/podman/pihole.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/podman/pihole.nix b/system/podman/pihole.nix index 3bbba7c..b1a6f14 100644 --- a/system/podman/pihole.nix +++ b/system/podman/pihole.nix @@ -59,7 +59,7 @@ in hostname = name; environment = { TZ = "Asia/Jakarta"; - PIHOLE_DNS_ = "192.168.100.5"; + PIHOLE_DNS_ = "192.168.100.3"; DHCP_ACTIVE = "true"; DHCP_START = "192.168.100.20"; DHCP_END = "192.168.100.254";