feat(tyr): enable some more blocky features.
This commit is contained in:
parent
efeb9d0f92
commit
e17d0d07a5
1 changed files with 10 additions and 3 deletions
|
@ -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];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue