v2ray icon indicating copy to clipboard operation
v2ray copied to clipboard

HAX 的 VPS 用 curl -s https://ipinfo.io/ip 检测IP没反应 脚本会卡死在这里

Open crazypeace opened this issue 3 years ago • 1 comments
trafficstars

https://hax.co.id/ 这是一个纯IPv6的VPS,显示的IPv4地址是不对的。

日志: root@123456789hax:/usr/local/etc/v2ray# curl -s https://ipinfo.io/ip ^C root@123456789hax:/usr/local/etc/v2ray# curl -s https://api.ip.sb/ip 2a01:4f8:151:24e7:face:822:f848:1 root@123456789hax:/usr/local/etc/v2ray# curl -s https://api.ipify.org 195.140.194.201root@123456789hax:/usr/local/etc/v2ray# curl -s https://ip.seeip.org 2a01:4f8:151:24e7:face:822:f848:1root@123456789hax:/usr/local/etc/v2ray# curl -s https://ifconfig.co/ip 2a01:4f8:151:24e7:face:822:f848:1 root@123456789hax:/usr/local/etc/v2ray# curl -s https://api.myip.com | grep -oE "([0-9]{1,3}.){3}[0-9]{1,3}" root@123456789hax:/usr/local/etc/v2ray# curl -s icanhazip.com 2a01:4f8:151:24e7:face:822:f848:1 root@123456789hax:/usr/local/etc/v2ray# curl -s myip.ipip.net | grep -oE "([0-9]{1,3}.){3}[0-9]{1,3}" 195.140.194.226 root@123456789hax:/usr/local/etc/v2ray#

crazypeace avatar Feb 27 '22 04:02 crazypeace

用这里的脚本可以 https://zelikk.blogspot.com/2022/03/v2ray-vless-websocket-tls-caddy-v2.html

crazypeace avatar Mar 10 '22 05:03 crazypeace