Fix setting adguardhome port
This commit is contained in:
parent
97fea3d88a
commit
a36f263fce
|
@ -2,9 +2,10 @@
|
|||
{
|
||||
services.adguardhome = {
|
||||
enable = true;
|
||||
port = 3200;
|
||||
mutableSettings = false;
|
||||
openFirewall = true;
|
||||
settings = rec {
|
||||
http.address = "0.0.0.0:3200";
|
||||
dns = {
|
||||
bind_hosts = [
|
||||
"127.0.0.1"
|
||||
|
@ -39,7 +40,6 @@
|
|||
inherit (querylog) ignored;
|
||||
};
|
||||
};
|
||||
openFirewall = true;
|
||||
};
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 53 ];
|
||||
|
|
Loading…
Reference in a new issue