feat(tyr): enable some more blocky features.

This commit is contained in:
CronyAkatsuki 2025-09-28 12:35:30 +02:00
parent efeb9d0f92
commit e17d0d07a5

View file

@ -14,9 +14,11 @@
"127.0.0.1:553"
];
bootstrapDns = [
"tcp+udp:127.0.0.1:553"
];
# For initially solving DoH/DoT Requests when no system Resolver is available.
bootstrapDns = {
upstream = "https://one.one.one.one/dns-query";
ips = ["1.1.1.1" "1.0.0.1"];
};
blocking = {
denylists = {
@ -32,6 +34,11 @@
prefetching = true;
minTime = "1m";
};
clientLookup = {
upstream = "192.168.0.1";
singleNameOrder = [1];
};
};
};