Ignore case

Signed-off-by: KenWong <xinxijishuwyq@gmail.com>
This commit is contained in:
KenWong 2020-12-20 13:37:14 +08:00
parent 65d8c44ec3
commit 16352e4543

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"],