edgetunnel icon indicating copy to clipboard operation
edgetunnel copied to clipboard

Running V2ray inside edge/serverless runtime

Results 103 edgetunnel issues
Sort by recently updated
recently updated
newest added

const earlyDataHeader = request.headers.get('sec-websocket-protocol') || ''; is always empty earlyDataHeader is reduntant.

用这个方法部署了可以正常使用 用了有10个多月了. 一直很稳定. 昨天我再帮别人部署时候怎么都没调通. 就在自己原来的代码上测试代理ip的. 更改后有改回来,但是就无法正常连通了. 是什么情况??? 更改后和之前的代码是一样的.. [Warning] [672072640] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: connection ends > proxy/vless/outbound: failed to write A request payload > transport/internet/websocket:...

如图,哪个直播都一样,点开报错#2000 ![image](https://github.com/user-attachments/assets/c2772e33-20b8-4ac5-b180-19a2844f9f1f)

首先说明之前的worker-with-socks5-experimental.js的代码我没有使用过,就是测试了2天前更新的worker-with-socks5-experimental.js代码加了自己的socks5代理出口地址,测试环境是workers加了自有的域名路由,测试连接自有域名方式时无论访问非cloudflare托管网站或cloudflare托管网站都一切正常,但测试Cloudflare优选ip时出问题,访问非cloudflare托管网站没有任何问题,但是访问cloudflare托管网站时浏览器提示下面的错误: 建立安全连接失败 连接到 iplocation.io 时发生错误。PR_END_OF_FILE_ERROR 错误代码:PR_END_OF_FILE_ERROR 由于不能验证所收到的数据是否可信,无法显示您想要查看的页面。 建议向此网站的管理员反馈这个问题。 上面这个 iplocation.io网站只是举例,其他网站如 https://www.ip-adress.com 都一样的错误,但是直接访问自有域名方式没有这个问题,只是使用Cloudflare优选ip时出问题,而且换了各个国家的Cloudflare优选ip进行测试结果都一样, 感觉应该是使用Cloudflare优选ip时socsk5出站有一些问题 另外我也使用了 https://github.com/cmliu/epeius 项目的socks5出站测试,在使用Cloudflare优选ip时访问cloudflare托管网站没有任何问题

[{ "resource": "/wl-test/worker.js", "owner": "typescript", "code": "2792", "severity": 8, "message": "Cannot find module '@cloudflare/workers-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the...

I used the same script and changed the UUID and deployed the worker on Cloudflare. Next, I opened the worker_address/uuid on the web browser and the configuration summary which gives...

Hello There! I've configured proxyIP and it works fine on websites using cloudflare CDNs , However, when it comes to websites Such as aparat.com (Streaming Service in Iran) , Strict-Origin...