dns_bootstrap.go 102 B

123456789
  1. // +build !android
  2. package conf
  3. const bootstrapDNS = ""
  4. func BootstrapDNS() bool {
  5. return false
  6. }