1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-03 01:39:08 -04:00
Files
v2fly/infra/conf/dns_bootstrap.go

10 lines
102 B
Go

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