Replies: 3 comments 2 replies
-
The edge IP you are using is probably being blocked. Check your tcpdump results to see if there are any abnormal RST packets. You can manually switch to another IP (all Cloudflare edge IPs are anycast). Check out this BGP dump to find all Cloudflare prefixes that have an AS number of 13335, 209242, 202623, 395747, 139242, 203898, 132892, 394536 or 209242. Not all prefixes are anycast, you will need to run automated tests in an unrestricted environment (or your ISP may have cut your cable for "DoS") to find them out. There are a number of projects on GitHub that do this. You can also find out by running If changing the IP doesn't help, it's likely that your domain name is blocked. Then God bless you. Or you can just wait for a while.
Better camouflage, superior anonymity, stronger plausible deniability and luck. NOTE: Most traditional blocking is implemented as 5 tuple (src ip, dest ip, src port, dest port, protocol), switch to another source IP or ISP may help. |
Beta Was this translation helpful? Give feedback.
-
可以試一試用中轉伺服器作爲跳板連結v2ray,使用分散式系統
中轉伺服器可以定期發送接收隨機數據,僞裝自己是有正常業務的伺服器 |
Beta Was this translation helpful? Give feedback.
-
客户端上的 tls设置 允许不安全就可以了 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
我使用的是vmess + ws + tls + Cloudflare CDN的方案,在大多数情况下可以正常工作。但有时会出现某个客户端无法正常连接的情况。通常情况下,其他IP的客户端仍然可以正常使用。这种情况通常会持续一段时间,然后恢复正常。
出错时客户端的日志如下:
app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: failed to find an available destination > common/retry: [transport/internet/websocket: failed to dial WebSocket > transport/internet/websocket: failed to dial to (wss://XXXX/ray): > dial tcp XXXX:443: i/o timeout transport/internet/websocket: failed to dial WebSocket > transport/internet/websocket: failed to dial to (wss://XXXXX/ray): > dial tcp: operation was canceled] > common/retry: all retry attempts failed
VPS上nginx和v2ray的日志都没有相应请求的记录。
请问这种情况是什么原因造成的?有什么方法可以减少或规避这样的问题?
Beta Was this translation helpful? Give feedback.
All reactions