client_config.go 135 B

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