1、先使用putty登录路由器luci,用户名为root,密码为登陆luci的web页面密码。
2、更新luci,输入命令:opkg update
3、安装luci-app-ddns和ddns-scripts
分别输入命令:opkg install luci-app-ddns 和 opkg install ddns-scripts
4、
安装完成之后,可以再服务-》动态dns,看到设置画面。
但是选了半天也没有看到oray.com动态域名更新服务
ssh登录到路由器,运行一下命令
vi /usr/lib/ddns/services
在最后追加一行
#oray.com
"oray.com" "http://[USERNAME]:[PASSWORD]@ddns.oray.com/ph/update?hostname=[DOMAIN]&myip=[IP]"
然后重启路由,即可选择oray花生壳动态域名更新ip服务。
时间: 2024-11-06 09:59:39