:art:服务端的初始化

This commit is contained in:
coward
2024-03-07 17:07:41 +08:00
parent 097505df99
commit 28cdfd1240
16 changed files with 543 additions and 19 deletions

9
template/wg.conf Normal file
View File

@@ -0,0 +1,9 @@
[Interface]
Address = {{ .Address }}
ListenPort = {{ .ListenPort }}
PrivateKey = {{ .PrivateKey }}
MTU = {{ .MTU }}
PostUp = {{ .PostUp }}
PreDown = {{ .PreDown }}
PostDown = {{ .PostDown }}
Table = {{ .Table }}