mirror of
https://github.com/ngoduykhanh/wireguard-ui
synced 2026-03-14 21:45:43 +01:00
9 lines
220 B
Go
9 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
|
|
}
|