Former-commit-id: 56b09db387
This commit is contained in:
Hadi
2024-06-20 15:13:02 +02:00
parent e388cc7556
commit 734e310f28

View File

@@ -4,8 +4,7 @@
services.adguardhome = {
enable = true;
host = "0.0.0.0";
port = 3001;
openFirewall = true; # Open port 53(dns) & 3000(webui)
port = 3000;
};
networking.firewall.allowedTCPPorts = [ 53 3001 ];
networking.firewall.allowedTCPPorts = [ 53 3000 ];
}