Update cloudflare-ddns.py
uncomment updateLoadBalancer
This commit is contained in:
parent
9a295bbf91
commit
7c167c70b4
@ -242,7 +242,7 @@ def cf_api(endpoint, method, config, headers={}, data=False):
|
|||||||
def updateIPs(ips):
|
def updateIPs(ips):
|
||||||
for ip in ips.values():
|
for ip in ips.values():
|
||||||
commitRecord(ip)
|
commitRecord(ip)
|
||||||
#updateLoadBalancer(ip)
|
updateLoadBalancer(ip)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user