:toda:
This commit is contained in:
13
template/conf/wg.client.conf
Normal file
13
template/conf/wg.client.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
[Interface]
|
||||
PrivateKey = {{ .PrivateKey|html }}
|
||||
Address = {{ .IpAllocation|html }}
|
||||
{{ if .DNS }}DNS = {{ .DNS|html }}
|
||||
MTU = {{ .MTU }}
|
||||
{{ else }}MTU = {{ .MTU }}{{ end }}
|
||||
|
||||
[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