Merge pull request #5 from Sanderluc5/patch-1
Update cloudflare-ddns.py
This commit is contained in:
commit
66bbbb5295
@ -48,7 +48,7 @@ def commitRecord(ip):
|
||||
"proxied": c["proxied"]
|
||||
}
|
||||
list = cf_api(
|
||||
"zones/" + c['zone_id'] + "/dns_records&per_page=100?type=" + ip["type"], "GET", c)
|
||||
"zones/" + c['zone_id'] + "/dns_records?per_page=100&type=" + ip["type"], "GET", c)
|
||||
|
||||
full_subdomain = base_domain_name
|
||||
if subdomain:
|
||||
|
||||
Reference in New Issue
Block a user