open firewall port 53 for unbound
This commit is contained in:
parent
dd059a6088
commit
e4d192ce6c
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue