{"id":16521546,"url":"https://github.com/agherzan/dyndns53","last_synced_at":"2025-08-31T17:34:01.581Z","repository":{"id":146512259,"uuid":"68029965","full_name":"agherzan/dyndns53","owner":"agherzan","description":"Tool for updating your Amazon Route53 DNS A records to the current external IP of a running machine.","archived":false,"fork":false,"pushed_at":"2016-10-22T23:51:03.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T13:28:38.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agherzan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2016-09-12T17:08:54.000Z","updated_at":"2016-09-12T17:09:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"11637682-d826-4050-a255-6b570231d6a8","html_url":"https://github.com/agherzan/dyndns53","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agherzan%2Fdyndns53","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agherzan%2Fdyndns53/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agherzan%2Fdyndns53/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agherzan%2Fdyndns53/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agherzan","download_url":"https://codeload.github.com/agherzan/dyndns53/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241596622,"owners_count":19988106,"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":[],"created_at":"2024-10-11T16:56:54.549Z","updated_at":"2025-03-03T02:21:25.561Z","avatar_url":"https://github.com/agherzan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dyndns53\n\nTool for updating your Amazon Route53 DNS A records to the current external IP of a running machine.\n\n## Configuration\n\nThere are two configurations that are needed for this tool to work properly:\n+ AWS credentials which need to be provided via environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY. Make sure that you have access to modify the DNS records.\n+ A tool's configuration text file which needs to reside in ~/.dyndns53\n\n## ~/.dyndns53 configuration file\n\nThe configuration file should contain blocks of the following format:\n```\n[bar.com]\nsubdomains: foo\nroot: True\n```\n\nEach section is a domain. `subdomains` option need to include all the subdomains for which this tool will update the A record. The `root` option needs to be boolean and will determine if the tool will update the record for the root domain too.\n\nExample:\n```\n[bar.com]\nsubdomains: foo www\nroot: True\n\n[test.com]\nroot: True\n```\n\nThe above configuration will update the A record of the following fully qualified domain names to the current external IP address:\n+ foo.bar.com\n+ www.bar.com\n+ bar.com\n+ test.com\n\n## Running the container\ndocker run -v /where/i/put/my/files/.dyndns53:/root/.dyndns53:ro -e AWS_ACCESS_KEY_ID=XXX -e AWS_SECRET_ACCESS_KEY=YYY alephan/dyndns53\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagherzan%2Fdyndns53","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagherzan%2Fdyndns53","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagherzan%2Fdyndns53/lists"}