Files
wireguard-manager/model/client_defaults.go

10 lines
220 B
Go
Raw Normal View History

package model
// Defaults for creation of new clients used in the templates
type ClientDefaults struct {
AllowedIps []string
ExtraAllowedIps []string
UseServerDNS bool
EnableAfterCreation bool
}