{"id":16397689,"url":"https://github.com/coord-e/r53ddns","last_synced_at":"2025-08-11T04:18:39.469Z","repository":{"id":62443507,"uuid":"246829699","full_name":"coord-e/r53ddns","owner":"coord-e","description":"command-line utility to update A record in Route53 with current global IP address","archived":false,"fork":false,"pushed_at":"2020-03-12T15:46:22.000Z","size":34,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-02-06T18:55:34.070Z","etag":null,"topics":["ddns","ddns-updater","route53"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coord-e.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-12T12:34:10.000Z","updated_at":"2022-02-06T02:03:30.000Z","dependencies_parsed_at":"2022-11-01T23:33:26.431Z","dependency_job_id":null,"html_url":"https://github.com/coord-e/r53ddns","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coord-e%2Fr53ddns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coord-e%2Fr53ddns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coord-e%2Fr53ddns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coord-e%2Fr53ddns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coord-e","download_url":"https://codeload.github.com/coord-e/r53ddns/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238347783,"owners_count":19456989,"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":["ddns","ddns-updater","route53"],"created_at":"2024-10-11T05:10:45.138Z","updated_at":"2025-02-11T18:32:27.121Z","avatar_url":"https://github.com/coord-e.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# r53ddns\n\n[![Actions Status](https://github.com/coord-e/r53ddns/workflows/Test%20and%20Lint/badge.svg)](https://github.com/coord-e/r53ddns/actions?workflow=Test+and+Lint)\n[![Actions Status](https://github.com/coord-e/r53ddns/workflows/Release/badge.svg)](https://github.com/coord-e/r53ddns/actions?workflow=Release)\n[![Crates.io](https://img.shields.io/crates/v/r53ddns)](https://crates.io/crates/r53ddns)\n[![Crates.io](https://img.shields.io/crates/l/r53ddns)](https://crates.io/crates/r53ddns)\n[![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/coorde/r53ddns)](https://hub.docker.com/r/coorde/r53ddns)\n[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/coorde/r53ddns)](https://hub.docker.com/r/coorde/r53ddns)\n\n`r53ddns` is a simple command-line utility to update `A` record in Route53 with current global IP address.\n\n## Installation\n\nDownload the latest compiled binary from links below and put it in your executable path.\n\nPlatform|Download\n--------|--------\nLinux 64-bit|[r53ddns-x86_64-unknown-linux-musl](https://github.com/coord-e/r53ddns/releases/latest/download/r53ddns-x86_64-unknown-linux-musl)\nmacOS 64-bit|[r53ddns-x86_64-apple-darwin](https://github.com/coord-e/r53ddns/releases/latest/download/r53ddns-x86_64-apple-darwin)\nWindows 64-bit|[r53ddns-x86_64-pc-windows-msvc.exe](https://github.com/coord-e/r53ddns/releases/latest/download/r53ddns-x86_64-pc-windows-msvc.exe)\n\n### with Cargo\n\n```shell\n$ cargo install r53ddns\n```\n\n### with Docker\n\n```shell\n$ alias r53ddns=\"docker run coorde/r53ddns\"\n```\n\n## Example configuration\n\n`r53ddns` works very well even in non-user environments. The following is an example systemd.service(5) file to execute `r53ddns`.\n\n```\n[Unit]\nDescription=Update DDNS\n# OnFailure=notify-failure@%n.service\n\n[Service]\nType=Simple\nExecStart=/path/to/r53ddns -l Info -k \u003ckey id\u003e -s \u003ckey secret\u003e -z \u003czone id\u003e -n \u003crecord name\u003e\n\n[Install]\nWantedBy=multi-user.target\n```\n\nYou can run this service daily using systemd.timer(5) to be up-to-date.\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0\n   ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license\n   ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoord-e%2Fr53ddns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoord-e%2Fr53ddns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoord-e%2Fr53ddns/lists"}