1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-16 17:38:45 -05:00
v2fly/infra/conf/dns_bootstrap.go

10 lines
102 B
Go

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