Add support for dedicated hetzner servers (robot api)
KlavsKlavsen opened this issue · 1 comments
KlavsKlavsen commented
It would be great if this code also worked for dedicated servers with a floating ip.. It would need to implement this API instead https://docs.hetzner.com/robot/dedicated-server/robot-interfaces/ - an example of code doing this: https://github.com/ahes/hetzner-api-failover
But this project with following externalip handed out by metallb "is just what I need".. :)
KlavsKlavsen commented
I've found this implementation of the hetzner robot api - https://github.com/nl2go/hrobot-go - which could be used to interface with it.