From c2be5917ef6df215975dceeb7cd3424cd89aecbf Mon Sep 17 00:00:00 2001 From: Eugene Bujak Date: Wed, 10 Oct 2018 00:44:39 +0300 Subject: [PATCH] Change default filter URL to github-hosted version --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index ec0843b2..46838663 100644 --- a/config.go +++ b/config.go @@ -78,7 +78,7 @@ var config = configuration{ Prometheus: "prometheus :9153", }, Filters: []filter{ - {Enabled: true, URL: "https://filters.adtidy.org/windows/filters/15.txt"}, + {Enabled: true, URL: "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt"}, }, }