Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

iganeshk/cloudflared

 
 

Repository files navigation

Argo Tunnel client x64 precompiled binary
Argo Tunnel client arm64 precompiled binary

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

GO Installation

wget https://dl.google.com/go/go1.11.5.linux-arm64.tar.gz
tar -xvf go1.11.5.linux-arm64.tar.gz
sudo mv go /usr/local
export GOROOT=/usr/local/go
mkdir /home/user/.gopath
export GOPATH=/home/user/.gopath
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH

Building for arm64 architecture

go get -u github.com/cloudflare/cloudflared/cmd/cloudflared

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

About

Argo Tunnel client with precompiled arm64 binary.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 84.7%
  • HTML 12.2%
  • Cap'n Proto 1.6%
  • Python 0.8%
  • JavaScript 0.3%
  • Makefile 0.3%
  • Dockerfile 0.1%