{"id":19575903,"url":"https://github.com/krosf/vercel-ddns","last_synced_at":"2026-03-17T04:32:41.038Z","repository":{"id":37179632,"uuid":"279155448","full_name":"KROSF/vercel-ddns","owner":"KROSF","description":"Dynamic DNS for Vercel","archived":false,"fork":false,"pushed_at":"2023-01-20T22:42:55.000Z","size":135,"stargazers_count":9,"open_issues_count":8,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-03-04T09:40:22.299Z","etag":null,"topics":["ddns","dns","vercel"],"latest_commit_sha":null,"homepage":"https://github.com/KROSF/vercel-ddns","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/KROSF.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}},"created_at":"2020-07-12T22:02:49.000Z","updated_at":"2022-10-28T14:26:51.000Z","dependencies_parsed_at":"2023-02-12T06:10:28.748Z","dependency_job_id":null,"html_url":"https://github.com/KROSF/vercel-ddns","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KROSF%2Fvercel-ddns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KROSF%2Fvercel-ddns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KROSF%2Fvercel-ddns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KROSF%2Fvercel-ddns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KROSF","download_url":"https://codeload.github.com/KROSF/vercel-ddns/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224062747,"owners_count":17249290,"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","dns","vercel"],"created_at":"2024-11-11T06:49:48.824Z","updated_at":"2026-03-17T04:32:36.019Z","avatar_url":"https://github.com/KROSF.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vercel-ddns\n\nvercel-ddns is a simple command line tool for creating a DNS record for Vercel's Managed DNS service.\n\n## Usage\n\n### cli\n\n```sh\nvercel-ddns 0.1.0\n\n\nUSAGE:\n    vercel-ddns [OPTIONS] --domain \u003cdomain\u003e --subdomain \u003csubdomain\u003e --token \u003ctoken\u003e\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -d, --domain \u003cdomain\u003e           [env: VDDNS_DOMAIN=]\n    -i, --ip-type \u003cip-type\u003e         [env: VDDNS_IP_TYPE=]  [default: ipv4]  [possible values: IPV4,\n                                   IPV6]\n    -s, --subdomain \u003csubdomain\u003e     [env: VDDNS_SUBDOMAIN=]\n    -t, --token \u003ctoken\u003e             [env: VERCEL_TOKEN=]\n        --ttl \u003cttl\u003e                 [env: VDDNS_TTL=]  [default: 3600]\n```\n\n### docker\n\n```sh\ndocker run -d \\\n    -e VERCEL_TOKEN=\u003cYOUR_TOKEN\u003e \\\n    -e VDDNS_DOMAIN=\u003cexample.com\u003e \\\n    -e VDDNS_SUBDOMAIN=\u003csample\u003e \\\n    -e VDDNS_TTL=3600 `#optional` \\\n    -e VDDNS_IP_TYPE=ipv4 `#optional` \\\n    -e CRON_SCHEDULE=\"*/15 * * * *\" `#optional` \\\n    krosf/vercel-ddns:cronjob\n```\n\n### docker-compose\n\n```yml\nversion: \"3.7\"\nservices:\n    ddns:\n        image: krosf/vercel-ddns:cronjob\n        restart: unless-stopped\n        environment:\n            - VERCEL_TOKEN=\u003cYOUR_TOKEN\u003e\n            - VDDNS_DOMAIN=\u003cexample.com\u003e\n            - VDDNS_SUBDOMAIN=\u003csample\u003e\n            - VDDNS_TTL=3600 #optional\n            - VDDNS_IP_TYPE=ipv4 #optional\n            - CRON_SCHEDULE=\"*/15 * * * *\" #optional\n```\n\n## Related\n\nCheck out [lukehsiao/netlify-ddns-rs](https://github.com/lukehsiao/netlify-ddns-rs) for a similar\nclient for Netlify.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrosf%2Fvercel-ddns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrosf%2Fvercel-ddns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrosf%2Fvercel-ddns/lists"}