h46incon / AliDDNSBash

阿里云域名解析动态更新(DDNS)的 Shell 脚本
MIT License
250 stars 125 forks source link

斐讯k2p管改固件没有dig,可以用nslookup代替。 #7

Closed 605435218 closed 4 years ago

605435218 commented 4 years ago

get_domain_ip函数里面改成 _func_ret=$(nslookup "${full_domain}" "${DNSServer}" | sed -n 5p | awk '{print $3}' )

h46incon commented 4 years ago

感谢告知。 dig 需要安装 bind-dig 。 我过两天验证下 nslookup 的用法。

605435218 commented 4 years ago

不同系统可能会有点不同,我这个在自己路由器上验证可以用

h46incon commented 4 years ago

见 #12 ,已直接通过 API 中获取现在的 IP。