Former-commit-id: 40648d4041
This commit is contained in:
Hadi
2024-06-18 11:26:35 +02:00
committed by GitHub
parent 918c865202
commit fe01b971cf
10 changed files with 14 additions and 4 deletions

View File

@@ -1,8 +1,10 @@
# Network-wide ads & trackers blocking DNS server
# Change your router primary DNS server to {this server IP} to make it network wide.
{
services.adguardhome ={
enable = true;
host = "0.0.0.0";
port = 3000;
openFirewall = true;
openFirewall = true; # Open port 53(dns) & 3000(webui)
};
}