Chung-Ting Huang c59d56c655 Release 2024.11.1 | 2 days ago | |
---|---|---|
.github | 1 month ago | |
.mac_resources | 4 years ago | |
.teamcity | 2 weeks ago | |
carrier | 1 year ago | |
cfapi | 8 months ago | |
cfio | 2 years ago | |
cmd | 1 week ago | |
component-tests | 2 weeks ago | |
config | 7 months ago | |
connection | 1 week ago | |
credentials | 1 year ago | |
datagramsession | 3 weeks ago | |
edgediscovery | 1 month ago | |
features | 1 month ago | |
fips | 2 years ago | |
hello | 1 year ago | |
ingress | 1 week ago | |
internal | 1 year ago | |
ipaccess | 2 years ago | |
logger | 1 year ago | |
management | 3 months ago | |
metrics | 1 year ago | |
orchestration | 6 months ago | |
overwatch | 4 years ago | |
packet | 1 week ago | |
proxy | 3 weeks ago | |
quic | 3 days ago | |
retry | 6 months ago | |
signal | 5 years ago | |
socks | 1 year ago | |
sshgen | 7 months ago | |
stream | 1 year ago | |
supervisor | 1 week ago | |
tlsconfig | 1 year ago | |
token | 6 months ago | |
tracing | 1 week ago | |
tunneldns | 1 year ago | |
tunnelrpc | 1 month ago | |
tunnelstate | 2 years ago | |
validation | 1 week ago | |
vendor | 1 month ago | |
watcher | 1 year ago | |
websocket | 1 year ago | |
.docker-images | 2 years ago | |
.dockerignore | 3 years ago | |
.gitignore | 2 weeks ago | |
CHANGES.md | 1 month ago | |
Dockerfile | 2 weeks ago | |
Dockerfile.amd64 | 2 weeks ago | |
Dockerfile.arm64 | 2 weeks ago | |
LICENSE | 2 years ago | |
Makefile | 1 week ago | |
README.md | 2 weeks ago | |
RELEASE_NOTES | 2 days ago | |
build-packages-fips.sh | 3 months ago | |
build-packages.sh | 3 months ago | |
catalog-info.yaml | 1 year ago | |
cfsetup.yaml | 2 weeks ago | |
check-fips.sh | 2 years ago | |
cloudflared.wxs | 11 months ago | |
cloudflared_man_template | 4 years ago | |
dev.Dockerfile | 2 weeks ago | |
fmt-check.sh | 2 years ago | |
github_message.py | 2 years ago | |
github_release.py | 4 weeks ago | |
go.mod | 1 month ago | |
go.sum | 1 month ago | |
postinst.sh | 4 years ago | |
postrm.sh | 8 months ago | |
release_pkgs.py | 1 year ago | |
wix.json | 4 years ago |
Contains the command-line client for Cloudflare Tunnel, a tunneling daemon that proxies traffic from the Cloudflare network to your origins.
This daemon sits between Cloudflare network and your origin (e.g. a webserver). Cloudflare attracts client requests and sends them to you
via this daemon, without requiring you to poke holes on your firewall --- your origin can remain as closed as possible.
Extensive documentation can be found in the Cloudflare Tunnel section of the Cloudflare Docs.
All usages related with proxying to your origins are available under cloudflared tunnel help
.
You can also use cloudflared
to access Tunnel origins (that are protected with cloudflared tunnel
) for TCP traffic
at Layer 4 (i.e., not HTTP/websocket), which is relevant for use cases such as SSH, RDP, etc.
Such usages are available under cloudflared access help
.
You can instead use WARP client
to access private origins behind Tunnels for Layer 4 traffic without requiring cloudflared access
commands on the client side.
Before you use Cloudflare Tunnel, you'll need to complete a few steps in the Cloudflare dashboard: you need to add a website to your Cloudflare account. Note that today it is possible to use Tunnel without a website (e.g. for private routing), but for legacy reasons this requirement is still necessary:
cloudflared
Downloads are available as standalone binaries, a Docker image, and Debian, RPM, and Homebrew packages. You can also find releases here on the cloudflared
GitHub repository.
cloudflared
is available on DockerHub./.teamcity/install-cloudflare-go.sh
and follow the output. Then you can run make cloudflared
User documentation for Cloudflare Tunnel can be found at https://developers.cloudflare.com/cloudflare-one/connections/connect-apps
Once installed, you can authenticate cloudflared
into your Cloudflare account and begin creating Tunnels to serve traffic to your origins.
Want to test Cloudflare Tunnel before adding a website to Cloudflare? You can do so with TryCloudflare using the documentation available here.
Cloudflare currently supports versions of cloudflared that are within one year of the most recent release. Breaking changes unrelated to feature availability may be introduced that will impact versions released more than one year ago. You can read more about upgrading cloudflared in our developer documentation.
For example, as of January 2023 Cloudflare will support cloudflared version 2023.1.1 to cloudflared 2022.1.1.