{"id":15706490,"url":"https://github.com/database64128/ddns-go","last_synced_at":"2026-04-20T13:07:56.313Z","repository":{"id":246684360,"uuid":"821322946","full_name":"database64128/ddns-go","owner":"database64128","description":"🌐 DDNS service supporting dynamic updates of A, AAAA, and HTTPS records.","archived":false,"fork":false,"pushed_at":"2025-04-18T09:26:32.000Z","size":138,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T04:11:58.863Z","etag":null,"topics":["cloudflare","cloudflare-api","cloudflare-dns","ddns","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/database64128.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-28T09:30:53.000Z","updated_at":"2025-04-18T09:26:35.000Z","dependencies_parsed_at":"2024-06-29T17:22:09.219Z","dependency_job_id":"979c0bd1-1c42-4255-ad73-3ee7b9300654","html_url":"https://github.com/database64128/ddns-go","commit_stats":{"total_commits":61,"total_committers":2,"mean_commits":30.5,"dds":0.06557377049180324,"last_synced_commit":"2af4d039e1167d053a73fd4b6481108a863f694f"},"previous_names":["database64128/ddns-go"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/database64128%2Fddns-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/database64128%2Fddns-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/database64128%2Fddns-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/database64128%2Fddns-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/database64128","download_url":"https://codeload.github.com/database64128/ddns-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252810274,"owners_count":21807759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudflare","cloudflare-api","cloudflare-dns","ddns","go","golang"],"created_at":"2024-10-03T20:23:14.061Z","updated_at":"2026-04-20T13:07:56.301Z","avatar_url":"https://github.com/database64128.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DDNS Service\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/database64128/ddns-go.svg)](https://pkg.go.dev/github.com/database64128/ddns-go)\n[![Test](https://github.com/database64128/ddns-go/actions/workflows/test.yml/badge.svg)](https://github.com/database64128/ddns-go/actions/workflows/test.yml)\n[![Release](https://github.com/database64128/ddns-go/actions/workflows/release.yml/badge.svg)](https://github.com/database64128/ddns-go/actions/workflows/release.yml)\n\n🌐 Over-engineered DDNS service with native OS integrations for managing A, AAAA, and HTTPS records.\n\n## Features\n\n- Multiple IP address sources\n    - `\"asusrouter\"`: Obtain WAN IPv4 address from ASUS router.\n    - `\"ipapi\"`: Obtain public IPv4 and IPv6 addresses from IP address APIs.\n    - Monitor network interface IPv4 and IPv6 addresses\n        - `\"netlink\"`: Use Linux's Netlink interface.\n        - `\"bsdroute\"`: Use the routing socket (`route(4)`) on macOS, DragonFly BSD, FreeBSD, NetBSD, and OpenBSD.\n        - `\"win32iphlp\"`: Use Windows IP Helper API.\n        - `\"iface\"`: Generic implementation with periodic polling.\n- Manage DNS records with Cloudflare API\n    - Update A and AAAA records\n    - Update HTTPS records\n\n## Deployment\n\n### Arch Linux package\n\nRelease and VCS packages are available in the AUR:\n\n[![cubic-ddns-go AUR package](https://img.shields.io/aur/version/cubic-ddns-go?label=cubic-ddns-go)](https://aur.archlinux.org/packages/cubic-ddns-go)\n[![cubic-ddns-go-git AUR package](https://img.shields.io/aur/version/cubic-ddns-go-git?label=cubic-ddns-go-git)](https://aur.archlinux.org/packages/cubic-ddns-go-git)\n\n### Prebuilt binaries\n\nDownload from [releases](https://github.com/database64128/ddns-go/releases).\n\n### Build from source\n\nBuild and install the latest version using Go:\n\n```sh\ngo install github.com/database64128/ddns-go/cmd/ddns-go@latest\n```\n\nOr clone the repository and build it manually:\n\n```sh\ngo build -trimpath -ldflags '-s -w' ./cmd/ddns-go\n```\n\n## Configuration\n\nThe configuration format is [documented in code](https://pkg.go.dev/github.com/database64128/ddns-go/service#Config).\n\nTo get started, take a look at the [example configuration file](docs/config.json).\n\n## License\n\n[GPLv3](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabase64128%2Fddns-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatabase64128%2Fddns-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabase64128%2Fddns-go/lists"}