diff --git a/maker-domains.py b/maker-domains.py index 75e85ba..9dd0349 100644 --- a/maker-domains.py +++ b/maker-domains.py @@ -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') diff --git a/maker-rpz.py b/maker-rpz.py index fb80fb0..1908073 100644 --- a/maker-rpz.py +++ b/maker-rpz.py @@ -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') diff --git a/source.txt b/source.txt deleted file mode 100644 index 6f8623f..0000000 --- a/source.txt +++ /dev/null @@ -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 \ No newline at end of file