open firewall port 53 for unbound
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
# networking.firewall.interfaces."${config.services.tailscale.interfaceName}" = {
|
networking.firewall.interfaces."${config.services.tailscale.interfaceName}" = {
|
||||||
# allowedTCPPorts = [ 53 ];
|
allowedTCPPorts = [ 53 ];
|
||||||
# allowedUDPPorts = [ 53 ];
|
allowedUDPPorts = [ 53 ];
|
||||||
# };
|
};
|
||||||
|
|
||||||
services.unbound = {
|
services.unbound = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user