:new:新增客户端配置文件模板
This commit is contained in:
11
template/wg.client.conf
Normal file
11
template/wg.client.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
[Interface]
|
||||
PrivateKey = {{ .PrivateKey|html }}
|
||||
Address = {{ .IpAllocation|html }}
|
||||
MTU = {{ .MTU }}
|
||||
|
||||
[Peer]
|
||||
PublicKey = {{ .PublicKey|html }}
|
||||
PresharedKey = {{ .PresharedKey|html }}
|
||||
AllowedIPs = {{ .AllowedIPS|html }}
|
||||
Endpoint = {{ .Endpoint|html }}:{{ .ListenPort|html }}
|
||||
PersistentKeepalive = {{ .PersistentKeepalive|html }}
|
||||
Reference in New Issue
Block a user