You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would like to start a cloudflare argo tunnel through my cloudflare account and application that is well configured.
As I see from the code it's not possible to do so correct? (only free anonymous tunnels?)
add the config.yml file example from the tunnel above:
tunnel: 6ff42ae2-765d-4adf-8112-31c55c1551ef
credentials-file: /root/.cloudflared/6ff42ae2-765d-4adf-8112-31c55c1551ef.json
ingress:
- hostname: tunnel.example.com
service: ssh://localhost:22
- service: http_status:404
# Catch-all rule, which responds with 404 if traffic doesn't match any of
# the earlier rules
$ cloudflared tunnel run <NAME>
The text was updated successfully, but these errors were encountered:
The anonymous tunnels break more often, although with google colab being designed to be a temporary session it seems a good match, but it should help to keep certain things going smoothly, when I try to do sshfs mount it breaks everything right away.
The address will always be the same as well. For example.
mysshcolab.myowndomain.com
Therefore we could always use the same code without problem.
There's a separate thing I'd like to put on the scripts if I had the time (easier). is to use cloudflared exec file, to connect to cloudflare tunnels in the client setting. It's very useful as well.
I just made a fork that should do it (if you provide a tar.bz2 with all the same certificates and configurations (as in my initial post).
My plan would be to separate the download of cloudflared etc, and then have another function to do like yours do, and a 3rd to do it with a personal domain config!
Hello, I would like to start a cloudflare argo tunnel through my cloudflare account and application that is well configured.
As I see from the code it's not possible to do so correct? (only free anonymous tunnels?)
I would like to request to have an option to do so?
https://developers.cloudflare.com/cloudflare-one/tutorials/ssh
add the config.yml file example from the tunnel above:
$ cloudflared tunnel run <NAME>
The text was updated successfully, but these errors were encountered: