wireguard: move documentation into docs/

Now that this isn't a project, we move the last remains into the right
place.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2017-07-19 21:16:44 +02:00
parent a09a2a4b22
commit 332c4edf62
2 changed files with 3 additions and 5 deletions

View File

@@ -12,7 +12,6 @@ If you want to create a project, please submit a pull request to create a new di
## Current projects
- [Kernel Self Protection Project enhancements](kspp/)
- [Mirage SDK](miragesdk/) privilege separation for userspace services
- [Wireguard](wireguard/) cryptographic enforced container network separation
- [OKernel](okernel/) intra-kernel protection using EPT (HPE)
- [eBPF](ebpf/) iovisor eBPF tools
- [Swarmd](swarmd) Standalone swarmkit based orchestrator
@@ -33,3 +32,4 @@ If you want to create a project, please submit a pull request to create a new di
## Completed projects
- `aws/`: AWS support was merged into mainline in #1964.
- `wireguard/`: [WireGuard](https://www.wireguard.com/) is now part of the default LinuxKit kernel and package set.