cloudflare/cloudflared
Publicmirrored from https://github.com/cloudflare/cloudflaredAvailable
README.md
9lines · modecode
| 1 | # Argo Tunnel client |
| 2 | |
| 3 | Contains the command-line client and its libraries for Argo Tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network. |
| 4 | |
| 5 | ## Getting started |
| 6 | |
| 7 | go install github.com/cloudflare/cloudflared/cmd/cloudflared |
| 8 | |
| 9 | User documentation for Argo Tunnel can be found at https://developers.cloudflare.com/argo-tunnel/ |
| 10 | |