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
}