anjianghua / aliddns

阿里云 DDNS ,通过阿里云DNS解析API来实现 DDNS 功能

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aliddns 安装

在服务器上安装基础组件 CentOS:

yum install -y wget curl cron

Debian 8+/Ubuntu:

apt install -y wget curl cron

然后下载AliDDNS脚本到你的服务器上:

wget -O /usr/sbin/AliDDNS-v2.0.sh https://ilemonrain.com/download/shell/AliDDNSv2.sh

为脚本文件加上可执行属性:

chmod +x /usr/sbin/AliDDNS-v2.0.sh

执行脚本,开始配置:

/usr/sbin/AliDDNS-v2.0.sh

About

阿里云 DDNS ,通过阿里云DNS解析API来实现 DDNS 功能


Languages

Language:Shell 100.0%