This commit is contained in:
minoplhy 2021-08-20 14:56:21 +07:00
parent c046cb7201
commit e8b859fa1a

View File

@ -22,7 +22,7 @@ def hostsbuilding(excluded ,incoming ,output,Version):
f.write('# Source : Resources/Source.txt\n')
f.write('# Rule Counter : ' + str(ankstanop) +' Rules\n')
f.write('# Format : Hosts\n')
f.write('# Type : Allowlist\n')
f.write('# Type : Blocklist\n')
f.write('# Version : ' + str(Version) +'\n')
f.write('# Licenses : MIT\n')
f.write('# Compiled Date : ' + str(date) +'\n\n')