{"id":16718307,"url":"https://github.com/catdevnull/ddnser","last_synced_at":"2025-08-18T15:10:37.121Z","repository":{"id":231145773,"uuid":"781044146","full_name":"catdevnull/ddnser","owner":"catdevnull","description":"lightweight DDNS for many providers","archived":false,"fork":false,"pushed_at":"2024-04-03T01:26:39.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"pog","last_synced_at":"2025-08-10T12:57:50.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/catdevnull.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":"2024-04-02T16:39:32.000Z","updated_at":"2024-04-02T16:45:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"fffb86e8-e047-423a-b9e5-cf316a180696","html_url":"https://github.com/catdevnull/ddnser","commit_stats":null,"previous_names":["catdevnull/ddnser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/catdevnull/ddnser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdevnull%2Fddnser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdevnull%2Fddnser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdevnull%2Fddnser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdevnull%2Fddnser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catdevnull","download_url":"https://codeload.github.com/catdevnull/ddnser/tar.gz/refs/heads/pog","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdevnull%2Fddnser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271012613,"owners_count":24684574,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-12T21:36:13.920Z","updated_at":"2025-08-18T15:10:37.081Z","avatar_url":"https://github.com/catdevnull.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ddnser\n\nRefreshes domain records periodically.\n\n## Usage\n\nCreate a config file:\n\n```json\n{\n  // \"ip\": \"hardcoded IP address, if set it is used instead of detected address\",\n  // how often to poll unconditionally\n  \"every\": 60,\n  \"domains\": [\n    {\n      \"type\": \"njalla ddns\",\n      \"name\": \"estoesprueba.nulo.in\",\n      \"key\": \"INSERT_KEY\"\n    },\n    {\n      \"type\": \"he.net ddns\",\n      \"name\": \"pruebas.bat.ar\",\n      \"key\": \"INSERT_KEY\"\n    },\n    {\n      \"type\": \"cloudflare v4 api\",\n      \"name\": \"*.nulo.in\",\n      \"zoneName\": \"nulo.in\",\n      \"key\": \"INSERT_KEY\" // https://dash.cloudflare.com/profile/api-tokens\n    }\n  ]\n}\n```\n\nRun:\n\n```sh\nddnser ./path/to/config.json\n```\n\n## Docker\n\nCompose:\n\n```\n  ddnser:\n    image: ghcr.io/catdevnull/ddnser\n    restart: always\n    volumes:\n      - ./ddnser.json:/config/ddnser.json:ro\n    entrypoint: ddnser /config/ddnser.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatdevnull%2Fddnser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatdevnull%2Fddnser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatdevnull%2Fddnser/lists"}