Skip to content

BH4EHN/openwrt-cloudflared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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