Files
oam/knowledge base/wireguard.md
2025-12-21 12:22:26 +01:00

75 lines
1.1 KiB
Markdown

# WireGuard
> TODO
Simple yet fast and modern VPN utilizing state-of-the-art cryptography.
Designed as a general purpose VPN that can run on embedded interfaces and super computers alike, fit for many different
circumstances. It is cross-platform and widely deployable.
<!-- Remove this line to uncomment if used
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Setup</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings
- [Website]
- [Codebase]
- [Tailscale]
### Sources
- [Documentation]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
[Tailscale]: tailscale.md
<!-- Files -->
<!-- Upstream -->
[Codebase]: https://www.wireguard.com/repositories/
[Documentation]: https://www.wireguard.com/#conceptual-overview
[Website]: https://www.wireguard.com/
<!-- Others -->