# simple-ddns-client Simple DDNS Client for Porkbun. Other DNS Registrars or DDNS services may be added later if I feel like it. Made as an alternative for ddclient because it sucks and I hate it and it's the only DDNS client that seems to support Porkbun ## Building ### Manually ```bash git clone https://git.nadeko.net/Fijxu/simple-ddns-client.git cd simple-ddns-client go build ./cmd/simple-ddns-client ``` ### Arch Linux ```bash git clone https://aur.archlinux.org/simple-ddns-client-git.git cd simple-ddns-client-git makepkg -si ``` --- Licensed under [GPL-3.0-only](https://spdx.org/licenses/GPL-3.0-only.html)