1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-20 00:07:06 -05:00
v2fly/infra/conf/dns_bootstrap.go

10 lines
102 B
Go

// +build !android
package conf
const bootstrapDNS = ""
func BootstrapDNS() bool {
return false
}