mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 00:55:27 +02:00
cloudflared: add example to create a named tunnel (#12135)
This commit is contained in:
parent
88cbcea8c6
commit
a83b8baefc
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue