Go to file
Michael Borkenstein e3a9aa4296 AUTH-2652: Adds .docker-images to push images to docker hub 2020-06-23 11:35:48 -05:00
.teamcity DEVTOOLS-7321: Don't skip macOS builds based on tag 2020-06-16 20:36:50 +00:00
awsuploader AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
buffer perf(cloudflared): reuse memory from buffer pool to get better throughput (#161) 2020-02-24 17:06:19 +00:00
carrier AUTH-2763 don't redirect from curl command 2020-06-11 15:38:11 -05:00
certutil TUN-2943: Copy certutil from edge into cloudflared 2020-05-04 17:37:29 -05:00
cmd/cloudflared TUN-3106: Pass NamedTunnel config to StartServer 2020-06-17 23:20:37 +00:00
connection TUN-3019: Remove declarative tunnel entry code 2020-05-30 05:54:17 +08:00
dbconnect AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
dbconnect_tests Add db-connect, a SQL over HTTPS server 2019-11-12 20:34:39 +00:00
edgediscovery AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
h2mux AUTH-2648 updated usage text 2020-06-11 11:08:05 -05:00
hello AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
logger AUTH-2813 adds back a single file support a cloudflared log file 2020-06-16 00:43:09 +00:00
metrics AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
origin TUN-3106: Pass NamedTunnel config to StartServer 2020-06-17 23:20:37 +00:00
overwatch AUTH-2169 make access login page more generic 2020-06-08 11:20:30 -05:00
signal TUN-1562: Refactor connectedSignal to be safe to close multiple times 2019-03-05 15:51:35 -06:00
socks AUTH-2815 add the log file to support the config.yaml file 2020-06-16 17:48:12 +00:00
ssh_server_tests AUTH-2089: Revise ssh server to function as a proxy 2019-10-07 13:04:04 -05:00
sshgen AUTH-2114: Uses short lived cert auth for outgoing client connection 2019-10-15 14:35:15 -05:00
sshlog fix for a flaky test 2020-06-16 21:18:55 +00:00
sshserver AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
tlsconfig AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
tunneldns AUTH-2810 added warn for backwards compatibility sake 2020-06-12 22:15:28 +00:00
tunnelrpc TUN-3107: UnregisterConnection shouldn't wrap nil error as RPC error 2020-06-18 21:17:43 +08:00
tunnelstore TUN-3101: Tunnel list command should only show non-deleted, by default 2020-06-16 17:55:33 -05:00
validation AUTH-2505 added aliases 2020-05-13 15:15:08 -05:00
vendor TUN-3090: Upgrade crypto dep 2020-06-12 00:03:09 -05:00
watcher AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
websocket AUTH-2169 make access login page more generic 2020-06-08 11:20:30 -05:00
.docker-images AUTH-2652: Adds .docker-images to push images to docker hub 2020-06-23 11:35:48 -05:00
.gitignore AUTH-2052: Adds tests for SSH server 2019-09-23 09:19:43 -05:00
Dockerfile Adding support for multi-architecture images and binaries (#184) 2020-05-29 02:06:27 +01:00
LICENSE TUN-595: Add License/Readme files to cloudflared 2018-05-03 02:17:07 -05:00
Makefile AUTH-2796 fixed windows build 2020-06-09 19:49:13 +00:00
README.md TUN-595: Add License/Readme files to cloudflared 2018-05-03 02:17:07 -05:00
RELEASE_NOTES Release 2020.6.5 2020-06-17 14:40:53 -05:00
cfsetup.yaml DEVTOOLS-7321: Add openssh-client pkg for missing ssh-keyscan 2020-06-15 17:08:10 -07:00
dev.Dockerfile Add db-connect, a SQL over HTTPS server 2019-11-12 20:34:39 +00:00
go.mod TUN-3015: Add a new cap'n'proto RPC interface for connection registration as well as matching client and server implementations. The old interface extends the new one for backward compatibility. 2020-06-16 16:35:46 +00:00
go.sum TUN-3090: Upgrade crypto dep 2020-06-12 00:03:09 -05:00

README.md

Argo Tunnel client

Contains the command-line client and its libraries for Argo Tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network.

Getting started

go install github.com/cloudflare/cloudflared/cmd/cloudflared

User documentation for Argo Tunnel can be found at https://developers.cloudflare.com/argo-tunnel/