Implement Cloudflare DDNS updater

This commit is contained in:
LC mac
2026-01-13 01:50:13 +08:00
parent da61fa7093
commit ce5a0a87ba
7 changed files with 627 additions and 1 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module git.yuksing.com/kccleoc/ddns-updater
go 1.25.5
require gopkg.in/yaml.v3 v3.0.1