Ignore some common queries from logging
This commit is contained in:
parent
367ac8e689
commit
f592780f9e
|
@ -13,6 +13,11 @@
|
||||||
ratelimit = 0;
|
ratelimit = 0;
|
||||||
safe_search.enabled = true;
|
safe_search.enabled = true;
|
||||||
};
|
};
|
||||||
|
querylog.ignored = [
|
||||||
|
"discovery.syncthing.net"
|
||||||
|
"discovery-v6.syncthing.net"
|
||||||
|
"matrix.tchncs.de"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue