opt-script
opt-script copied to clipboard
使用网易域名作检测地址的问题
[ ! -z "$(echo $ss_link_1 | grep 163.com)" ] && ss_link_1=""
[ -z $ss_link_1 ] && ss_link_1="www.miui.com" && nvram set ss_link_1="www.miui.com"
看到这两句,把网易域名改成了miui的。什么原因?