1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-03 04:25:23 +00:00
v2fly/proxy/socks/client_config.go
2016-08-20 20:55:45 +02:00

10 lines
122 B
Go

package socks
import (
"v2ray.com/core/common/protocol"
)
type ClientConfig struct {
Servers []*protocol.ServerSpec
}