services/unbound: open port 853
This commit is contained in:
parent
dd33631430
commit
0f844b278d
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ let
|
|||
dir = "/persist/unbound";
|
||||
in {
|
||||
networking.firewall.interfaces.wlan0 = {
|
||||
allowedUDPPorts = [ 53 ];
|
||||
allowedTCPPorts = [ 53 ];
|
||||
allowedUDPPorts = [ 53 853 ];
|
||||
allowedTCPPorts = [ 53 853 ];
|
||||
};
|
||||
systemd.tmpfiles.rules = [ "d ${dir} 700 unbound unbound" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue