This commit is contained in:
Fernando Garcia Fernandez 2023-10-07 08:38:18 +00:00 committed by GitHub
commit 35f773ec80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 ", " }}