{"id":19312301,"url":"https://github.com/niw/cfddns","last_synced_at":"2026-02-09T15:34:33.289Z","repository":{"id":231478964,"uuid":"781847031","full_name":"niw/cfddns","owner":"niw","description":"A simple command line tool to update Cloudflare DNS record.","archived":false,"fork":false,"pushed_at":"2024-10-31T23:17:17.000Z","size":43,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-31T00:21:45.746Z","etag":null,"topics":["cloudflare","ddns","dns","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niw.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-04-04T06:41:45.000Z","updated_at":"2024-10-31T23:17:21.000Z","dependencies_parsed_at":"2024-11-01T00:19:23.139Z","dependency_job_id":"bb715228-169f-400f-a0d1-6f8290a953b2","html_url":"https://github.com/niw/cfddns","commit_stats":null,"previous_names":["niw/cfddns"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/niw/cfddns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niw%2Fcfddns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niw%2Fcfddns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niw%2Fcfddns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niw%2Fcfddns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niw","download_url":"https://codeload.github.com/niw/cfddns/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niw%2Fcfddns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29270953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T13:47:44.167Z","status":"ssl_error","status_checked_at":"2026-02-09T13:47:43.721Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","ddns","dns","rust"],"created_at":"2024-11-10T00:34:13.347Z","updated_at":"2026-02-09T15:34:33.273Z","avatar_url":"https://github.com/niw.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Cloudflare Dynamic DNS Client\n=============================\n\nA simple command line tool to update Cloudflare DNS record with\nexternal IP address to use it as dynamic DNS.\n\nNAME\n----\n\n`cfddns` -- A simple command line tool to update Cloudflare DNS record.\n\nSYNOPSIS\n--------\n\n```\ncfddns --api-token \u003cAPI_TOKEN\u003e --zone-id \u003cZONE_ID\u003e COMMAND [OPTIONS]\n```\n\n- `--api-token` or `API_TOKEN` environment variable is a token that is\n  created at \u003chttps://dash.cloudflare.com/profile/api-tokens\u003e.\n\n- `--zone-id` or `ZONE_ID` enrivonment variable is found on \"Overview\"\n  page on each domain name on Cloudflare dashboard.\n\n### Command\n\n#### `update`\n\nUpdate a Cloudflare DNS record with an external IP address.\n\n- `--record-id` to specify the record id to update. Use `list` command\n  to find this.\n\n- `--record-type` is DNS record type. Default to use `A`.\n\n- `--name` is DNS record name.\n\n- `--provider` is the provider to fetch the external IP address.\n  Possible values is either\n  `upnp` to use UPnP, `aws` to use `https://checkip.amazonaws.com/`,\n  `dyndns` to use `http://checkip.dyndns.org/`.\n  Default to use `upnp`.\n\n#### `list`\n\nList all Cloudflare DNS records.\n\nThis command takes no options.\n\n#### `print-launchd-plist`\n\nPrint `launchd(8)` plist file to update DNS record. Useful to install `cfddns` as a repeated task on macOS.\n\nThis command takes same options as `update` command.\n\nDESCRIPTION\n-----------\n\n`cfddns` is a simple command line tool to update Cloudflare DNS record\nwith external IP address to use it as dynamic DNS.\nExternal IP address is fetched by UPnP locally or 3rd party API.\n\n\nUSAGE\n-----\n\nUse [Cargo](https://www.rust-lang.org/) to build it.\n\n```bash\ncargo build --release # Build binary.\ntarget/release/cfddns help # Print usage.\n```\n\nDEVELOPMENT\n-----------\n\nThis source code is mostly generated by the large language model with\na little advice by a human.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniw%2Fcfddns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniw%2Fcfddns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniw%2Fcfddns/lists"}