Ignore case
Signed-off-by: KenWong <xinxijishuwyq@gmail.com>
This commit is contained in:
parent
65d8c44ec3
commit
16352e4543
@ -56,6 +56,7 @@ def commitRecord(ip):
|
|||||||
if "ttl" in c:
|
if "ttl" in c:
|
||||||
ttl=c["ttl"]
|
ttl=c["ttl"]
|
||||||
for subdomain in subdomains:
|
for subdomain in subdomains:
|
||||||
|
subdomain = subdomain.lower()
|
||||||
exists = False
|
exists = False
|
||||||
record = {
|
record = {
|
||||||
"type": ip["type"],
|
"type": ip["type"],
|
||||||
|
|||||||
Reference in New Issue
Block a user