client_config.go 122 B

123456789
  1. package socks
  2. import (
  3. "v2ray.com/core/common/protocol"
  4. )
  5. type ClientConfig struct {
  6. Servers []*protocol.ServerSpec
  7. }