zrok/docs/concepts/index.md

12 lines
760 B
Markdown
Raw Normal View History

2023-02-02 03:38:42 +01:00
---
sidebar_title: Core Features
sidebar_position: 25
---
2023-06-26 19:01:12 +02:00
# Concepts
2023-06-23 21:43:51 +02:00
`zrok` was designed to make sharing local resources both secure and easy. In this section of the `zrok` documentation, we'll tour through all of the most important features.
Sharing with `zrok` can be either [`public`](./sharing-public.md) or [`private`](./sharing-private.md).
2023-06-23 21:43:51 +02:00
Naturally, regular web-based resources can be shared but `zrok` also includes support for sharing raw [TCP](./tunnels.md) and [UDP](./tunnels.md) network connections, and also includes a [website and file sharing](./files.md) feature.
2023-06-23 21:43:51 +02:00
Learn about `zrok` [hosting here](./hosting.md), including instructions on how to [install your own `zrok` instance](../guides/self-hosting/self_hosting_guide.md).