fix: adguard filtering enable
This commit is contained in:
parent
6f87700559
commit
28604dd034
1 changed files with 4 additions and 1 deletions
|
@ -55,6 +55,9 @@ in
|
||||||
bind_host = "127.0.0.1";
|
bind_host = "127.0.0.1";
|
||||||
inherit port;
|
inherit port;
|
||||||
|
|
||||||
|
protection_enabled = true;
|
||||||
|
filtering_enabled = true;
|
||||||
|
|
||||||
# bootstrap DNS - used for resolving upstream dns deets
|
# bootstrap DNS - used for resolving upstream dns deets
|
||||||
bootstrap_dns = [
|
bootstrap_dns = [
|
||||||
# quad9
|
# quad9
|
||||||
|
@ -141,7 +144,7 @@ in
|
||||||
{
|
{
|
||||||
# HAGEZI Multi Pro
|
# HAGEZI Multi Pro
|
||||||
enabled = true;
|
enabled = true;
|
||||||
id = 4;
|
id = 5;
|
||||||
name = "hagezi multi pro";
|
name = "hagezi multi pro";
|
||||||
url = "https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/pro.txt";
|
url = "https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/pro.txt";
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue