鸾瑶綾舞
鸾瑶綾舞
CDCloudflare Developers
Created by Tsaitou on 10/22/2024 in #general-help
How to setup websocket service on Cloudflare Tunnel?
I think you can directly choose HTTP(S). You can go to this page in Chrome’s DevTools to see the successful WebSocket handshake information.
3 replies
CDCloudflare Developers
Created by Tsaitou on 10/22/2024 in #general-help
How to setup websocket service on Cloudflare Tunnel?
No description
3 replies
CDCloudflare Developers
Created by Nyvin on 10/19/2024 in #general-help
Tunnel + Direct Port Access
Make sure the Cloudflared service is running on the remote server. Then, you need to install Cloudflared locally on the client and execute the command:
cloudflared --protocol quic --no-autoupdate access tcp --hostname https://perforce.domain-i-bought.com/tcp-tunnel --url localhost:23333
cloudflared --protocol quic --no-autoupdate access tcp --hostname https://perforce.domain-i-bought.com/tcp-tunnel --url localhost:23333
After that, try connecting in the local application using 127.0.0.1 and port 23333. Cloudflared documentation: Cloudflare Tunnel Run Parameters - https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/configure-tunnels/tunnel-run-parameters/
5 replies
CDCloudflare Developers
Created by Hamb_y on 10/15/2024 in #general-help
Cloudflare warp daemon not running
You might need to run it(/bin/warp-svc) as the root user.
3 replies
CDCloudflare Developers
Created by Hamb_y on 10/15/2024 in #general-help
Cloudflare warp daemon not running
Cloudflare Warp's daemon should be warp-svc?
3 replies