Update
This commit is contained in:
parent
6f998c79ab
commit
56b09db387
@ -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 ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user