NAME

WWW::Hetzner::Robot::CLI::Cmd::Failover - Robot failover IP commands

VERSION

version 0.101

SYNOPSIS

hrobot.pl failover                                    # List all failover IPs
hrobot.pl failover 203.0.113.60                       # Show one failover IP
hrobot.pl failover 203.0.113.60 --to 198.51.100.10    # Route it to another server
hrobot.pl failover 203.0.113.60 --delete              # Delete the routing
hrobot.pl failover -o json

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-hetzner/issues.

IRC

Join #kubernetes on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.