A lightweight DDNS client for Porkbun
Oink! is an unofficial DDNS client for porkbun.com built in Go. Oink! only depends on Go's standard library.
⚠️ Make sure to enable API ACCESS in your porkbun domain's control panel
How to setup:
- Install Oink! using snap.
snap install oink
- Modify the configuration file at /var/snap/oink/common/config.json adding the necessary data.
Examples at: https://github.com/RLado/Oink
- Start the service.
snap start --enable oink
- Check that the service is running and no errors appeared.
snap logs oink
- Done. Now Oink! should run as a service in the background.