Update
This commit is contained in:
parent
2996ca0d12
commit
9e191c76eb
@ -2,9 +2,11 @@
|
||||
# Change your router primary DNS server to {this server IP} to make it network wide.
|
||||
{
|
||||
services.adguardhome = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
host = "0.0.0.0";
|
||||
port = 3000;
|
||||
allowDHCP = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 53 3000 ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user