mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
Change default filter URL to github-hosted version
This commit is contained in:
parent
a54984f688
commit
c2be5917ef
1 changed files with 1 additions and 1 deletions
|
@ -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"},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue