mirror of
https://github.com/nikdoof/rpzhole.git
synced 2025-12-23 22:59:24 +00:00
Make comments use correct comment character
This commit is contained in:
@@ -53,7 +53,7 @@ seenbefore = {}
|
||||
commentstart = ';' # for bind
|
||||
def addcomment ( comment ):
|
||||
global outputdata
|
||||
outputdata += ";%s\n" % comment
|
||||
outputdata += "%s%s\n" % (commentstart,comment)
|
||||
def addhost ( host ):
|
||||
global outputdata
|
||||
host = host.lower().strip()
|
||||
|
||||
Reference in New Issue
Block a user