1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-06 13:25:13 -04:00
v2fly/infra/conf/dns_bootstrap.go

10 lines
102 B
Go

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