Home
last modified time | relevance | path

Searched defs:OutboundConfig (Results 1 – 7 of 7) sorted by relevance

/dports/security/xray-core/Xray-core-1.5.0/app/proxyman/
H A Dconfig.pb.go470 type OutboundConfig struct { struct
471 state protoimpl.MessageState
472 sizeCache protoimpl.SizeCache
473 unknownFields protoimpl.UnknownFields
476 func (x *OutboundConfig) Reset() {
485 func (x *OutboundConfig) String() string {
489 func (*OutboundConfig) ProtoMessage() {}
491 func (x *OutboundConfig) ProtoReflect() protoreflect.Message {
504 func (*OutboundConfig) Descriptor() ([]byte, []int) {
H A Dconfig.proto87 message OutboundConfig {} message
/dports/net/v2ray/v2ray-core-4.36.2/app/proxyman/
H A Dconfig.pb.go467 type OutboundConfig struct { struct
468 state protoimpl.MessageState
469 sizeCache protoimpl.SizeCache
470 unknownFields protoimpl.UnknownFields
473 func (x *OutboundConfig) Reset() {
482 func (x *OutboundConfig) String() string {
486 func (*OutboundConfig) ProtoMessage() {}
488 func (x *OutboundConfig) ProtoReflect() protoreflect.Message {
501 func (*OutboundConfig) Descriptor() ([]byte, []int) {
H A Dconfig.proto86 message OutboundConfig {} message
/dports/security/xray-core/Xray-core-1.5.0/app/proxyman/outbound/
H A Doutbound.go27 func New(ctx context.Context, config *proxyman.OutboundConfig) (*Manager, error) {
/dports/net/v2ray/v2ray-core-4.36.2/infra/conf/
H A Dv2ray.go334 OutboundConfig *OutboundDetourConfig `json:"outbound"` member
/dports/security/xray-core/Xray-core-1.5.0/infra/conf/
H A Dxray.go385 OutboundConfig *OutboundDetourConfig `json:"outbound"` member