Cloudflare Tunnel
2025/5/5 0:22:00
↓のコマンドでCloudflare Tunnelのお試しができた
cloudflared tunnel --url http://localhost:3000 --protocol http2
--protocol http2
を付けなかった場合には、↓のエラーがでた。
2025-05-05T14:46:24Z ERR Failed to dial a quic connection error="failed to dial to edge with quic: timeout: no recent network activity" connIndex=0 event=0 ip=XXXXXXXXXXXX
podman run -d --net=host -p 7844:7844 cloudflare/cloudflared:latest tunnel --no-autoupdate run --token eyXXXXXXXXXXXXXXXXXXXX
コンテナでCloudflare Tunnelを動かせたけど接続の方法がわからん。ネットワークの知識よわよわすぎる。