No Description

Nuno Diegues b19f25c582 Update the TryCloudflare link 4 years ago
.mac_resources 0c65daaa7d AUTH-2712 mac package build script and better config file handling when started as a service 4 years ago
.teamcity afa5e68fe5 AUTH-3103 CI build fixes 4 years ago
buffer 464bb53049 perf(cloudflared): reuse memory from buffer pool to get better throughput (#161) 5 years ago
carrier 55bf904689 TUN-3471: Add structured log context to logs 4 years ago
certutil 2cf327ba01 TUN-2943: Copy certutil from edge into cloudflared 4 years ago
cmd cf562ef8c8 TUN-3635: Send event when unregistering tunnel for gracful shutdown so /ready endpoint reports down status befoe connections finish handling pending requests. 4 years ago
connection cf562ef8c8 TUN-3635: Send event when unregistering tunnel for gracful shutdown so /ready endpoint reports down status befoe connections finish handling pending requests. 4 years ago
dbconnect 55bf904689 TUN-3471: Add structured log context to logs 4 years ago
dbconnect_tests 759cd019be Add db-connect, a SQL over HTTPS server 5 years ago
edgediscovery 55bf904689 TUN-3471: Add structured log context to logs 4 years ago
h2mux db0562c7b8 Fixed connection error handling by removing duplicated errors, standardizing on non-pointer error types 4 years ago
hello 55bf904689 TUN-3471: Add structured log context to logs 4 years ago
ingress 7c3ceeeaef TUN-3757: Fix legacy Uint flags that are incorrectly handled by ufarve library 4 years ago
logger 0df4f7dd24 TUN-3795: Use RFC-3339 style date format for logs, produce timestamp in UTC 4 years ago
metrics cf562ef8c8 TUN-3635: Send event when unregistering tunnel for gracful shutdown so /ready endpoint reports down status befoe connections finish handling pending requests. 4 years ago
origin 0b16a473da TUN-3869: Improve reliability of graceful shutdown. 4 years ago
overwatch 2f70b05c64 AUTH-2169 make access login page more generic 4 years ago
signal 073c5bfdaa TUN-1562: Refactor connectedSignal to be safe to close multiple times 6 years ago
socks 6e5ccd7c85 AUTH-2815 add the log file to support the config.yaml file 4 years ago
ssh_server_tests dbde3870da AUTH-2089: Revise ssh server to function as a proxy 5 years ago
sshgen fcc393e2f0 AUTH-3221: Saves org token to disk and uses it to refresh the app token 4 years ago
teamnet 78ffb1b846 TUN-3688: Subcommand for users to check which route an IP proxies through 4 years ago
tlsconfig 55bf904689 TUN-3471: Add structured log context to logs 4 years ago
tunneldns 7c3ceeeaef TUN-3757: Fix legacy Uint flags that are incorrectly handled by ufarve library 4 years ago
tunnelrpc 870f5fa907 TUN-3470: Replace in-house logger calls with zerolog 4 years ago
tunnelstore 119d96cdc1 TUN-3670: Update Teamnet API gateway prefixes 4 years ago
validation 870f5fa907 TUN-3470: Replace in-house logger calls with zerolog 4 years ago
vendor ce22dd681a TUN-3195: Don't colorize console logs when stderr is not a terminal 4 years ago
watcher 046be63253 AUTH-2596 added new logger package and replaced logrus 4 years ago
websocket 55bf904689 TUN-3471: Add structured log context to logs 4 years ago
.docker-images abfeebf67d AUTH-2871: fix rpm builds 4 years ago
.dockerignore 7df3a1ab67 TUN-3806: Use a .dockerignore 4 years ago
.gitignore e2ff7f65fc TRAFFIC-448: build cloudflare for junos and publish to s3 4 years ago
Dockerfile 8a020d12e1 TUN-3830: Use Go 1.15.7 4 years ago
LICENSE e8c621a648 TUN-595: Add License/Readme files to cloudflared 6 years ago
Makefile 820e0dfe51 TUN-3878: Do not supply -tags when none are specified 4 years ago
README.md b19f25c582 Update the TryCloudflare link 4 years ago
RELEASE_NOTES 7420439ed2 Release 2021.2.1 4 years ago
cfsetup.yaml 88b53eb886 TUN-3826: Use go-fips when building cloudflared for linux/amd64 4 years ago
cloudflared_man_template 1ed9e0fceb AUTH-2644: Change install location and add man page 4 years ago
dev.Dockerfile 8a020d12e1 TUN-3830: Use Go 1.15.7 4 years ago
github_message.py d21989dba4 AUTH-3148 fixed cloudflared copy and match all the files in the checksum upload 4 years ago
github_release.py 8e0be7cff1 AUTH-3185 fixed indention error 4 years ago
go.mod ce22dd681a TUN-3195: Don't colorize console logs when stderr is not a terminal 4 years ago
go.sum ce22dd681a TUN-3195: Don't colorize console logs when stderr is not a terminal 4 years ago
jet.yaml e2ff7f65fc TRAFFIC-448: build cloudflare for junos and publish to s3 4 years ago
postinst.sh 28d556b8d4 AUTH-2858: Set file to disable autoupdate 4 years ago
postrm.sh 28d556b8d4 AUTH-2858: Set file to disable autoupdate 4 years ago
wix.json 0c65daaa7d AUTH-2712 mac package build script and better config file handling when started as a service 4 years ago

README.md

Argo Tunnel client

Contains the command-line client for Argo Tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network. Extensive documentation can be found in the Argo Tunnel section of the Cloudflare Docs.

Before you get started

Before you use Argo Tunnel, you'll need to complete a few steps in the Cloudflare dashboard. The website you add to Cloudflare will be used to route traffic to your Tunnel.

  1. Add a website to Cloudflare
  2. Change your domain nameservers to Cloudflare

Installing 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.

User documentation for Argo Tunnel can be found at https://developers.cloudflare.com/cloudflare-one/connections/connect-apps

Creating Tunnels and routing traffic

Once installed, you can authenticate cloudflared into your Cloudflare account and begin creating Tunnels that serve traffic for hostnames in your account.

TryCloudflare

Want to test Argo Tunnel before adding a website to Cloudflare? You can do so with TryCloudflare using the documentation available here.

Deprecated versions

Cloudflare currently supports all versions of cloudflared. Starting on March 20, 2021, Cloudflare will no longer support versions released prior to 2020.5.1.

All features available in versions released prior to 2020.5.1 are available in current versions. Breaking changes unrelated to feature availability may be introduced that will impact versions released prior to 2020.5.1. You can read more about upgrading cloudflared in our developer documentation.

Version(s) Deprecation status
2020.5.1 and later Supported
Versions prior to 2020.5.1 Will no longer be supported starting March 20, 2021