kilo/website/sidebars.js
leonnicolas e30cff5293
FEATURE: user space wireguard
Add the possibility to use a user space implementation of wireguard. Specifically, the rust implementation boringtun.
2020-12-29 18:50:58 +01:00

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'],
],
};