Open UDP port 53 for Adguardhome
This commit is contained in:
parent
c84fbedb65
commit
9d900c96de
|
@ -7,4 +7,5 @@
|
|||
};
|
||||
services.nginx.virtualHosts."guard.xenia.me.uk" = import ./nginx/sites/adguardhome.nix;
|
||||
networking.firewall.allowedTCPPorts = [ 53 3000 ];
|
||||
networking.firewall.allowedUDPPorts = [ 53 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue