1
0
Fork 0
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:
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

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}}`