mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-07 10:47:48 -05:00
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
|
|
}
|