Create Install-as-a-Windows-service.md (#7)

This commit is contained in:
jslyrd
2024-06-14 12:05:08 +08:00
committed by GitHub
parent f608ba360b
commit 1022cd46db
4 changed files with 20 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ export const cn = defineConfig({
{ text: '子网代理(点对网)', link: '/guide/network/point-to-networking' },
{ text: '无公网IP', link: '/guide/network/networking-without-public-ip' },
{ text: '使用 WireGuard 客户端接入', link: '/guide/network/use-easytier-with-wirefuard-client' },
{ text: '注册为windows服务(开机自启)', link: '/guide/network/install-as-a-windows-service' },
{ text: '其他配置', link: '/guide/network/configurations' },
],
},
+1
View File
@@ -22,6 +22,7 @@ export const en = defineConfig({
{ text: 'Subnet Proxy', link: '/en/guide/network/point-to-networking' },
{ 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: 'Installing as a Windows Service (Auto-Start on Boot)', link: '/en/guide/network/install-as-a-windows-service' },
{ text: 'Other Configurations', link: '/en/guide/network/configurations' },
],
},