mirror of https://github.com/v2ray/v2ray-core
10 lines
135 B
Go
10 lines
135 B
Go
![]() |
package socks
|
||
|
|
||
|
import (
|
||
|
"github.com/v2ray/v2ray-core/common/protocol"
|
||
|
)
|
||
|
|
||
|
type ClientConfig struct {
|
||
|
Servers []*protocol.ServerSpec
|
||
|
}
|