Açıklama Yok

Samuel Rhea df7eb6d2fd Update README.md 4 yıl önce
.mac_resources 0c65daaa7d AUTH-2712 mac package build script and better config file handling when started as a service 4 yıl önce
.teamcity afa5e68fe5 AUTH-3103 CI build fixes 4 yıl önce
awsuploader 046be63253 AUTH-2596 added new logger package and replaced logrus 4 yıl önce
buffer 464bb53049 perf(cloudflared): reuse memory from buffer pool to get better throughput (#161) 4 yıl önce
carrier 2463d6b92c TUN-3352 extra debug logging for websockets 4 yıl önce
certutil 2cf327ba01 TUN-2943: Copy certutil from edge into cloudflared 4 yıl önce
cmd e933ef9e1a TUN-2640: Users can configure per-origin config. Unify single-rule CLI 4 yıl önce
connection 2c9b7361b7 TUN-3427: Define a struct that only implements RegistrationServer in tunnelpogs 4 yıl önce
dbconnect a7562dff68 TUN-3233: List tunnels support filtering by deleted, name, existed at and id 4 yıl önce
dbconnect_tests 759cd019be Add db-connect, a SQL over HTTPS server 5 yıl önce
edgediscovery 18c359cb86 TUN-3494: Proceed to create tunnel if at least one edge address can be resolved 4 yıl önce
h2mux 2c9b7361b7 TUN-3427: Define a struct that only implements RegistrationServer in tunnelpogs 4 yıl önce
hello 046be63253 AUTH-2596 added new logger package and replaced logrus 4 yıl önce
ingress e933ef9e1a TUN-2640: Users can configure per-origin config. Unify single-rule CLI 4 yıl önce
logger 747427f816 TUN-3216: UI improvements 4 yıl önce
metrics 046be63253 AUTH-2596 added new logger package and replaced logrus 4 yıl önce
origin e933ef9e1a TUN-2640: Users can configure per-origin config. Unify single-rule CLI 4 yıl önce
overwatch 2f70b05c64 AUTH-2169 make access login page more generic 4 yıl önce
signal 073c5bfdaa TUN-1562: Refactor connectedSignal to be safe to close multiple times 5 yıl önce
socks 6e5ccd7c85 AUTH-2815 add the log file to support the config.yaml file 4 yıl önce
ssh_server_tests dbde3870da AUTH-2089: Revise ssh server to function as a proxy 5 yıl önce
sshgen 95704b11fb AUTH-2114: Uses short lived cert auth for outgoing client connection 5 yıl önce
sshlog 7b2f286210 fix for a flaky test 4 yıl önce
sshserver 046be63253 AUTH-2596 added new logger package and replaced logrus 4 yıl önce
tlsconfig e933ef9e1a TUN-2640: Users can configure per-origin config. Unify single-rule CLI 4 yıl önce
tunneldns 53a1fa46a8 TUN-3452: Fix loading of flags from config file for tunnel run subcommand. This change also cleans up building of tunnel subcommand list, hides deprecated subcommands and improves help. 4 yıl önce
tunnelrpc 2c9b7361b7 TUN-3427: Define a struct that only implements RegistrationServer in tunnelpogs 4 yıl önce
tunnelstore 812244d79f TUN-3443: Decode as v4api response on non-200 status 4 yıl önce
validation 8c870c19a6 AUTH-2505 added aliases 4 yıl önce
vendor 747427f816 TUN-3216: UI improvements 4 yıl önce
watcher 046be63253 AUTH-2596 added new logger package and replaced logrus 4 yıl önce
websocket 2f70b05c64 AUTH-2169 make access login page more generic 4 yıl önce
.docker-images abfeebf67d AUTH-2871: fix rpm builds 4 yıl önce
.gitignore e2ff7f65fc TRAFFIC-448: build cloudflare for junos and publish to s3 4 yıl önce
Dockerfile acd03e36e6 TUN-3465: Use Go 1.15.3 4 yıl önce
LICENSE e8c621a648 TUN-595: Add License/Readme files to cloudflared 6 yıl önce
Makefile e2ff7f65fc TRAFFIC-448: build cloudflare for junos and publish to s3 4 yıl önce
README.md df7eb6d2fd Update README.md 4 yıl önce
RELEASE_NOTES 04fa10ea7b Release 2020.10.2 4 yıl önce
cfsetup.yaml acd03e36e6 TUN-3465: Use Go 1.15.3 4 yıl önce
cloudflared_man_template 1ed9e0fceb AUTH-2644: Change install location and add man page 4 yıl önce
dev.Dockerfile acd03e36e6 TUN-3465: Use Go 1.15.3 4 yıl önce
github_message.py d21989dba4 AUTH-3148 fixed cloudflared copy and match all the files in the checksum upload 4 yıl önce
github_release.py 8e0be7cff1 AUTH-3185 fixed indention error 4 yıl önce
go.mod d8ebde37ca TUN-3201: Create base cloudflared UI structure 4 yıl önce
go.sum 747427f816 TUN-3216: UI improvements 4 yıl önce
jet.yaml e2ff7f65fc TRAFFIC-448: build cloudflare for junos and publish to s3 4 yıl önce
postinst.sh 28d556b8d4 AUTH-2858: Set file to disable autoupdate 4 yıl önce
postrm.sh 28d556b8d4 AUTH-2858: Set file to disable autoupdate 4 yıl önce
wix.json 0c65daaa7d AUTH-2712 mac package build script and better config file handling when started as a service 4 yıl önce

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/argo-tunnel/

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.