wireguard-ui/model/client_defaults.go
2022-12-13 22:44:11 +01:00

10 lines
235 B
Go

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