yichya / openwrt-cloudflared

Run argo tunnel client on your router
33 stars 6 forks source link

README.md: mention cloudflare OpenWrt package #8

Closed stokito closed 7 months ago

stokito commented 7 months ago

The official package is available starting from version 23.03 https://github.com/openwrt/packages/tree/master/net/cloudflared You can completely replace your package with the official.

Currently there is a problem that on the latest snapshot version it can't be compiled but that problem will be solved soon. Also please check this PR for a Luci App that also should be merged soon. Please test it and contribute.

Also please check the Wiki: https://openwrt.org/docs/guide-user/services/vpn/cloudfare_tunnel

@rsmnarts @jirijanata @Fummowo you guys can migrate to the official package

stokito commented 7 months ago

Please archive the repository

yichya commented 7 months ago

Please archive the repository

I'd prefer to keep this repository maintained since cloudflared still uses their own implementation of quic-go which requires specific versions of golang to build. This out-of-tree package is more flexible in that situation.

The information merged in this commit should be enough for most users to go for the official packages.