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
- Host: GitHub
- URL: https://github.com/sudo-self/cloudflare-tunnel
- Owner: sudo-self
- Created: 2023-08-24T05:52:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T07:39:21.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T08:21:44.557Z (about 1 year ago)
- Homepage: https://tunnel.JesseJesse.com
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CF-tunnel
## cloudflared tunnel --config /Users/admin/.cloudflared/config.yml run


### 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
### 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
### 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
