GithubHelp home page GithubHelp logo

ddnsappforalidns's Introduction

README

配置

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <startup>
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
    </startup>
    <appSettings>
        <add key="regionId" value="cn-hangzhou" />
        <add key="accessKeyId" value="你的AccessKeyId" />
        <add key="accessKeySecret" value="你的AccessKeySecret" />
        <add key="domains" value="yourdomain.com,test.yourdomain.com,subtest.test.yourdomain.com" />
        <add key="ttl" value="60" />
    </appSettings>
</configuration>

如上,注意阿里云云解析暂不支持RAM子账号,需要用老的Access Key来访问,有点坑。

定期运行

暂时没有做到程序中,可以通过计划任务来定时跑一下即可。

项目结构

由于阿里云的.net SDK在nuget上并没有统一的官方包,所以我是下载的Open API SDK for .Net developers 在本地引用的,需要编译的同学可以下载下来,重新链接下,用到了aliyun-net-sdk-corealiyun-net-sdk-alidns 这两个项目。

下载地址

DdnsAppForAlidns-1.2.0.zip

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.