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",
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",