0
0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2025-09-11 12:24:27 +00:00

implement feature requests #43 and #44

This commit is contained in:
vx3r
2020-06-10 16:44:15 +09:00
parent 34a06ad258
commit 172551dcab
2 changed files with 35 additions and 26 deletions

View File

@ -16,7 +16,7 @@ type Client struct {
PresharedKey string `json:"presharedKey"`
AllowedIPs []string `json:"allowedIPs"`
Address []string `json:"address"`
Tags []string `json:"tags"`
Tags []string `json:"tags"`
PrivateKey string `json:"privateKey"`
PublicKey string `json:"publicKey"`
CreatedBy string `json:"createdBy"`