This commit is contained in:
Michael Quigley 2023-06-26 13:00:23 -04:00
parent 98c79845de
commit 775566f1de
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
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
the `--backend-mode web`, for example: `zrok share private . --backend-mode web`.

View File

@ -2,7 +2,7 @@
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.

View File

@ -2,7 +2,7 @@
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.