OpenWRT package of Cloudflare Argo Tunnel client (Github)
Prebuilt ipk can found in releases
- clone this repo to OpenWRT source or sdk
packages
subdirectory - (optional) uncomment
upx
action inMakefile
fileBuild/Compile
section ifupx
is present in OpenWRT build environment, this can reduce almost 80% of go executable file size - run
make menuconfig
or appendCONFIG_PACKAGE_cloudflared=y
to.config
file - run
make ./package/bh4ehn/cloudflared/compile
and wait for compile - check
./bin/packages/<arch>/cloudflared_<version>_<arch>.ipk