pihole: fix upstream recursive DNS server not pointing to stubby

This commit is contained in:
Tigor Hutasuhut 2024-10-29 21:07:04 +07:00
parent f75b592027
commit abbc79066c

View file

@ -59,7 +59,7 @@ in
hostname = name; hostname = name;
environment = { environment = {
TZ = "Asia/Jakarta"; TZ = "Asia/Jakarta";
PIHOLE_DNS_ = "192.168.100.5"; PIHOLE_DNS_ = "192.168.100.3";
DHCP_ACTIVE = "true"; DHCP_ACTIVE = "true";
DHCP_START = "192.168.100.20"; DHCP_START = "192.168.100.20";
DHCP_END = "192.168.100.254"; DHCP_END = "192.168.100.254";