This commit is contained in:
2025-08-01 14:19:37 -05:00
parent 3c14d982d7
commit a4848d3560

View File

@@ -58,7 +58,7 @@
package = pkgs-us.pihole-ftl;
openFirewallDNS = true;
#openFirewallDNS = true;
};
unbound = {
@@ -66,7 +66,8 @@
};
};
networking.firewall.allowedTCPPorts = [ 80 ];
networking.firewall.allowedTCPPorts = [ 80 53 ];
networking.firewall.allowedUDPPorts = [ 53 ];
system.stateVersion = "24.05";
};