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