Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.7% forks on nuget.org

nuget.org : module.aliyunddns

aliyun dynamic dns module. # aliyun dynamic dns config file * ~/aliyun.ddns.config.json * docker: ~/ -> /app/ ``` { "interval": 10, //seconds "showIPUrl": "https://url.anycore.cn/ip", //out my ip address text "accessKeys": { //accessKey map "default": { "accessKeyId": "your accessKey ID", "accessKeySecret": "your accessKey Secret" } }, "domains": { // domain map "mydomain.com": { "provider": "aliyun", //dns provider "accessKey": "default", //refence accessKey map "items": [ { "type": "A", "name": "home", "ttl": 100 } ] } } } ``` # module usage ``` // create ddns instance // default config : ~/aliyun.ddns.config.json var ddns = new module.AliyunDDNS.DomainIPSyncService(); // set log ddns.Log = new ConsoleLog("AliyunDDNS"); // start task ddns.Start(); System.Console.ReadLine(); ```

Registry - Homepage - JSON
purl: pkg:nuget/module.aliyunddns
Keywords: aliyun, dns, ddns, symbol
License: MIT
Latest release: over 4 years ago
First release: over 4 years ago
Downloads: 948 total
Stars: 0 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 days ago

    Loading...
    Readme
    Loading...