my mistaken sorry

This commit is contained in:
Kale 2021-08-02 08:49:36 -07:00
parent c0084a3ddf
commit 7a0e9db3e8
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -76,7 +76,7 @@ def excluded(excluded ,incoming):
with open(incoming ,'w') as f:
for line in lines:
if line.strip() and not line in exclude and not line.startswith(';'):
f.write('\n'.join([line + ' CNAME .\n']))
f.write('\n'.join([line + '\n']))
elif line.startswith((';','$','@',' IN')):
f.write('\n'.join([line + '\n']))
elif not line.strip():