Added UseServerDNS option for clients who do not have to use the DNS specified in the server configuration. (#79)

This commit is contained in:
Gerwim 2021-08-05 19:58:01 +02:00 committed by GitHub
parent de0c9fd26b
commit 2aa042b919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 49 additions and 9 deletions

View file

@ -14,6 +14,7 @@ type Client struct {
Email string `json:"email"`
AllocatedIPs []string `json:"allocated_ips"`
AllowedIPs []string `json:"allowed_ips"`
UseServerDNS bool `json:"use_server_dns"`
Enabled bool `json:"enabled"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`