troglobit/inadyn

Support for round-robin records (one hostname, multiple IP addresses)

fdcastel opened this issue · 1 comments

Both No-Ip and Cloudflare supports round-robin DNS:

Unfortunately inadyn doesn't have enough information to know what record to update in these cases. The current implementation updates only the first record.

Proposal: to allow hostnames in format hostname@id where id would be

Sounds like a great feature. Contributions are welcome!