From 033f815e61453663019cf181a1970fe5ab274273 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Wed, 29 Sep 2021 22:07:50 +0700 Subject: [PATCH] Unbound Fix --- maker_unbound.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maker_unbound.py b/maker_unbound.py index ca9642d..ab53af5 100644 --- a/maker_unbound.py +++ b/maker_unbound.py @@ -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')