open firewall port 53 for unbound
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user