Home
last modified time | relevance | path

Searched defs:SocksServerConfig (Results 1 – 3 of 3) sorted by relevance

/dports/security/xray-core/Xray-core-1.5.0/infra/conf/
H A Dsocks.go30 type SocksServerConfig struct { struct
31 AuthMethod string `json:"auth"`
32 Accounts []*SocksAccount `json:"accounts"`
33 UDP bool `json:"udp"`
34 Host *Address `json:"ip"`
35 Timeout uint32 `json:"timeout"`
36 UserLevel uint32 `json:"userLevel"`
39 func (v *SocksServerConfig) Build() (proto.Message, error) {
/dports/net/v2ray/v2ray-core-4.36.2/infra/conf/
H A Dsocks.go30 type SocksServerConfig struct { struct
31 AuthMethod string `json:"auth"`
32 Accounts []*SocksAccount `json:"accounts"`
33 UDP bool `json:"udp"`
34 Host *Address `json:"ip"`
35 Timeout uint32 `json:"timeout"`
36 UserLevel uint32 `json:"userLevel"`
39 func (v *SocksServerConfig) Build() (proto.Message, error) {
/dports/www/trafficserver/trafficserver-9.1.1/proxy/
H A DParentSelection.h459 struct SocksServerConfig { struct
467 return (ParentConfigParams *)configProcessor.get(SocksServerConfig::m_id); in acquire() argument
472 configProcessor.release(SocksServerConfig::m_id, params); in release() argument
475 static int m_id;