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.
* 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 | 3 years ago | |
buffer | 3 years ago | |
carrier | 3 years ago | |
certutil | 3 years ago | |
cmd/cloudflared | 3 years ago | |
connection | 3 years ago | |
dbconnect | 3 years ago | |
dbconnect_tests | 4 years ago | |
edgediscovery | 3 years ago | |
h2mux | 3 years ago | |
hello | 3 years ago | |
logger | 3 years ago | |
metrics | 3 years ago | |
origin | 3 years ago | |
originservice | 3 years ago | |
overwatch | 3 years ago | |
signal | 4 years ago | |
socks | 3 years ago | |
ssh_server_tests | 4 years ago | |
sshgen | 4 years ago | |
sshlog | 3 years ago | |
sshserver | 3 years ago | |
streamhandler | 3 years ago | |
supervisor | 3 years ago | |
tlsconfig | 3 years ago | |
tunneldns | 3 years ago | |
tunnelhostnamemapper | 4 years ago | |
tunnelrpc | 3 years ago | |
tunnelstore | 3 years ago | |
validation | 3 years ago | |
vendor | 3 years ago | |
watcher | 3 years ago | |
websocket | 3 years ago | |
.gitignore | 4 years ago | |
Dockerfile | 3 years ago | |
LICENSE | 5 years ago | |
Makefile | 3 years ago | |
README.md | 5 years ago | |
RELEASE_NOTES | 3 years ago | |
cfsetup.yaml | 3 years ago | |
dev.Dockerfile | 4 years ago | |
go.mod | 3 years ago | |
go.sum | 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/