add tun doc (#35)

add en doc
This commit is contained in:
Sijie.Sun
2024-08-26 00:20:18 +08:00
committed by GitHub
parent 184f9dee8e
commit 89afa7d6c4
11 changed files with 176 additions and 4 deletions
+3
View File
@@ -20,8 +20,11 @@ export const en = defineConfig({
{ text: 'Two Node', link: '/en/guide/network/two-node-networking' },
{ text: 'Multi Node', link: '/en/guide/network/multi-node-networking' },
{ text: 'Subnet Proxy', link: '/en/guide/network/point-to-networking' },
{ text: 'Network to Network', link: '/en/guide/network/network-to-network' },
{ text: 'Without Public IP', link: '/en/guide/network/networking-without-public-ip' },
{ text: 'Use WireGuard Client', link: '/en/guide/network/use-easytier-with-wirefuard-client' },
{ text: 'No TUN Mode (No Root Permission Required', link: '/en/guide/network/no-root' },
{ text: 'Self-Hosted Public Server', link: '/en/guide/network/host-public-server' },
{ text: 'Installing as a Windows Service (Auto-Start on Boot)', link: '/en/guide/network/install-as-a-windows-service' },
{ text: 'Installing as a Linux Systemd Service', link: '/en/guide/network/install-as-a-systemd-service' },
{ text: 'Other Configurations', link: '/en/guide/network/configurations' },