{"id":21466223,"url":"https://github.com/leonidboykov/ddnsman","last_synced_at":"2025-03-17T05:46:34.151Z","repository":{"id":158906241,"uuid":"634300046","full_name":"leonidboykov/ddnsman","owner":"leonidboykov","description":"ddnsman watches your external IP and updates related DNS records","archived":false,"fork":false,"pushed_at":"2025-03-13T16:15:42.000Z","size":64,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-13T17:37:28.720Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/leonidboykov.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-29T17:21:12.000Z","updated_at":"2023-04-29T17:21:44.000Z","dependencies_parsed_at":"2024-01-18T16:38:08.995Z","dependency_job_id":"5628a1b6-a0ec-4f0a-a1d7-1cdd83905548","html_url":"https://github.com/leonidboykov/ddnsman","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/leonidboykov%2Fddnsman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonidboykov%2Fddnsman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonidboykov%2Fddnsman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonidboykov%2Fddnsman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leonidboykov","download_url":"https://codeload.github.com/leonidboykov/ddnsman/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243982135,"owners_count":20378606,"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-23T08:13:37.856Z","updated_at":"2025-03-17T05:46:34.099Z","avatar_url":"https://github.com/leonidboykov.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ddnsman\n\nddnsman (short for Dynamic DNS Manager) allows to set external IP as a DNS record for your DNS provider.\n\n## Supported providers\n\nddnsman uses [`github.com/libdns`](https://github.com/libdns) to communicate with a list of various providers, i.e. if `libdns` allows to work with specific DNS provider you may use it with `ddnsman`.\n\n## Settings\n\nHere is an example:\n\n``` jsonc\n{\n  \"interval\": \"5m\", // See https://pkg.go.dev/time#ParseDuration.\n  \"settings\": [\n    {\n      \"domain\": \"example.com\", // Your domain.\n      \"provider\": {\n        \"name\": \"someprovider\", // Any provider supported by libdns.\n        \"settings\": {} // This data is passed directly to provider driver.\n      },\n      \"records\": [ // Any records you want to update.\n        \"subdomain\",\n        \"*.wildcard\",\n      ]\n    }\n  ],\n  \"shoutrrr_notifications\": [\n    {\n      \"url\": \"...\", // shoutrrr url.\n      \"settings\": {} // additional settings for shoutrrr (just a QoL feature, you may use params as well).\n    }\n  ]\n}\n```\n\nProper docs are coming soon.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonidboykov%2Fddnsman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonidboykov%2Fddnsman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonidboykov%2Fddnsman/lists"}