Skip to content

wont delete down hosts #1

@wojons

Description

@wojons

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions