cf-edge-proxy 运行中

Cloudflare Workers 出站代理 · WebSocket 隧道 + HTTP 直连


1. HTTP 直连(浏览器 / curl 可直接用)

https://cf-edge-proxy-pages.pages.dev/direct?url=https%3A%2F%2Fexample.com%2F

2. WebSocket TCP 隧道(本地客户端使用,等价于 CONNECT)

wss://cf-edge-proxy-pages.pages.dev/tunnel?host=example.com&port=443

3. 健康检查

https://cf-edge-proxy-pages.pages.dev/health

若设置了 Token,需在请求头 Authorization: Bearer <token> 或查询参数 ?token= 中携带。