mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-16 17:38:45 -05:00
3eb13868f2
ref https://github.com/golang/go/issues/8877 ref https://github.com/v2ray/v2ray-core/issues/1909
10 lines
102 B
Go
10 lines
102 B
Go
// +build !android
|
|
|
|
package conf
|
|
|
|
const bootstrapDNS = ""
|
|
|
|
func BootstrapDNS() bool {
|
|
return false
|
|
}
|