1Hosts : use GitHub Pages Build instead of Netlify Build

This commit is contained in:
minoplhy 2021-08-10 10:45:11 +07:00
parent 76fdf6e2a0
commit 6db94c147a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
https://dbl.oisd.nl/
https://hosts.netlify.app/Pro/rpz.txt
https://badmojr.github.io/1Hosts/Pro/rpz.txt
https://filters.kylz.nl/RPZ/stevenblack/f-s.txt
https://filters.kylz.nl/RPZ/adguard/dns.txt
https://filters.kylz.nl/RPZ/adguard/cname-tracker.txt

View File

@ -13,7 +13,7 @@ hosts_locat = "/reprwiki/Private-build/ucate/hosts.txt"
crawler.clear_old_files(incoming)
crawler.download_filters("https://dbl.oisd.nl/" ,incoming)
crawler.download_filters("https://hosts.netlify.app/Pro/rpz.txt" ,incoming)
crawler.download_filters("https://badmojr.github.io/1Hosts/Pro/rpz.txt" ,incoming)
crawler.download_filters("https://filters.kylz.nl/RPZ/adguard/dns.txt" ,incoming)
crawler.download_filters("https://filters.kylz.nl/RPZ/adguard/cname-tracker.txt" ,incoming)
crawler.download_filters("https://filters.kylz.nl/RPZ/adguard/cname-original.txt" ,incoming)