Go to file
Paul Querna 9a3a9fc4a0
Pin miekg/dns to 6da3249dfb57fbaa16efafcd8744cee8809d80cd
This is because of https://github.com/miekg/dns/issues/941
2019-05-07 09:41:57 -07:00
carrier TUN-1577: decompose carrier.StartServer to make TestStartServer less flappy 2019-04-09 15:09:58 -05:00
cmd TUN-1669: Update license message in help text. Also fix test 2019-04-18 10:42:48 -05:00
connection TUN-1682: Add context to OpenStream to prevent it from blocking indefinitely. 2019-04-11 13:44:42 -05:00
h2mux TUN-1682: Add context to OpenStream to prevent it from blocking indefinitely. 2019-04-11 13:44:42 -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-1732: cloudflared metrics should track userHostnames 2019-04-16 16:02:45 -05:00
signal TUN-1562: Refactor connectedSignal to be safe to close multiple times 2019-03-05 15:51:35 -06:00
tlsconfig TUN-1209: TLS Config Certificates and GetCertificate can both be set 2018-11-20 14:34:56 -06:00
tunneldns tunneldns: Update reporting metrics for API breakage in CoreDNS. 2019-05-06 16:38:23 -07:00
tunnelrpc TUN-1606: Define CloudflaredConfig RPC structure, interface for cloudflared's RPC server 2019-04-09 15:58:40 -05:00
validation Merge branch 'master' of github.com:cloudflare/cloudflared 2019-03-11 14:57:03 -05:00
vendor Add go modules vendor 2019-05-06 16:42:05 -07: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 TUN-1562: Refactor connectedSignal to be safe to close multiple times 2019-03-05 15:51:35 -06:00
LICENSE TUN-595: Add License/Readme files to cloudflared 2018-05-03 02:17:07 -05:00
Makefile Makefile: Use go modules vendor files only for test/build 2019-05-06 16:44:38 -07:00
README.md TUN-595: Add License/Readme files to cloudflared 2018-05-03 02:17:07 -05:00
RELEASE_NOTES Release 2019.4.1 2019-04-19 16:42:51 -05:00
cfsetup.yaml TUN-1606: Define CloudflaredConfig RPC structure, interface for cloudflared's RPC server 2019-04-09 15:58:40 -05:00
go.mod Pin miekg/dns to 6da3249dfb57fbaa16efafcd8744cee8809d80cd 2019-05-07 09:41:57 -07:00
go.sum Pin miekg/dns to 6da3249dfb57fbaa16efafcd8744cee8809d80cd 2019-05-07 09:41:57 -07: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/