e30cff5293
Add the possibility to use a user space implementation of wireguard. Specifically, the rust implementation boringtun.
20 lines
405 B
JavaScript
20 lines
405 B
JavaScript
module.exports = {
|
|
docs: [
|
|
{
|
|
type: 'doc',
|
|
id: 'introduction',
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Guides',
|
|
items: ['topology', 'vpn', 'vpn-server', 'multi-cluster-services', 'network-policies', 'userspace-wireguard'],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Reference',
|
|
items: ['annotations', 'kg', 'kgctl'],
|
|
},
|
|
//Features: ['mdx'],
|
|
],
|
|
};
|