fix: adguard filtering enable

This commit is contained in:
truxnell 2024-04-21 21:26:21 +10:00
parent 6f87700559
commit 28604dd034

View file

@ -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";
} }