No description
|
||
---|---|---|
.forgejo/workflows | ||
cmd/simple-ddns-client | ||
.gitignore | ||
config.json.example | ||
go.mod | ||
golangci.yml | ||
LICENSE | ||
PKGBUILD | ||
README.md | ||
simple-ddns-client.service |
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
git clone https://git.nadeko.net/Fijxu/simple-ddns-client.git
cd simple-ddns-client
go build ./cmd/simple-ddns-client
Arch Linux
git clone https://git.nadeko.net/Fijxu/simple-ddns-client.git
cd simple-ddns-client
makepkg -si
Licensed under GPL-3.0-only