mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-04 16:55:57 +03:00
Support for notes about clients
This commit is contained in:
parent
a22e807d2a
commit
986404236a
6 changed files with 33 additions and 3 deletions
|
@ -18,6 +18,7 @@ type Client struct {
|
|||
AllowedIPs []string `json:"allowed_ips"`
|
||||
ExtraAllowedIPs []string `json:"extra_allowed_ips"`
|
||||
Endpoint string `json:"endpoint"`
|
||||
AdditionalNotes string `json:"additional_notes"`
|
||||
UseServerDNS bool `json:"use_server_dns"`
|
||||
Enabled bool `json:"enabled"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue