Open wojons opened 10 years ago
reported by @bermanboris
I have the same problem
i will work on problem thanks for remebeder
@wojons Thanks for your work ;)
@McKay1717
i am sorry took me so long i have been testing it and seems to go down and up correctly
With a @ record ?
@McKay1717 i will try it with the @ record this time.
There is a bug that probably somehow related to CloudFlare API changes. cloudflare-lb.py can't delete dead hosts from the list. If host dies, script just prints "Still Dead".
As far as I understand, get_rec_id function doesn't return an id because condition "if y['display_name'] == name" always false.
"display_name" variable returns a subdomain, and "name" variable returns full url. example:
"name": "direct.example.com", "display_name": "direct",