No description
Find a file
2025-01-26 00:13:35 -03:00
cmd/simple-ddns-client init 2025-01-26 00:13:35 -03:00
.gitignore init 2025-01-26 00:13:35 -03:00
config.json.example init 2025-01-26 00:13:35 -03:00
go.mod init 2025-01-26 00:13:35 -03:00
LICENSE init 2025-01-26 00:13:35 -03:00
PKGBUILD init 2025-01-26 00:13:35 -03:00
README.md init 2025-01-26 00:13:35 -03:00
simple-ddns-client.service init 2025-01-26 00:13:35 -03:00

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