mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-30 03:12:36 -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
|
|
}
|