Add default disabled hosts filters.

This commit is contained in:
Eugene Bujak 2018-10-10 00:59:09 +03:00
parent c2be5917ef
commit 8503f76747
1 changed files with 3 additions and 0 deletions

View File

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