mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-30 19:26:11 -04:00
7 lines
133 B
Go
7 lines
133 B
Go
package nmdata
|
|
|
|
// DNSSettings is the slim twin of types.DNSSettings.
|
|
type DNSSettings struct {
|
|
DisabledManagementGroups []string
|
|
}
|