mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-31 21:57:03 -05:00
10 lines
102 B
Go
10 lines
102 B
Go
|
// +build !android
|
||
|
|
||
|
package conf
|
||
|
|
||
|
const bootstrapDNS = ""
|
||
|
|
||
|
func BootstrapDNS() bool {
|
||
|
return false
|
||
|
}
|