Fix Resources
This commit is contained in:
parent
88102f1529
commit
1ecce1010a
@ -23,7 +23,7 @@ def domainsbuilding():
|
||||
with open(input ,'w') as f:
|
||||
f.write('# Title : Minoplhy Personal Blocklist\n')
|
||||
f.write('# Description : My Very Personal DNS Blocklist plus crawling from the source\n')
|
||||
f.write('# Source : Source.txt\n')
|
||||
f.write('# Source : Resources/Source.txt\n')
|
||||
f.write('# Rule Counter : ' + str(linecounter()) +' Rules\n')
|
||||
f.write('# Format : Domains\n')
|
||||
f.write('# Licenses : MIT\n')
|
||||
|
@ -24,7 +24,7 @@ def RPZbuilding():
|
||||
with open(output ,'w') as f:
|
||||
f.write('; Title : Minoplhy Personal Blocklist\n')
|
||||
f.write('; Description : My Very Personal DNS Blocklist plus crawling from the source\n')
|
||||
f.write('; Source : Source.txt\n')
|
||||
f.write('; Source : Resources/Source.txt\n')
|
||||
f.write('; Rule Counter : ' + str(linecounter()) +' Rules\n')
|
||||
f.write('; Format : RPZ\n')
|
||||
f.write('; Licenses : MIT\n')
|
||||
|
@ -1,8 +0,0 @@
|
||||
https://dbl.oisd.nl/
|
||||
https://hosts.netlify.app/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
|
||||
https://filters.kylz.nl/RPZ/adguard/cname-original.txt
|
||||
https://filters.kylz.nl/RPZ/stevenblack/f-s.txt
|
||||
https://filters.kylz.nl/RPZ/someonewhocares/rpz.txt
|
Loading…
Reference in New Issue
Block a user