mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-28 20:10:50 +03:00
Merge 97e7ead5fd
into e73047b14f
This commit is contained in:
commit
2dbbb8a098
9 changed files with 268 additions and 6 deletions
|
@ -2,8 +2,8 @@ package model
|
|||
|
||||
// ClientDefaults Defaults for creation of new clients used in the templates
|
||||
type ClientDefaults struct {
|
||||
AllowedIps []string
|
||||
ExtraAllowedIps []string
|
||||
UseServerDNS bool
|
||||
EnableAfterCreation bool
|
||||
AllowedIps []string `json:"allowed_ips"`
|
||||
ExtraAllowedIps []string `json:"extra_allowed_ips"`
|
||||
UseServerDNS bool `json:"use_server_dns"`
|
||||
EnableAfterCreation bool `json:"enable_after_creation"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue