summaryrefslogtreecommitdiffhomepage
path: root/net/dns/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'net/dns/config.go')
-rw-r--r--net/dns/config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dns/config.go b/net/dns/config.go
index 9c55f6d73..eac4eaa1d 100644
--- a/net/dns/config.go
+++ b/net/dns/config.go
@@ -44,6 +44,8 @@ type Config struct {
// OnlyIPv6, if true, uses the IPv6 service IP (for MagicDNS)
// instead of the IPv4 version (100.100.100.100).
OnlyIPv6 bool
+ // AllowFallback TODO
+ AllowFallback bool
}
func (c *Config) serviceIP() netip.Addr {