:art:服务端的初始化
This commit is contained in:
9
template/wg.conf
Normal file
9
template/wg.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
[Interface]
|
||||
Address = {{ .Address }}
|
||||
ListenPort = {{ .ListenPort }}
|
||||
PrivateKey = {{ .PrivateKey }}
|
||||
MTU = {{ .MTU }}
|
||||
PostUp = {{ .PostUp }}
|
||||
PreDown = {{ .PreDown }}
|
||||
PostDown = {{ .PostDown }}
|
||||
Table = {{ .Table }}
|
||||
Reference in New Issue
Block a user