mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-31 06:26:53 -05:00
update reference
This commit is contained in:
parent
a13a8cffd8
commit
6144b2ff55
6
v2ray.go
6
v2ray.go
@ -8,7 +8,7 @@ import (
|
|||||||
"v2ray.com/core/app/dns"
|
"v2ray.com/core/app/dns"
|
||||||
"v2ray.com/core/app/log"
|
"v2ray.com/core/app/log"
|
||||||
"v2ray.com/core/app/proxyman"
|
"v2ray.com/core/app/proxyman"
|
||||||
v2net "v2ray.com/core/common/net"
|
"v2ray.com/core/common/net"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Point shell of V2Ray.
|
// Point shell of V2Ray.
|
||||||
@ -80,8 +80,8 @@ func NewPoint(config *Config) (*Point, error) {
|
|||||||
dnsServer := dns.FromSpace(space)
|
dnsServer := dns.FromSpace(space)
|
||||||
if dnsServer == nil {
|
if dnsServer == nil {
|
||||||
dnsConfig := &dns.Config{
|
dnsConfig := &dns.Config{
|
||||||
NameServers: []*v2net.Endpoint{{
|
NameServers: []*net.Endpoint{{
|
||||||
Address: v2net.NewIPOrDomain(v2net.LocalHostDomain),
|
Address: net.NewIPOrDomain(net.LocalHostDomain),
|
||||||
}},
|
}},
|
||||||
}
|
}
|
||||||
d, err := app.CreateAppFromConfig(ctx, dnsConfig)
|
d, err := app.CreateAppFromConfig(ctx, dnsConfig)
|
||||||
|
Loading…
Reference in New Issue
Block a user