14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
|
[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 }}
|