.github aliyun-ddns .gitattributes .gitignore LICENSE ReadMe.md aliyun-ddns.sln README BSD-3-Clause license 功能 通过在线API获取公网IPv4/v6地址,更新到域名A/AAAA记录。 通过本地网卡获取公网或内网IPv4/v6地址,更新到域名A/AAAA记录。
docker run -d --restart=always --net=host \ -e "AKID=[ALIYUN's AccessKey-ID]" \ -e "AKSCT=[ALIYUN's AccessKey-Secret]" \ -e "DOMAIN=ddns.aliyun.win" \ -e "REDO=30" \ -e "TTL=60" \ -e "TIMEZONE=8.0" \ -e "TYPE=A,AAAA" \ sanjusss/aliyun-ddns 环境变量名称注释...
.github aliyun-ddns .gitattributes .gitignore LICENSE ReadMe.md aliyun-ddns.sln README License 通过在线API获取公网IPv4/v6地址,更新到域名A/AAAA记录。 通过本地网卡获取公网或内网IPv4/v6地址,更新到域名A/AAAA记录。 支持更新多个域名的记录。
aliyun_ddns --基于阿里云解析的动态域名解析 之前考虑的方案是使用小米路由器ddns+花生壳,然而看到花生壳恶心的域名名称后果断放弃了,加之其免费的动态域名解析服务的口碑都是出奇的慢,之前也使用过,速度确实没法玩耍。 为何要写这个 为了达到使用域名即可访问家里服务的目的,需要两个条件,外网ip和域名。 域名这个简单...
$ brew install aliddns snapcraft: $ sudo snap install aliddns config file path: /root/snap/aliddns/current/aliddns.yaml edit config file then: sudo snap restart aliddns scoop: $ scoop bucket add OpenIoTHub https://github.com/OpenIoTHub/scoop-bucket.git $ scoop install aliddns ...
阿里云动态域名工具,支持docker和ipv6。. Contribute to sanjusss/aliyun-ddns development by creating an account on GitHub.
Python DDNS client for Aliyun. Contribute to gyesliu/aliyun-ddns-client development by creating an account on GitHub.
i18n 阿里云DDNS定时更新Golang版。 Jan 20, 2020 public 2020年1月21日 Jan 21, 2020 router 2020年1月21日 Jan 21, 2020 template - 调度阿里云ddns接口时,系统时间和北京时间误差不能太大,否则接口请求会失败。 Jan 22, 2020 vendor 阿里云DDNS定时更新Golang版。 Jan 20, 2020 .gitattributes 阿里云DDNS...
基于阿里云最新云解析API编写的DDNS Windows Services 程序,可将本机公网IP实时更新到自己阿里云的域名解析记录中 - xuchao1213/AliyunDdnsCSharp
git clone https://github.com/risfeng/aliyun-ddns-shell.git 给aliyun-ddns.sh脚本赋可执行权:chmod +x aliyun-ddns-shell/src/aliyun/aliyun-ddns.sh 运行脚本,根据提示进行配置(第一次运行需要配置) 如需要使用钉钉自定义机器人推送成功失败消息,请新建自定义钉钉机器人,配置access_token和消息加签密钥 脚...