VPS浮动IP导致 退出脚本
heluoe opened this issue · 4 comments
heluoe commented
ubuntu_install_v2ray2.sh
代码中如果是浮动IP
会导致推出
if [ -z "${res}" ]; then
echo -n "${domain} 解析结果:"
host ${domain}
echo "主机未解析到当前服务器IP(${IP})!"
exit 1
fi
hijkpw commented
域名解析用的cname?
heluoe commented
哦哦,就是 如果用的VPS主机供应商,提供的浮动IP
域名绑定的是浮动IP
不一定和实例上的IP 一样
res=host ${domain}
res=echo -n ${res} | grep ${IP}
res 就会为空
heluoe commented
vps商 想 digital ocean 和 搬瓦工 给的浮动ip 也是外网的固定ip 不过应该是大池里的,每次手动生成一个,就可以在控制台,绑定到转发到实例上了,但是这时候 实例主机 ifconfig 是不知道这个ip的。