Ignore some common queries from logging

This commit is contained in:
Evie Litherland-Smith 2023-10-22 08:00:51 +01:00
parent 367ac8e689
commit f592780f9e

View file

@ -13,6 +13,11 @@
ratelimit = 0;
safe_search.enabled = true;
};
querylog.ignored = [
"discovery.syncthing.net"
"discovery-v6.syncthing.net"
"matrix.tchncs.de"
];
};
openFirewall = true;
};