lib/coredns: fix firewall

This commit is contained in:
Luke Granger-Brown 2021-03-20 02:06:08 +00:00
parent b0a6ebe52d
commit 627c8bf17c

View file

@ -6,10 +6,10 @@
source = ./zones; source = ./zones;
}; };
firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
53 # DNS 53 # DNS
]; ];
firewall.allowedUDPPorts = [ networking.firewall.allowedUDPPorts = [
53 # DNS 53 # DNS
]; ];