Giter VIP home page Giter VIP logo

aliddns's Introduction

aliDDNS

通过linux 脚本动态修改阿里DDNS解析记录,同时支持IPV6和IPV4。增加对*和@的通配符的支持,在群晖DSM 6.2测试通过。 更新语法:

使用方法:

方法1. 外部参数 aliddns.sh <aliddns_ak> <aliddns_sk> <aliddns_subdomain> <aliddns_domain> <aliddns_iptype> <aliddns_ttl> 示例(A 代表 IPv4,AAAA 代表 IPv6): 执行:aliddns.sh "xxxx" "xxx" "test" "mydomain.site" "A" 600 执行:aliddns.sh "xxxx" "xxx" "test" "mydomain.site" "AAAA" 600

方法2. 内部参数 修改源码,将$1,$2,$3,$4,$5,$6 替换为对应参数

示例: aliddns_ak="xxxx" aliddns_sk="xxx" aliddns_subdomain="test" aliddns_domain="mydomain.site" aliddns_iptype="A" aliddns_ttl=600 执行:aliddns.sh

aliddns's People

Contributors

lafite4 avatar

Stargazers

 avatar  avatar Will Chen avatar ZhangJie avatar

Watchers

 avatar

Forkers

shminer

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.