···2626 TryAuthoritativeDNS bool
2727 // set of handle domain suffixes for for which DNS handle resolution will be skipped
2828 SkipDNSDomainSuffixes []string
2929+ // set of fallback DNS servers (eg, domain registrars) to try as a fallback. each entry should be "ip:port", eg "8.8.8.8:53"
3030+ FallbackDNSServers []string
2931}
30323133var _ Directory = (*BaseDirectory)(nil)