Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.27 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.27 KB

OpenWRT-Cloudflared

OpenWRT package of Cloudflare Argo Tunnel client (Github)

Prebuilt release

Prebuilt ipk can found in releases

Build it myself

  • clone this repo to OpenWRT source or sdk packages subdirectory
  • (optional) uncomment upx action in Makefile file Build/Compile section if upx is present in OpenWRT build environment, this can reduce almost 80% of go executable file size
  • run make menuconfig or append CONFIG_PACKAGE_cloudflared=y to .config file
  • run make ./package/bh4ehn/cloudflared/compile and wait for compile
  • check ./bin/packages/<arch>/cloudflared_<version>_<arch>.ipk

How to use