Go to file
Michael Borkenstein c3c88cc31e AUTH-2014: Checks users login shell 2019-08-26 18:14:39 +00:00
carrier AUTH-1736: Better handling of token revocation 2019-07-10 21:35:46 +00:00
cmd/cloudflared AUTH-1941: Adds initial SSH server implementation 2019-08-21 15:49:03 -05:00
connection TUN-2117: read group/system-name from CLI, send it to edge 2019-08-01 22:04:05 +00:00
dbconnect STOR-519: Add db-connect, a SQL over HTTPS server 2019-08-20 13:13:29 -05:00
h2mux TUN-1976: Pass tunnel hostname through header 2019-06-21 10:43:06 -05:00
hello TUN-1231: Horizontal overflow wrapping on the Hello page 2018-12-11 16:03:44 -06:00
log TUN-817: Increase the log time precision 2018-07-26 17:29:49 -05:00
metrics TUN-1350: Enhance error messages with cloudflarestatus.com link, if relevant 2019-01-18 13:37:05 -06:00
origin TUN-1961: Create EdgeConnectionManager to maintain outbound connections to the edge 2019-06-18 16:37:38 -05:00
originservice TUN-1977: Validate OriginConfig has valid URL, and use scheme to determine if a HTTPOriginService is expecting HTTP or Unix 2019-07-01 15:31:58 -05:00
signal TUN-1562: Refactor connectedSignal to be safe to close multiple times 2019-03-05 15:51:35 -06:00
sshgen STOR-519: Add db-connect, a SQL over HTTPS server 2019-08-20 13:13:29 -05:00
sshserver AUTH-2014: Checks users login shell 2019-08-26 18:14:39 +00:00
streamhandler TUN-2152: Requests with a query in the URL are erroneously escaped 2019-08-06 17:47:00 -05:00
supervisor TUN-2117: read group/system-name from CLI, send it to edge 2019-08-01 22:04:05 +00:00
tlsconfig TUN-1982: Load custom origin CA when OriginCAPool is specified 2019-06-21 11:44:26 -05:00
tunneldns DoH: change the media type to application/dns-message 2019-07-03 14:13:28 -05:00
tunnelhostnamemapper TUN-1977: Validate OriginConfig has valid URL, and use scheme to determine if a HTTPOriginService is expecting HTTP or Unix 2019-07-01 15:31:58 -05:00
tunnelrpc TUN-2165: Add ClientConfig to tunnelrpc.ConnectResult 2019-08-26 16:27:28 +00:00
validation STOR-519: Add db-connect, a SQL over HTTPS server 2019-08-20 13:13:29 -05:00
vendor AUTH-1941: Adds initial SSH server implementation 2019-08-21 15:49:03 -05:00
websocket TUN-1196: Allow TLS config client CA and root CA to be constructed from multiple certificates 2018-11-19 15:38:10 -06:00
.gitignore AUTH-1557: Short Lived Certs 2019-05-07 11:21:11 -05:00
Dockerfile Build a docker container 2019-06-06 13:50:13 +04:00
Gopkg.lock AUTH-1941: Adds initial SSH server implementation 2019-08-21 15:49:03 -05:00
Gopkg.toml AUTH-1941: Adds initial SSH server implementation 2019-08-21 15:49:03 -05:00
LICENSE TUN-595: Add License/Readme files to cloudflared 2018-05-03 02:17:07 -05:00
Makefile TUN-2117: read group/system-name from CLI, send it to edge 2019-08-01 22:04:05 +00:00
README.md TUN-595: Add License/Readme files to cloudflared 2018-05-03 02:17:07 -05:00
RELEASE_NOTES Release 2019.8.3 2019-08-21 11:15:36 -05:00
cfsetup.yaml STOR-519: Add db-connect, a SQL over HTTPS server 2019-08-20 13:13:29 -05:00
dev.Dockerfile STOR-519: Add db-connect, a SQL over HTTPS server 2019-08-20 13:13:29 -05:00
publish-homebrew-formula.sh TUN-901: makefile target for homebrew release 2018-08-15 17:32:03 -07: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/