diff --git a/template/template.go b/template/template.go index abf443c..371ccfd 100644 --- a/template/template.go +++ b/template/template.go @@ -234,6 +234,7 @@ PostDown = {{ .Server.PostDown }} {{ if .Enable -}} # {{.Name}} / {{.Email}} / Updated: {{.Updated}} / Created: {{.Created}} [Peer] +# friendly_name = {{.Name}} PublicKey = {{ .PublicKey }} PresharedKey = {{ .PresharedKey }} AllowedIPs = {{ StringsJoin .Address ", " }}