Fix adguardhome settings
Set http port and dns settings using updated schema, disable rate limiting and enable safe search
This commit is contained in:
parent
a0e61b85b6
commit
64109cf380
|
@ -6,8 +6,13 @@
|
|||
enable = true;
|
||||
mutableSettings = false;
|
||||
settings = {
|
||||
bind_port = 3001;
|
||||
# schema_version = 14;
|
||||
http.address = "0.0.0.0:3001";
|
||||
dns = {
|
||||
bind_hosts = [ "127.0.0.1" "192.168.1.230" ];
|
||||
bootstrap_dns = [ "9.9.9.9" "149.112.112.10" ];
|
||||
ratelimit = 0;
|
||||
safe_search.enabled = true;
|
||||
};
|
||||
};
|
||||
openFirewall = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue