Home
last modified time | relevance | path

Searched defs:InboundConfig (Results 1 – 8 of 8) sorted by relevance

/dports/security/xray-core/Xray-core-1.5.0/app/proxyman/
H A Dconfig.pb.go124 type InboundConfig struct { struct
125 state protoimpl.MessageState
126 sizeCache protoimpl.SizeCache
127 unknownFields protoimpl.UnknownFields
130 func (x *InboundConfig) Reset() {
139 func (x *InboundConfig) String() string {
143 func (*InboundConfig) ProtoMessage() {}
145 func (x *InboundConfig) ProtoReflect() protoreflect.Message {
158 func (*InboundConfig) Descriptor() ([]byte, []int) {
H A Dconfig.proto14 message InboundConfig {} message
/dports/net/v2ray/v2ray-core-4.36.2/app/proxyman/
H A Dconfig.pb.go129 type InboundConfig struct { struct
130 state protoimpl.MessageState
131 sizeCache protoimpl.SizeCache
132 unknownFields protoimpl.UnknownFields
135 func (x *InboundConfig) Reset() {
144 func (x *InboundConfig) String() string {
148 func (*InboundConfig) ProtoMessage() {}
150 func (x *InboundConfig) ProtoReflect() protoreflect.Message {
163 func (*InboundConfig) Descriptor() ([]byte, []int) {
H A Dconfig.proto14 message InboundConfig {} message
/dports/security/xray-core/Xray-core-1.5.0/app/proxyman/inbound/
H A Dinbound.go26 func New(ctx context.Context, config *proxyman.InboundConfig) (*Manager, error) {
/dports/net/v2ray/v2ray-core-4.36.2/app/proxyman/inbound/
H A Dinbound.go26 func New(ctx context.Context, config *proxyman.InboundConfig) (*Manager, error) {
/dports/net/v2ray/v2ray-core-4.36.2/infra/conf/
H A Dv2ray.go330 InboundConfig *InboundDetourConfig `json:"inbound"` member
/dports/security/xray-core/Xray-core-1.5.0/infra/conf/
H A Dxray.go381 InboundConfig *InboundDetourConfig `json:"inbound"` member