{"id":17871216,"url":"https://github.com/stulzq/dynamicdns","last_synced_at":"2025-08-31T15:20:48.149Z","repository":{"id":95704618,"uuid":"209123575","full_name":"stulzq/DynamicDns","owner":"stulzq","description":"动态DNS，支持多个云厂商。","archived":false,"fork":false,"pushed_at":"2019-09-19T02:05:22.000Z","size":45,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-14T17:59:22.647Z","etag":null,"topics":["dynamicdns"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stulzq.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":"2019-09-17T18:03:22.000Z","updated_at":"2024-08-25T22:48:25.000Z","dependencies_parsed_at":"2023-03-09T13:00:37.830Z","dependency_job_id":null,"html_url":"https://github.com/stulzq/DynamicDns","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stulzq/DynamicDns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stulzq%2FDynamicDns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stulzq%2FDynamicDns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stulzq%2FDynamicDns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stulzq%2FDynamicDns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stulzq","download_url":"https://codeload.github.com/stulzq/DynamicDns/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stulzq%2FDynamicDns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272996448,"owners_count":25028131,"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-31T02:00:09.071Z","response_time":79,"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":["dynamicdns"],"created_at":"2024-10-28T10:27:37.796Z","updated_at":"2025-08-31T15:20:48.129Z","avatar_url":"https://github.com/stulzq.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DynamicDns\n\n云解析客户端，支持如下云厂商：\n\n- 腾讯云\n\n## 1.说明\n\n### 1.1腾讯云\n\n运行Sample和单元测试需要配置SecretId和SecretKey到用户变量，或者自行在代码中配置\n\n[环境变量配置](https://github.com/stulzq/DynamicDns/blob/master/sample/DynamicDns.TencentCloud.Sample/Program.cs#L15)\n\nAPI密钥管理：https://console.cloud.tencent.com/cam/capi\n\n云解析文档：https://cloud.tencent.com/document/product/302/4032\n\n\n## 2.安装\n\n腾讯云：\n\n````shell\nInstall-Package DynamicDns.TencentCloud\n````\n\n## 3.API\n\n````csharp\n\n//不同厂商不同实现，以腾讯云为例\nIDynamicDns ddns = new TencentCloudDynamicDns(new TencentCloudOptions())\n\n//添加记录\nddns.AddAsync\n\n//添加或更新记录\nddns.AddOrUpdateAsync\n\n//删除记录\nddns.DeleteAsync\n\n````\n\n其他见单元测试\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstulzq%2Fdynamicdns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstulzq%2Fdynamicdns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstulzq%2Fdynamicdns/lists"}