FEATURE: user space wireguard
Add the possibility to use a user space implementation of wireguard. Specifically, the rust implementation boringtun.
This commit is contained in:
5
website/docs/userspace-wireguard
Normal file
5
website/docs/userspace-wireguard
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
id: userspace-wireguard
|
||||
title: Userspace WireGuard
|
||||
hide_title: true
|
||||
---
|
@@ -7,7 +7,7 @@ module.exports = {
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Guides',
|
||||
items: ['topology', 'vpn', 'vpn-server', 'multi-cluster-services', 'network-policies'],
|
||||
items: ['topology', 'vpn', 'vpn-server', 'multi-cluster-services', 'network-policies', 'userspace-wireguard'],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
|
Reference in New Issue
Block a user