fscarmen / warp-sh

WARP script is move to: https://gitlab.com/fscarmen/warp
832 stars 178 forks source link

德鸡warp提示No suitable solution was found #37

Closed sanshuitmac closed 6 months ago

sanshuitmac commented 6 months ago

warp1 如上图,请问是什么原因呢? 德鸡是ubantu20的,本地ssh能连上,运行脚本命令就显示上图没办法选择了

sanshuitmac commented 6 months ago

是给ipv6的德鸡 warp ipv4,用的这个脚本wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh [option] [lisence/url/token]。好像识别不出德鸡的ipv6地址

54meets commented 6 months ago

我也出现了这个问题

yshui1988 commented 6 months ago

我这边出现同样问题了,不知道咋回事

fscarmen commented 6 months ago

判断用到的 https://www.who.int 的 IPv6 出问题了,用这个方式处理,今天我更新一下脚本

wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh
sed -i 's/www.who.int/www.cloudflare.com/' menu.sh
bash menu.sh
image
sanshuitmac commented 6 months ago

bash menu.sh

不太行,后面出不来v4 和v6的ip。。。麻烦作者加油改下~ image

fscarmen commented 6 months ago

更新了,再试试,先 bash menu.sh u 卸载,再下载新的安装。

fscarmen commented 6 months ago
image
sanshuitmac commented 6 months ago

更新了,再试试,先 bash menu.sh u 卸载,再下载新的安装。

已试过能正常warp,谢谢up。