mirror of
https://github.com/openziti/zrok.git
synced 2025-06-23 19:22:19 +02:00
naming
This commit is contained in:
parent
98c79845de
commit
775566f1de
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 30
|
sidebar_position: 30
|
||||||
---
|
---
|
||||||
# Web and File Sharing
|
# Sharing Websites and Files
|
||||||
|
|
||||||
With `zrok` it is possible to share files quickly and easily as well. To share files using `zrok` use
|
With `zrok` it is possible to share files quickly and easily as well. To share files using `zrok` use
|
||||||
the `--backend-mode web`, for example: `zrok share private . --backend-mode web`.
|
the `--backend-mode web`, for example: `zrok share private . --backend-mode web`.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
sidebar_position: 22
|
sidebar_position: 22
|
||||||
---
|
---
|
||||||
|
|
||||||
# HTTP and HTTPS Endpoints
|
# Sharing HTTP Servers
|
||||||
|
|
||||||
`zrok` can share HTTP and HTTPS resources natively. If you have an existing web server that you want to share with other users, you will use the `zrok share` command using the `--backend-mode proxy` flag.
|
`zrok` can share HTTP and HTTPS resources natively. If you have an existing web server that you want to share with other users, you will use the `zrok share` command using the `--backend-mode proxy` flag.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
sidebar_position: 25
|
sidebar_position: 25
|
||||||
---
|
---
|
||||||
|
|
||||||
# TCP and UDP Tunnels
|
# Sharing TCP and UDP Servers
|
||||||
|
|
||||||
`zrok` includes support for sharing low-level TCP and UDP network resources using the `tcpTunnel` and `udpTunnel` backend modes.
|
`zrok` includes support for sharing low-level TCP and UDP network resources using the `tcpTunnel` and `udpTunnel` backend modes.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user