sid: open port 53
This commit is contained in:
parent
42bf634d0f
commit
72700ac671
1 changed files with 3 additions and 0 deletions
|
|
@ -29,4 +29,7 @@
|
|||
}
|
||||
'';
|
||||
};
|
||||
|
||||
networking.firewall.allowedUDPPorts = [ 53 ];
|
||||
networking.firewall.allowedTCPPorts = [ 53 ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue