c77cc / ddns

动态更新域名解析记录,目前只支持DNSPOD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDNS

Build Status

动态更新域名解析记录,目前只支持DNSPOD

Build

  • Get source code from Github:
git clone https://github.com/c77cc/ddns
cd ddns
go build

修改账户密码和域名
cp config.json.default config.json

./ddns

独立部署

cp ddns.initd.sh /etc/init.d/ddns && chkconfig --add ddns && chkconfig ddns on

supervisor部署

yum install supervisor -y
cat ddns.supervisord.confg >> /etc/supervisord.conf && /etc/init.d/supervisord restart

About

动态更新域名解析记录,目前只支持DNSPOD


Languages

Language:Go 89.1%Language:Shell 10.9%