coredns binds to 0.0.0.0:53 #30

Merged
sid merged 2 commits from develop into master 2026-04-19 01:25:21 +02:00
Showing only changes of commit 72700ac671 - Show all commits

View file

@ -29,4 +29,7 @@
}
'';
};
networking.firewall.allowedUDPPorts = [ 53 ];
networking.firewall.allowedTCPPorts = [ 53 ];
}