You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 months ago | |
---|---|---|
bin | 2 months ago | |
etc | 2 months ago | |
lib/FailunderD | 2 months ago | |
rc.d | 2 months ago | |
CHANGELOG | 2 months ago | |
COPYING | 2 months ago | |
Makefile | 2 months ago | |
README.md | 2 months ago | |
TODO | 2 months ago |
README.md
FailunderD
FailunderD is a zero-dependency failover automation for use with OpenBSD on Hetzner. It makes use of Hetzner's floating IPs.
This is still WIP. Once this is released I will write a blog post about it at https://foo.zone.
Install instruction
The following has been tested only on OpenBSD.
groupadd _failunderd
useradd -d /var/run/failunderd -m -c "FailunderD daemon" -g _failunderd \
-L daemon -s /sbin/nologin _failunderd
make install
rcctl enable failunderd
rcctl start failunderd
Update instructions
make reinstall
Customizing
Edit /etc/failunderd.conf
and restart the service.
Logs
FailunderD logs to syslog. Check /var/log/daemon
.