{"id":19482337,"url":"https://github.com/cnfatal/ddns-scripts-alidns","last_synced_at":"2025-04-25T15:32:54.062Z","repository":{"id":226904191,"uuid":"769855631","full_name":"cnfatal/ddns-scripts-alidns","owner":"cnfatal","description":"Openwrt Dynamic DNS Client scripts extension for aliyun DNS.","archived":false,"fork":false,"pushed_at":"2024-09-16T04:15:24.000Z","size":12,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-16T05:33:08.030Z","etag":null,"topics":["ddns","ddns-script","openwrt-ddns"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cnfatal.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}},"created_at":"2024-03-10T08:57:49.000Z","updated_at":"2024-09-16T04:31:54.000Z","dependencies_parsed_at":"2024-03-10T14:29:39.283Z","dependency_job_id":"2fd835fd-d6b2-4474-9a7c-d17200c5dedd","html_url":"https://github.com/cnfatal/ddns-scripts-alidns","commit_stats":null,"previous_names":["cnfatal/ddns-scripts-alidns"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnfatal%2Fddns-scripts-alidns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnfatal%2Fddns-scripts-alidns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnfatal%2Fddns-scripts-alidns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnfatal%2Fddns-scripts-alidns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cnfatal","download_url":"https://codeload.github.com/cnfatal/ddns-scripts-alidns/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224007950,"owners_count":17240294,"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","ddns-script","openwrt-ddns"],"created_at":"2024-11-10T20:09:47.768Z","updated_at":"2024-11-10T20:09:49.436Z","avatar_url":"https://github.com/cnfatal.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ddns-scripts-alidns\n\nOpenwrt Dynamic DNS Client scripts extension for aliyun DNS.\n\n## Install\n\nInstall the package with opkg from the pre-built ipk file:\n\n```sh\nwget https://github.com/cnfatal/ddns-scripts-alidns/releases/download/1.0.0/ddns-scripts-alidns_1.0.0-1_all.ipk\nopkg install ddns-scripts-alidns_1.0.0-1_all.ipk\n```\n\n## Usage\n\nNow you can see the new `alidns.com` provider in the `Dynamic DNS` section of the `Service` menu in LuCI.\n\nFill in the fields with the following information:\n\n| Field | Explanation |\n| --- | --- |\n| Domain | The domain name to update. eg. `router.example.com` |\n| Username | The AccessKey ID of the aliyun account. |\n| Password | The AccessKey Secret of the aliyun account. |\n\n## Build\n\nFollow: \u003chttps://openwrt.org/docs/guide-developer/helloworld/start\u003e\n\nOpen a new workspace and prepare toolchain:\n\n```sh\nmkdir -p /tmp/openwrt-build\ncd /tmp/openwrt-build\ngit clone https://git.openwrt.org/openwrt/openwrt.git openwrt\ncd openwrt\nmake distclean\nmake menuconfig\nmake toolchain/install\n```\n\nPrepare custom feed with our package:\n\n```sh\ncd /tmp/openwrt-build\nmkdir -p custom-feed \u0026\u0026 cd custom-feed\ngit clone https://github.com/cnfatal/ddns-scripts-alidns.git\n```\n\nAdd custom feed and official packages to openwrt build system:\n\n```sh\ncd /tmp/openwrt-build/openwrt\necho \"src-link custom /tmp/openwrt-build/custom-feed\" \u003e\u003e feeds.conf.default\n./scripts/feeds update packages custom\n./scripts/feeds install packages custom\n```\n\nBuild the package:\n\n```sh\ncd /tmp/openwrt-build/openwrt\nmake V=sc package/feeds/packages/net/ddns-scripts/compile\n```\n\nThe package will be in `/tmp/openwrt-build/openwrt/bin/packages/\u003carch\u003e/custom/ddns-scripts-alidns_\u003cversion\u003e_\u003carch\u003e.ipk`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnfatal%2Fddns-scripts-alidns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcnfatal%2Fddns-scripts-alidns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnfatal%2Fddns-scripts-alidns/lists"}