196180
196180
==1.warp获取== wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh ==2.docker安装== apt update -y && apt install -y curl wget sudo && apt install -y docker && apt install -y docker-compose && apt...
> 在koyeb上部署了这个webssh,然后按教程提示使用cloudflare workers反代,之后绑定cf上的域,连接ssh服务器的时候提示 Websocket authentication failed. > > 在koyeb上部署了这个webssh,然后按教程提示使用cloudflare workers反代,之后绑定cf上的域,连接ssh服务器的时候提示 Websocket authentication failed. > > 我绑定cf上的域(不论开不开启小黄云),也和你一样。 ```` addEventListener('fetch', (event) => { event.respondWith(handleRequest(event.request)); }); async function handleRequest(request) { let url =...