Documentation
¶
Overview ¶
Package mobileconfig defines network-scoped settings used only when the control plane renders a Mobile Nebula bundle.
Index ¶
Constants ¶
View Source
const (
// StoreKey is the network_config key used for mobile settings.
StoreKey = "mobile_config"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct {
DNSResolvers []string `json:"dns_resolvers"`
MatchDomains []string `json:"match_domains"`
AllowPrivateRemotes bool `json:"allow_private_remotes"`
}
Settings controls Mobile Nebula-specific DNS and endpoint discovery policy.
func Default ¶
func Default() Settings
Default returns settings that preserve existing private-network discovery.
Click to show internal directories.
Click to hide internal directories.