Replies: 8 comments 5 replies
-
11011 是 ws 是不是映射端口写错了 |
Beta Was this translation helpful? Give feedback.
-
TCP连接也失败,不过日志与 ws 连接不太一样。日志在疯狂输出
|
Beta Was this translation helpful? Give feedback.
-
cloudflare,端口转发的协议细节我不太清楚. 虽然我也用了. 在cloudflare,规则中有个 Origin Rules, https://nps.ezdial.cn 这是我一个未经加密的服务,加密后的效果,就是通过coudfalre Origin Rules, 完成的, |
Beta Was this translation helpful? Give feedback.
-
https://www.afrp.net/ |
Beta Was this translation helpful? Give feedback.
-
主要想白嫖CloudFlare的国外线路优化功能 |
Beta Was this translation helpful? Give feedback.
-
我都已经套成功了 cf可以通过ws和wss协议监听 然后再套cf 链接也必须指定协议为ws或者wss不要用tcp 看你测试用tcp还有一点必须把域名托管到cf并开启小云朵 |
Beta Was this translation helpful? Give feedback.
-
我自己测试国内连 CF 代理的服务器不稳定,特别是移动网络,最后我还是直连服务器,如果只是电信的话还可以。 |
Beta Was this translation helpful? Give feedback.
-
也有人遇到相同的问题,另外可能找到原因,再请作者看看是否如此。 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
复现步骤
服务端输出:
将端口通过 Cloudflare 映射到域名:
11010
端口映射到ettcp.***.***:443
,11011
端口映射到etws.***.***:443
。使用 WebSocket 连接。
服务端输出:
服务端控制台、日志均无输出。
客户端日志:
原因猜测
是不是因为不支持TLS?或者说哪里的配置有问题。
Beta Was this translation helpful? Give feedback.
All reactions