除支持IPV4 支持IPV6、HTTPS、自定义网络接口、代理服务器、检测间隔等功能。
现如今运营商基本普及了IPV6,可以直接通过IPV6直接访问OPENWRT以及挂载设备。
#替换为中科大源,可跳过。
sed -i 's/downloads.openwrt.org/mirrors.ustc.edu.cn\/openwrt/g' /etc/opkg/distfeeds.conf
#安装ddns组件
opkg update opkg install luci-app-ddns luci-i18n-ddns-zh-cn wget-ssl curl openssl-util
下载文件,解压。
上传aliyun.com.json、dnspod.cn.json这2个文件到/usr/share/ddns/default目录
上传update_aliyun_com.sh、update_dnspod_cn.sh这2个文件到/usr/lib/ddns目录,并添加权限0755。
到系统>>>启动项,重启ddns。或者运行命令
/etc/init.d/ddns restart
然后在luci的动态dns界面即可找到添加的DDNS 服务提供商aliddns、dnspod。
老规矩,回复即可下载
低版本的openwrt安装luci-app-ddns luci-i18n-ddns-zh-cn wget curl openssl-util
修改/etc/ddns/services、/etc/ddns/services_ipv6这2个文件,加上
"aliyun.com" "update_aliyun_com.sh" "dnspod.cn" "update_dnspod_cn.sh"
上传update_aliyun_com.sh、update_dnspod_cn.sh这2个文件到/usr/lib/ddns目录,并添加权限0755
PS:来源于恩山,感谢大佬(@99010 @sensel)们分享
https://www.right.com.cn/forum/thread-5692041-1-1.html
https://www.right.com.cn/forum/thread-267501-1-1.html
发表评论