1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-09-29 21:54:10 -04:00
Files
v2fly/app/dns/internal/config.go
2016-05-15 23:09:28 -07:00

10 lines
134 B
Go

package internal
import (
v2net "github.com/v2ray/v2ray-core/common/net"
)
type Config struct {
NameServers []v2net.Destination
}