sensec / ddns-scripts_aliyun

OpenWrt/LEDE DDNS support for aliyun (阿里云)
GNU General Public License v2.0
345 stars 146 forks source link

原版openwrt更新後失效 #17

Open laikitleung opened 3 years ago

laikitleung commented 3 years ago

服務提供商列表aliyun.com選項消失。 解決辦法,強制重裝 opkg install ddns-scripts_aliyun_1.0.0-1_all.ipk ​--force-reinstall 也許還需要 opkg install bind-host

mm2231031 commented 3 years ago

暂时用我fork的仓库吧,修复了这个问题,提交了补丁,原作者也不知道什么时候会合并 https://github.com/mm2231031/ddns-scripts_aliyun

dgqyushen commented 3 years ago

暂时用我fork的仓库吧,修复了这个问题,提交了补丁,原作者也不知道什么时候会合并 https://github.com/mm2231031/ddns-scripts_aliyun

大佬,新手问问脚本如何使用?

FredyVia commented 2 years ago

好像作者在这个里面更新的,没有在github上 https://www.right.com.cn/forum/thread-267501-1-1.html

gonboy commented 2 years ago

好像作者在这个里面更新的,没有在github上 https://www.right.com.cn/forum/thread-267501-1-1.html

这个版本测试有问题。无法使用。mm2231031的可以使用。

laikitleung commented 2 years ago

OpenWrt 21.02安装github上的ipk失效,需要在/usr/share/ddns/default添加文件 aliyun.com.json { "name": "aliyun.com", "ipv4": { "url": "update_aliyun_com.sh" }, "ipv6": { "url": "update_aliyun_com.sh" } }