dnspod-ddns-with-bashshell icon indicating copy to clipboard operation
dnspod-ddns-with-bashshell copied to clipboard

The Dnspod DDNS with BashShell

Results 7 dnspod-ddns-with-bashshell issues
Sort by recently updated
recently updated
newest added

如题....可以使用方糖之类的

我在crontab 中这样写: */1 * * * * ~/dnspod-ddns-with-bashshell/dnspod_ddns.sh >> /tmp/ddns 但是输出的信息是: Wed 9 Dec 16:26:01 GMT 2020 Get www.supermcu.xyz error :Operation successful 一直是error 求大佬能帮忙看看。

Record.Ddns这个接口没有TTL参数,会被设置成10,但实际最低只支持600,会导致解析失败。 要换成Record.Modify这个接口

手动执行命令 有日志输出 但是由于定时任务....定时任务运行 日志就会变成空文件。..... 直接执 bash /root/dnspod_ddns.sh &> /root/ddns.log 能够看到日志有记录。 当定时任务开始运行 */1 * * * * bash /root/dnspod_ddns.sh &> /root/ddns.log ddns.log就是空文件。....

当前套餐支持的TTL值必须为600~604800之间

ipv6已经普及了要是支持ipv6就太好了