mirror of
https://github.com/swissmakers/wireguard-manager.git
synced 2026-04-09 04:37:08 +02:00
Support for notes about clients (#527)
This commit is contained in:
@@ -20,6 +20,10 @@ Table = {{ .globalSettings.Table }}
|
||||
# Telegram: {{ .Client.TgUserid }}
|
||||
# Created at: {{ .Client.CreatedAt }}
|
||||
# Update at: {{ .Client.UpdatedAt }}
|
||||
{{- if .Client.AdditionalNotes}}
|
||||
|
||||
# Notes:
|
||||
# {{ .Client.AdditionalNotes }}{{end}}
|
||||
[Peer]
|
||||
PublicKey = {{ .Client.PublicKey }}
|
||||
{{if .Client.PresharedKey}}PresharedKey = {{ .Client.PresharedKey }}{{end}}
|
||||
|
||||
Reference in New Issue
Block a user