You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Michael Fornaro be0514c5c9
Adding support for multi-architecture images and binaries (#184)
* Allow Dockerfile --build-args to override GOOS and GOARCH defaults

Allow Dockerfile --build-args to override GOOS and GOARCH defaults

Support building multi architecture binaries

remove default OS and ARCH to avoid tag confusion when compiling image through Makefile

Tag image with corrosponding OS and ARCH build variables

updating Makefile

Signed-off-by: Michael Fornaro <20387402+xUnholy@users.noreply.github.com>

* remove duplicate import on windows_service.go

Signed-off-by: Michael Fornaro <20387402+xUnholy@users.noreply.github.com>
3 years ago
awsuploader AUTH-2596 added new logger package and replaced logrus 3 years ago
buffer perf(cloudflared): reuse memory from buffer pool to get better throughput (#161) 3 years ago
carrier AUTH-2596 added new logger package and replaced logrus 3 years ago
certutil TUN-2943: Copy certutil from edge into cloudflared 3 years ago
cmd/cloudflared Adding support for multi-architecture images and binaries (#184) 3 years ago
connection AUTH-2596 added new logger package and replaced logrus 3 years ago
dbconnect AUTH-2596 added new logger package and replaced logrus 3 years ago
dbconnect_tests Add db-connect, a SQL over HTTPS server 4 years ago
edgediscovery AUTH-2596 added new logger package and replaced logrus 3 years ago
h2mux AUTH-2596 added new logger package and replaced logrus 3 years ago
hello AUTH-2596 added new logger package and replaced logrus 3 years ago
logger AUTH-2596 added new logger package and replaced logrus 3 years ago
metrics AUTH-2596 added new logger package and replaced logrus 3 years ago
origin AUTH-2596 added new logger package and replaced logrus 3 years ago
originservice AUTH-2596 added new logger package and replaced logrus 3 years ago
overwatch AUTH-2588 add DoH to service mode 3 years ago
signal TUN-1562: Refactor connectedSignal to be safe to close multiple times 4 years ago
socks AUTH-2394 added socks5 proxy 3 years ago
ssh_server_tests AUTH-2089: Revise ssh server to function as a proxy 4 years ago
sshgen AUTH-2114: Uses short lived cert auth for outgoing client connection 4 years ago
sshlog AUTH-2596 added new logger package and replaced logrus 3 years ago
sshserver AUTH-2596 added new logger package and replaced logrus 3 years ago
streamhandler AUTH-2596 added new logger package and replaced logrus 3 years ago
supervisor AUTH-2596 added new logger package and replaced logrus 3 years ago
tlsconfig AUTH-2596 added new logger package and replaced logrus 3 years ago
tunneldns AUTH-2596 added new logger package and replaced logrus 3 years ago
tunnelhostnamemapper TUN-2307: Capnp is the only serialization format used in tunnelpogs 4 years ago
tunnelrpc AUTH-2596 added new logger package and replaced logrus 3 years ago
tunnelstore AUTH-2596 added new logger package and replaced logrus 3 years ago
validation AUTH-2505 added aliases 3 years ago
vendor AUTH-2596 added new logger package and replaced logrus 3 years ago
watcher AUTH-2596 added new logger package and replaced logrus 3 years ago
websocket AUTH-2596 added new logger package and replaced logrus 3 years ago
.gitignore AUTH-2052: Adds tests for SSH server 4 years ago
Dockerfile Adding support for multi-architecture images and binaries (#184) 3 years ago
LICENSE TUN-595: Add License/Readme files to cloudflared 5 years ago
Makefile Adding support for multi-architecture images and binaries (#184) 3 years ago
README.md TUN-595: Add License/Readme files to cloudflared 5 years ago
RELEASE_NOTES Release 2020.5.1 3 years ago
cfsetup.yaml AUTH-2682: Create buster build 3 years ago
dev.Dockerfile Add db-connect, a SQL over HTTPS server 4 years ago
go.mod AUTH-2596 added new logger package and replaced logrus 3 years ago
go.sum AUTH-2596 added new logger package and replaced logrus 3 years ago

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/