cloudflared: add example to create a named tunnel (#12135)

pull/23/head
D3F0NC3UR 2024-01-25 09:44:07 -05:00 committed by GitHub
parent 88cbcea8c6
commit a83b8baefc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
`cloudflared tunnel login`
- Create a tunnel with a specific name:
`cloudflared tunnel create {{name}}`
- Establish a tunnel to a host in Cloudflare from the local server:
`cloudflared tunnel --hostname {{hostname}} localhost:{{port_number}}`