{"id":20481601,"url":"https://github.com/tsfoster/update-vultr-ddns","last_synced_at":"2026-04-17T22:06:54.601Z","repository":{"id":151954878,"uuid":"149630506","full_name":"TSFoster/update-vultr-ddns","owner":"TSFoster","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-21T10:24:20.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T04:13:01.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/TSFoster.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":"2018-09-20T15:25:23.000Z","updated_at":"2018-09-21T10:24:21.000Z","dependencies_parsed_at":"2023-06-10T05:00:16.599Z","dependency_job_id":null,"html_url":"https://github.com/TSFoster/update-vultr-ddns","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/TSFoster%2Fupdate-vultr-ddns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSFoster%2Fupdate-vultr-ddns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSFoster%2Fupdate-vultr-ddns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSFoster%2Fupdate-vultr-ddns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TSFoster","download_url":"https://codeload.github.com/TSFoster/update-vultr-ddns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242058081,"owners_count":20065062,"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-11-15T16:09:06.537Z","updated_at":"2026-04-17T22:06:49.551Z","avatar_url":"https://github.com/TSFoster.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Update Vultr DDNS\n\nThis script will periodically update the A records of a list of domains and subdomains (managed by Vultr's DNS system) with the external IP address of the host machine, emulating a DDNS service.\n\n## Usage\n\n```sh\n# The script uses the directory structure of /domains to determine which domains and subdomains should be updated.\n# The following structure will create records for subdomain1.domain1.com, subdomain2.domain1.com, domain2.com, subdomain3.domain2.com\nmkdir domains\nmkdir domains/domain1.com\ntouch domains/domain1.com/subdomain1\ntouch domains/domain1.com/subdomain2\nmkdir domains/domain2.com\ntouch domains/domain2.com/@\ntouch domains/domain2.com/subdomain3\n\n# Required. You can setup your key at https://my.vultr.com/settings/#settingsapi. Pay close attention to which IPs can use the key!\nVULTR_API_KEY=ABCDEFGHIJKLMNOPQRSTUVWXYZ\n\n# Optional. A frequence understood by the sleep command (i.e. number followed by s/m/h). Default: 1h\nDDNS_UPDATE_FREQUENCY=1h\n\ndocker run \\\n  --env VULTR_API_KEY=$VULTR_API_KEY \\\n  --env DDNS_UPDATE_FREQUENCY=$DDNS_UPDATE_FREQUENCY \\\n  --volume $(pwd)/domains:/domains \\\n  tsfoster/update-vultr-ddns:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsfoster%2Fupdate-vultr-ddns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsfoster%2Fupdate-vultr-ddns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsfoster%2Fupdate-vultr-ddns/lists"}