Merge pull request #29 from xinxijishuwyq/master

Ignore case
This commit is contained in:
Timothy Miller
2020-12-20 00:41:09 -05:00
committed by GitHub

View File

@@ -56,6 +56,7 @@ def commitRecord(ip):
if "ttl" in c:
ttl=c["ttl"]
for subdomain in subdomains:
subdomain = subdomain.lower()
exists = False
record = {
"type": ip["type"],