open firewall port 53 for unbound

This commit is contained in:
2025-01-29 22:33:20 +01:00
parent dd059a6088
commit e4d192ce6c

View File

@@ -1,9 +1,9 @@
{ config, ... }:
{
# networking.firewall.interfaces."${config.services.tailscale.interfaceName}" = {
# allowedTCPPorts = [ 53 ];
# allowedUDPPorts = [ 53 ];
# };
networking.firewall.interfaces."${config.services.tailscale.interfaceName}" = {
allowedTCPPorts = [ 53 ];
allowedUDPPorts = [ 53 ];
};
services.unbound = {
enable = true;