feat(adguardhome): enable filters OISD (Big), AdGuard DNS filter
This commit is contained in:
parent
69b456ee81
commit
6c8a14aa99
1 changed files with 2 additions and 2 deletions
|
@ -59,12 +59,12 @@ in
|
||||||
{
|
{
|
||||||
name = "OISD (Big)";
|
name = "OISD (Big)";
|
||||||
url = "https://big.oisd.nl";
|
url = "https://big.oisd.nl";
|
||||||
enabled = false;
|
enabled = true;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "AdGuard DNS filter";
|
name = "AdGuard DNS filter";
|
||||||
url = "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt";
|
url = "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt";
|
||||||
enabled = false;
|
enabled = true;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
whitelist_filters = [
|
whitelist_filters = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue