mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-14 14:21:34 +03:00
Support for notes about clients (#527)
This commit is contained in:
parent
73108f7f21
commit
ecea82d172
7 changed files with 44 additions and 3 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue