Skip to content

Commit

Permalink
Fix load balancer errors
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymiller committed Feb 16, 2023
1 parent 82b97f9 commit 6e92fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare-ddns.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def cf_api(endpoint, method, config, headers={}, data=False):
def updateIPs(ips):
for ip in ips.values():
commitRecord(ip)
updateLoadBalancer(ip)
#updateLoadBalancer(ip)


if __name__ == '__main__':
Expand Down

0 comments on commit 6e92fc0

Please sign in to comment.