wireguard-ui/model/client_defaults.go
2022-04-26 20:35:35 +02:00

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
}