Add default disabled hosts filters.
This commit is contained in:
parent
c2be5917ef
commit
8503f76747
|
@ -79,6 +79,9 @@ var config = configuration{
|
|||
},
|
||||
Filters: []filter{
|
||||
{Enabled: true, URL: "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt"},
|
||||
{Enabled: false, URL: "https://adaway.org/hosts.txt", Title: "AdAway"},
|
||||
{Enabled: false, URL: "https://hosts-file.net/ad_servers.txt", Title: "hpHosts - Ad and Tracking servers only"},
|
||||
{Enabled: false, URL: "http://www.malwaredomainlist.com/hostslist/hosts.txt", Title: "MalwareDomainList.com Hosts List"},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue