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"
|
"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];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue