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

大佬你好,复制代码提示something went wrong try again,如何解决谢谢大佬

Tried everything, changed ProxyIP, tried connecting to different ports, tried with best IP and direct IP. It just does not connect.

https://github.com/zizifn/edgetunnel/blob/4221293b0abd63cc139adb24f0e707548e488dfb/src/worker-vless.js#L540-L548 Complete UDP messge also includes source port and destination port(total 8 bytes), but it seems they are being ignored in here.

2024-03-19T14:04:18.137537Z Cloning repository... 2024-03-19T14:04:18.869015Z From https://github.com/xiagw/edgetunnel 2024-03-19T14:04:18.869593Z * branch 74b5b15c77494a81ba29c18a6a7a6580ad63a6fe -> FETCH_HEAD 2024-03-19T14:04:18.869703Z 2024-03-19T14:04:18.904912Z HEAD is now at 74b5b15 Update version worker-with-socks5-experimental.js 2024-03-19T14:04:18.905336Z 2024-03-19T14:04:18.992478Z 2024-03-19T14:04:18.992978Z Using v2 root directory strategy...

ArrayBuffer supports `slice` methds:

感觉很多人拿proxyIP当优选ip,导致速度下降。 那如果直接拿被墙了的proxyIP,是不是意味着只会给worker节点用了

似乎UDP协议更能防干扰。CF也支持HTTP/3 大佬有什么见解?

Cloudflare优选IP分享 目前IP已经整合到一个域名:cf-cdn.mocn.top 测试地点:山西 博客文章:https://blog.mocn.top/posts/37c5dde4/

# 有些话说在前头。。。 ## **我只针对技术问题探讨,不是来推广siteproxy的,只是刚好看到已经实现的方案,在此提出思路** ## 导语 **前面太啰嗦了,不喜欢的别喷,直接跳到后面的总结看吧** 我们都知道**edgetunnel部署完无法直接访问CF类**的网站的,需要借助**ProxyIP**帮我们**代理访问** 根据**CloudFlare的帮助文档**,这个问题是个**BUG**,但这个BUG在官网的帮助文档里**存在很久了**,官方**修复遥遥无期**(据**Github网友**所述自操作**可能**官方意图防止在**CF站点内做CC攻击自己**,相当于**零成本左手打右手**) 那有没有**例外**呢? 答案肯定是**有的** **典型例子**就是**WARP** **1.1.1.1**,当你用打开WARP访问cloudflare.com/cdn-cgi/trace的时候 输出信息里有一行**warp=on(**on代表普通免费账号 plus代表WARP+账号 Teams代表Zero Trust账号) 如图 ![image](https://github.com/zizifn/edgetunnel/assets/69495211/7c0a0be4-bf5c-4a02-9b51-fd541fd1422f) ## 正题 但最近逛**CF类的项目**时发现这么个项目让我感到有些**惊讶** **名称:siteproxy** 地址:github.com/netptop/siteproxy 部署完以后我们可以正常通过这个网页端的代理访问网站 但是最重要的是,这个同样**部署在Workers**的项目,**不需要依赖任何其他代理**就**可以访问CF类的网站** 这立刻勾起了我的兴趣 于是我马上开始进行**初步探究** ## 区别...

代理或者不代理都打不开了 以前代理或者不代理都能打开 显示如下 ![无标题](https://github.com/zizifn/edgetunnel/assets/45817232/660405da-5b72-473b-a206-6350d9991cb9)