mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2026-03-09 17:22:17 +00:00
10 lines
220 B
Go
10 lines
220 B
Go
package model
|
|
|
|
// Defaults for creation of new clients used in the templates
|
|
type ClientDefaults struct {
|
|
AllowedIps []string
|
|
ExtraAllowedIps []string
|
|
UseServerDNS bool
|
|
EnableAfterCreation bool
|
|
}
|