An open API service indexing awesome lists of open source software.

https://github.com/sudo-self/cloudflare-tunnel

setup cf tunnel as a service
https://github.com/sudo-self/cloudflare-tunnel

Last synced: 5 months ago
JSON representation

setup cf tunnel as a service

Awesome Lists containing this project

README

          

# CF-tunnel
## cloudflared tunnel --config /Users/admin/.cloudflared/config.yml run

Screenshot 2023-08-24 at 12 27 23 AM

Screenshot 2023-08-24 at 12 44 16 AM

### brew install cloudflare/cloudflare/cloudflaredcloudflared
### cloudflared tunnel login
this creates cert.pem
### cloudflared tunnel create
this generates a credentials file
this genertates a subdomain .cfargotunnel.com.
### cloudflared tunnel list
### x3 files located here root/.cloudflared
Screenshot 2023-08-24 at 12 32 40 AM
### APP
url: http://localhost:8080

tunnel: cloudflared tunnel list (ID GOES HERE)

credentials-file: /root/.cloudflared/197(ID GOES HERE).json
### Network
tunnel:

credentials-file: /root/.cloudflared/.json

warp-routing:

enabled: true
### route traffic
cloudflared tunnel route dns
Screenshot 2023-08-24 at 12 39 14 AM
### confirm route
cloudflared tunnel route ip show
### run the tunnel
cloudflared tunnel run
### Pont tunnel to config file
cloudflared tunnel --config /path/your-config-file.yaml run
### check tunnel status
cloudflared tunnel info
Screenshot 2023-08-24 at 12 44 16 AM