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

时间:2021-05-29 10:46:21
【文件属性】:
文件名称:ddns:动态更新域名解析记录,目前只支持DNSPOD
文件大小:4KB
文件格式:ZIP
更新时间:2021-05-29 10:46:21
Go DDNS 动态更新域名解析记录,目前只支持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
【文件预览】:
ddns-master
----ddns.initd.sh(1KB)
----ddns.go(9KB)
----.gitignore(21B)
----README.md(632B)
----ddns.supervisord.conf(211B)
----config.json.default(157B)

网友评论