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, ... }:
|
{ 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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue