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

add tags to clients

This commit is contained in:
TheLD
2020-05-26 16:42:37 +02:00
parent 7e2146a229
commit ce7e90e034
2 changed files with 42 additions and 1 deletions

View File

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