macaujack / aliyun_ddns

阿里云 DDNS Shell 脚本,支持 IPv6 ,支持国际域名(IDN)、中文域名,支持自定义获取 IP 的命令
Do What The F*ck You Want To Public License
5 stars 3 forks source link

README.md本地ip查询命令好像少了' #2

Closed wangangran closed 3 weeks ago

wangangran commented 3 weeks ago

ip -6 addr show wlp4s0 | sed -nE 's/^.inet6.(2408[0-9a-f:]+).mngtmpaddr.$/\1/p 改为 ip -6 addr show wlp4s0 | sed -nE 's/^.inet6.(2408[0-9a-f:]+).mngtmpaddr.$/\1/p'

macaujack commented 3 weeks ago

确实是少了一个单引号,现在加上去了,谢谢 :)