From 5e6a202ce0d0360f4706a745a6c4fcd8a83dcddd Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 1 Oct 2025 12:11:09 +0200 Subject: [PATCH] docs: Remove outdated information --- docs/site/guides/networking/mesh-vpn.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/site/guides/networking/mesh-vpn.md b/docs/site/guides/networking/mesh-vpn.md index ef9878576..85696e6e5 100644 --- a/docs/site/guides/networking/mesh-vpn.md +++ b/docs/site/guides/networking/mesh-vpn.md @@ -1,4 +1,3 @@ - This guide provides detailed instructions for configuring [ZeroTier VPN](https://zerotier.com) within Clan. Follow the outlined steps to set up a machine as a VPN controller (``) and to @@ -98,10 +97,6 @@ The status should be "ONLINE": ``` ## Further - -Currently you can only use **Zerotier** as networking technology because this is the first network stack we aim to support. -In the future we plan to add additional network technologies like tinc, head/tailscale, yggdrassil and mycelium. - We chose zerotier because in our tests it was a straight forwards solution to bootstrap. It allows you to selfhost a controller and the controller doesn't need to be globally reachable. Which made it a good fit for starting the project. @@ -146,4 +141,4 @@ $ sudo zerotier-cli info $ sudo zerotier-members allow ``` - Substitute `` with the ZeroTier ID obtained previously. \ No newline at end of file + Substitute `` with the ZeroTier ID obtained previously.