config.go 129 B

123456789
  1. package dns
  2. import (
  3. v2net "github.com/v2ray/v2ray-core/common/net"
  4. )
  5. type Config struct {
  6. NameServers []v2net.Destination
  7. }