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