1
0
mirror of https://github.com/minoplhy/filters-maker.git synced 2024-12-22 18:18:13 +00:00

Unbound Fix

This commit is contained in:
minoplhy 2021-09-29 22:07:50 +07:00
parent c9f6de03df
commit 033f815e61

View File

@ -21,7 +21,7 @@ def UNBbuilding(excluded ,incoming,Version):
f.write('# Description : My Very Personal DNS Blocklist plus crawling from the source\n')
f.write('# Source : Resources/Source.txt\n')
f.write('# Rule Counter : ' + str(ankstanop) +' Rules\n')
f.write('# Format : Domains\n')
f.write('# Format : Unbound\n')
f.write('# Type : Blocklist\n')
f.write('# Version : ' + str(Version) +'\n')
f.write('# Licenses : MIT\n')