Adguardhome disabled statistics
This commit is contained in:
parent
0408bbd21c
commit
a488b0040d
1 changed files with 17 additions and 1 deletions
|
|
@ -35,6 +35,14 @@ in {
|
||||||
"94.140.15.15"
|
"94.140.15.15"
|
||||||
"1.1.1.1"
|
"1.1.1.1"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
cache_enabled = true;
|
||||||
|
cache_size = 1024 * 256;
|
||||||
|
cache_ttl_min = 60;
|
||||||
|
cache_ttl_max = 60 * 60 * 24 * 365;
|
||||||
|
cache_optimistic = true;
|
||||||
|
cache_optimistic_answer_ttl = 180;
|
||||||
|
cache_optimistic_max_age = 600;
|
||||||
};
|
};
|
||||||
|
|
||||||
filtering = {
|
filtering = {
|
||||||
|
|
@ -56,10 +64,18 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
statistics = {
|
statistics = {
|
||||||
enabled = true;
|
enabled = false;
|
||||||
interval = "8760h";
|
interval = "8760h";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
querylog = {
|
||||||
|
enabled = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
dhcp = {
|
||||||
|
enabled = false;
|
||||||
|
};
|
||||||
|
|
||||||
filters =
|
filters =
|
||||||
map (url: {
|
map (url: {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue