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

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