simple-ddns-client/README.md
Fijxu e937474aa8
Some checks failed
golangci-lint / lint (push) Failing after 30s
chore: update arch linux build steps
2025-01-26 13:17:35 -03:00

29 lines
No EOL
626 B
Markdown

# 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)