whitespace

This commit is contained in:
Kale 2021-08-20 02:09:02 -07:00
parent 47737b3e54
commit de8a134f37
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -52,7 +52,7 @@ def RPZallowlist(incoming,output,Version):
f.write('; Compiled Date : ' + str(date) +'\n\n')
for line in lines:
if line.strip() and not line.startswith(';'):
f.write('\n'.join([line + 'CNAME rpz-passthru.\n']))
f.write('\n'.join([line + ' CNAME rpz-passthru.\n']))
elif line.startswith((';','$','@',' IN')):
f.write('\n'.join([line + '\n']))
f.close()