-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
luci-app-cloudflared: configure Cloudlfare Zero Trust Tunnel #6876
Conversation
applications/luci-app-cloudflared/root/usr/share/rpcd/acl.d/luci-app-cloudflared.json
Show resolved
Hide resolved
I also added a code to extract a token from the run command. The Cloudflare dashboard has a button to copy the command. |
@1715173329 @oskarirauta @scottmckenzie @jjpinom |
Hello @stokito , thanks. I've already tested it. I was able to establish a Coudflared Tunnel but the tunnel does not start automatically upon OpenWRT start. |
Is this a luci problem or the cloudflared app problem? You might need to check syslog and see what's up there. If you're okay with it, @stokito could add your |
applications/luci-app-cloudflared/root/usr/share/luci/menu.d/luci-app-cloudflared.json
Outdated
Show resolved
Hide resolved
applications/luci-app-cloudflared/root/usr/share/luci/menu.d/luci-app-cloudflared.json
Show resolved
Hide resolved
I don't have such problem and it's unlikely to happen. But the tunnel first tried to establish an HTTP3 connection and then fails so this may take more than 2 minutes. Maybe you faced this problem. Please check logs and create a bug report. Anyway, this is not related to the app itself. The PR can be merged as for me. The app allows to configure the tunnel without using a command line and this extends user base significantly. |
applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/config.js
Outdated
Show resolved
Hide resolved
applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/config.js
Outdated
Show resolved
Hide resolved
applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/log.js
Outdated
Show resolved
Hide resolved
applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/config.js
Outdated
Show resolved
Hide resolved
applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/config.js
Outdated
Show resolved
Hide resolved
applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/config.js
Outdated
Show resolved
Hide resolved
applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/config.js
Outdated
Show resolved
Hide resolved
Configure a tunnel and see logs of the daemon. Signed-off-by: Hilman Maulana <[email protected]> Signed-off-by: Sergey Ponomarev <[email protected]>
Nice! Thank you. |
Thank you and to you @animegasan |
I created a support topic on a forum: Also please check the Wiki page https://openwrt.org/docs/guide-user/services/vpn/cloudfare_tunnel |
I saw you added two It can be put into
|
I don't know if it's safe to add this settings. Also increasing net/core/rmem_max may be problematic if a router lacks of memory. This wiki article was initially written by @oskarirauta But I anyway wish to send a PR to remove the |
I also made a new PR to the app. Please review: #6887 |
I posted current status and issues on the CF forum https://community.cloudflare.com/t/openwrt-support/610306/3 Please join the discussion there. |
Configure a tunnel and see logs of the daemon.
Replaces #6834