adguardhome: updates
This commit is contained in:
parent
979ea64f9a
commit
6d71ea612f
1 changed files with 8 additions and 0 deletions
|
@ -29,16 +29,24 @@
|
||||||
upstream_dns_file = config.sops.secrets.nextdns.path;
|
upstream_dns_file = config.sops.secrets.nextdns.path;
|
||||||
enable_dnssec = true;
|
enable_dnssec = true;
|
||||||
cache_optimistic = true;
|
cache_optimistic = true;
|
||||||
|
bootstrap_dns = [
|
||||||
|
"9.9.9.10"
|
||||||
|
"149.112.112.10"
|
||||||
|
"2620:fe::10"
|
||||||
|
"2620:fe::fe:10"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
statistics = {
|
statistics = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
interval = "336h";
|
interval = "336h";
|
||||||
ignored = [
|
ignored = [
|
||||||
|
# i dont wanna see what people are watching
|
||||||
"youporn.com"
|
"youporn.com"
|
||||||
"pornhub.com"
|
"pornhub.com"
|
||||||
"xvideos.com"
|
"xvideos.com"
|
||||||
"onlyfans.com"
|
"onlyfans.com"
|
||||||
"fansly.com"
|
"fansly.com"
|
||||||
|
"xnxx.com"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue