|  | @@ -5,7 +5,8 @@ import fmt "fmt"
 | 
	
		
			
				|  |  |  import math "math"
 | 
	
		
			
				|  |  |  import v2ray_core_common_serial "v2ray.com/core/common/serial"
 | 
	
		
			
				|  |  |  import v2ray_core_common_net "v2ray.com/core/common/net"
 | 
	
		
			
				|  |  | -import v2ray_core_common_net1 "v2ray.com/core/common/net"
 | 
	
		
			
				|  |  | +import v2ray_core_common_net2 "v2ray.com/core/common/net"
 | 
	
		
			
				|  |  | +import v2ray_core_common_net3 "v2ray.com/core/common/net"
 | 
	
		
			
				|  |  |  import v2ray_core_transport_internet "v2ray.com/core/transport/internet"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Reference imports to suppress errors if they are not otherwise used.
 | 
	
	
		
			
				|  | @@ -135,7 +136,7 @@ func (m *AllocationStrategy_AllocationStrategyRefresh) GetValue() uint32 {
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  type ReceiverConfig struct {
 | 
	
		
			
				|  |  | -	PortRange                  *v2ray_core_common_net1.PortRange           `protobuf:"bytes,1,opt,name=port_range,json=portRange" json:"port_range,omitempty"`
 | 
	
		
			
				|  |  | +	PortRange                  *v2ray_core_common_net3.PortRange           `protobuf:"bytes,1,opt,name=port_range,json=portRange" json:"port_range,omitempty"`
 | 
	
		
			
				|  |  |  	Listen                     *v2ray_core_common_net.IPOrDomain           `protobuf:"bytes,2,opt,name=listen" json:"listen,omitempty"`
 | 
	
		
			
				|  |  |  	AllocationStrategy         *AllocationStrategy                         `protobuf:"bytes,3,opt,name=allocation_strategy,json=allocationStrategy" json:"allocation_strategy,omitempty"`
 | 
	
		
			
				|  |  |  	StreamSettings             *v2ray_core_transport_internet.StreamConfig `protobuf:"bytes,4,opt,name=stream_settings,json=streamSettings" json:"stream_settings,omitempty"`
 | 
	
	
		
			
				|  | @@ -148,7 +149,7 @@ func (m *ReceiverConfig) String() string            { return proto.CompactTextSt
 | 
	
		
			
				|  |  |  func (*ReceiverConfig) ProtoMessage()               {}
 | 
	
		
			
				|  |  |  func (*ReceiverConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -func (m *ReceiverConfig) GetPortRange() *v2ray_core_common_net1.PortRange {
 | 
	
		
			
				|  |  | +func (m *ReceiverConfig) GetPortRange() *v2ray_core_common_net3.PortRange {
 | 
	
		
			
				|  |  |  	if m != nil {
 | 
	
		
			
				|  |  |  		return m.PortRange
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -311,6 +312,70 @@ func (m *OutboundHandlerConfig) GetComment() string {
 | 
	
		
			
				|  |  |  	return ""
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +type MultiplexingConfig struct {
 | 
	
		
			
				|  |  | +	Enabled bool `protobuf:"varint,1,opt,name=enabled" json:"enabled,omitempty"`
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (m *MultiplexingConfig) Reset()                    { *m = MultiplexingConfig{} }
 | 
	
		
			
				|  |  | +func (m *MultiplexingConfig) String() string            { return proto.CompactTextString(m) }
 | 
	
		
			
				|  |  | +func (*MultiplexingConfig) ProtoMessage()               {}
 | 
	
		
			
				|  |  | +func (*MultiplexingConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (m *MultiplexingConfig) GetEnabled() bool {
 | 
	
		
			
				|  |  | +	if m != nil {
 | 
	
		
			
				|  |  | +		return m.Enabled
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return false
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +type DispatchConfig struct {
 | 
	
		
			
				|  |  | +	MuxSettings *MultiplexingConfig `protobuf:"bytes,1,opt,name=mux_settings,json=muxSettings" json:"mux_settings,omitempty"`
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (m *DispatchConfig) Reset()                    { *m = DispatchConfig{} }
 | 
	
		
			
				|  |  | +func (m *DispatchConfig) String() string            { return proto.CompactTextString(m) }
 | 
	
		
			
				|  |  | +func (*DispatchConfig) ProtoMessage()               {}
 | 
	
		
			
				|  |  | +func (*DispatchConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (m *DispatchConfig) GetMuxSettings() *MultiplexingConfig {
 | 
	
		
			
				|  |  | +	if m != nil {
 | 
	
		
			
				|  |  | +		return m.MuxSettings
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return nil
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +type SessionFrame struct {
 | 
	
		
			
				|  |  | +	Id      uint32                           `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
 | 
	
		
			
				|  |  | +	Target  *v2ray_core_common_net2.Endpoint `protobuf:"bytes,2,opt,name=target" json:"target,omitempty"`
 | 
	
		
			
				|  |  | +	Payload []byte                           `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (m *SessionFrame) Reset()                    { *m = SessionFrame{} }
 | 
	
		
			
				|  |  | +func (m *SessionFrame) String() string            { return proto.CompactTextString(m) }
 | 
	
		
			
				|  |  | +func (*SessionFrame) ProtoMessage()               {}
 | 
	
		
			
				|  |  | +func (*SessionFrame) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (m *SessionFrame) GetId() uint32 {
 | 
	
		
			
				|  |  | +	if m != nil {
 | 
	
		
			
				|  |  | +		return m.Id
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return 0
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (m *SessionFrame) GetTarget() *v2ray_core_common_net2.Endpoint {
 | 
	
		
			
				|  |  | +	if m != nil {
 | 
	
		
			
				|  |  | +		return m.Target
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return nil
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (m *SessionFrame) GetPayload() []byte {
 | 
	
		
			
				|  |  | +	if m != nil {
 | 
	
		
			
				|  |  | +		return m.Payload
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return nil
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  func init() {
 | 
	
		
			
				|  |  |  	proto.RegisterType((*InboundConfig)(nil), "v2ray.core.app.proxyman.InboundConfig")
 | 
	
		
			
				|  |  |  	proto.RegisterType((*AllocationStrategy)(nil), "v2ray.core.app.proxyman.AllocationStrategy")
 | 
	
	
		
			
				|  | @@ -321,58 +386,68 @@ func init() {
 | 
	
		
			
				|  |  |  	proto.RegisterType((*OutboundConfig)(nil), "v2ray.core.app.proxyman.OutboundConfig")
 | 
	
		
			
				|  |  |  	proto.RegisterType((*SenderConfig)(nil), "v2ray.core.app.proxyman.SenderConfig")
 | 
	
		
			
				|  |  |  	proto.RegisterType((*OutboundHandlerConfig)(nil), "v2ray.core.app.proxyman.OutboundHandlerConfig")
 | 
	
		
			
				|  |  | +	proto.RegisterType((*MultiplexingConfig)(nil), "v2ray.core.app.proxyman.MultiplexingConfig")
 | 
	
		
			
				|  |  | +	proto.RegisterType((*DispatchConfig)(nil), "v2ray.core.app.proxyman.DispatchConfig")
 | 
	
		
			
				|  |  | +	proto.RegisterType((*SessionFrame)(nil), "v2ray.core.app.proxyman.SessionFrame")
 | 
	
		
			
				|  |  |  	proto.RegisterEnum("v2ray.core.app.proxyman.AllocationStrategy_Type", AllocationStrategy_Type_name, AllocationStrategy_Type_value)
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func init() { proto.RegisterFile("v2ray.com/core/app/proxyman/config.proto", fileDescriptor0) }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  var fileDescriptor0 = []byte{
 | 
	
		
			
				|  |  | -	// 737 bytes of a gzipped FileDescriptorProto
 | 
	
		
			
				|  |  | -	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xb4, 0x55, 0xd1, 0x6e, 0xdb, 0x36,
 | 
	
		
			
				|  |  | -	0x14, 0x9d, 0xec, 0xc4, 0x49, 0xae, 0x13, 0xc7, 0xe3, 0xb2, 0xc4, 0xf3, 0x36, 0xc0, 0x33, 0x86,
 | 
	
		
			
				|  |  | -	0xcd, 0xd8, 0x06, 0x29, 0x73, 0x30, 0x60, 0x7b, 0xda, 0x12, 0x27, 0xc0, 0xf2, 0x90, 0xd9, 0xa3,
 | 
	
		
			
				|  |  | -	0x83, 0x3e, 0x14, 0x05, 0x04, 0x46, 0x62, 0x5c, 0xa1, 0x12, 0x29, 0x90, 0xb4, 0x13, 0xfd, 0x52,
 | 
	
		
			
				|  |  | -	0xbf, 0xa1, 0x0f, 0xfd, 0x80, 0x7e, 0x4a, 0xff, 0xa0, 0x2f, 0x05, 0x49, 0xc9, 0x36, 0x62, 0xbb,
 | 
	
		
			
				|  |  | -	0x69, 0x1a, 0xf4, 0x4d, 0x24, 0xcf, 0x39, 0xe4, 0x3d, 0x87, 0x97, 0x82, 0xce, 0xa4, 0x2b, 0x48,
 | 
	
		
			
				|  |  | -	0xe6, 0x06, 0x3c, 0xf1, 0x02, 0x2e, 0xa8, 0x47, 0xd2, 0xd4, 0x4b, 0x05, 0xbf, 0xcd, 0x12, 0xc2,
 | 
	
		
			
				|  |  | -	0xbc, 0x80, 0xb3, 0xeb, 0x68, 0xe4, 0xa6, 0x82, 0x2b, 0x8e, 0x0e, 0x0a, 0xa4, 0xa0, 0x2e, 0x49,
 | 
	
		
			
				|  |  | -	0x53, 0xb7, 0x40, 0x35, 0x0f, 0xef, 0x48, 0x04, 0x3c, 0x49, 0x38, 0xf3, 0x24, 0x15, 0x11, 0x89,
 | 
	
		
			
				|  |  | -	0x3d, 0x95, 0xa5, 0x34, 0xf4, 0x13, 0x2a, 0x25, 0x19, 0x51, 0x2b, 0xd5, 0xfc, 0x79, 0x39, 0x83,
 | 
	
		
			
				|  |  | -	0x51, 0xe5, 0x91, 0x30, 0x14, 0x54, 0xca, 0x1c, 0xf8, 0xe3, 0x6a, 0x60, 0xca, 0x85, 0xca, 0x51,
 | 
	
		
			
				|  |  | -	0xee, 0x1d, 0x94, 0x12, 0x84, 0x49, 0xbd, 0xee, 0x45, 0x4c, 0x51, 0xa1, 0xd1, 0xf3, 0x95, 0xb4,
 | 
	
		
			
				|  |  | -	0x77, 0x61, 0xe7, 0x9c, 0x5d, 0xf1, 0x31, 0x0b, 0x7b, 0x66, 0xba, 0xfd, 0xba, 0x0c, 0xe8, 0x38,
 | 
	
		
			
				|  |  | -	0x8e, 0x79, 0x40, 0x54, 0xc4, 0xd9, 0x50, 0x09, 0xa2, 0xe8, 0x28, 0x43, 0xa7, 0xb0, 0xa6, 0x4f,
 | 
	
		
			
				|  |  | -	0xdf, 0x70, 0x5a, 0x4e, 0xa7, 0xd6, 0x3d, 0x74, 0x57, 0x18, 0xe0, 0x2e, 0x52, 0xdd, 0xcb, 0x2c,
 | 
	
		
			
				|  |  | -	0xa5, 0xd8, 0xb0, 0xd1, 0x0b, 0xa8, 0x06, 0x9c, 0x05, 0x63, 0x21, 0x28, 0x0b, 0xb2, 0x46, 0xa9,
 | 
	
		
			
				|  |  | -	0xe5, 0x74, 0xaa, 0xdd, 0xf3, 0x87, 0x88, 0x2d, 0x4e, 0xf5, 0x66, 0x82, 0x78, 0x5e, 0x1d, 0xf9,
 | 
	
		
			
				|  |  | -	0xb0, 0x21, 0xe8, 0xb5, 0xa0, 0xf2, 0x79, 0xa3, 0x6c, 0x36, 0x3a, 0x7b, 0xdc, 0x46, 0xd8, 0x8a,
 | 
	
		
			
				|  |  | -	0xe1, 0x42, 0xb5, 0xf9, 0x07, 0x7c, 0xff, 0xc1, 0xe3, 0xa0, 0x3d, 0x58, 0x9f, 0x90, 0x78, 0x6c,
 | 
	
		
			
				|  |  | -	0x5d, 0xdb, 0xc1, 0x76, 0xd0, 0xfc, 0x1d, 0xbe, 0x59, 0x29, 0xbe, 0x9c, 0xd2, 0xfe, 0x0d, 0xd6,
 | 
	
		
			
				|  |  | -	0xb4, 0x8b, 0x08, 0xa0, 0x72, 0x1c, 0xdf, 0x90, 0x4c, 0xd6, 0xbf, 0xd0, 0xdf, 0x98, 0xb0, 0x90,
 | 
	
		
			
				|  |  | -	0x27, 0x75, 0x07, 0x6d, 0xc3, 0xe6, 0xd9, 0xad, 0x8e, 0x97, 0xc4, 0xf5, 0x52, 0xfb, 0x55, 0x19,
 | 
	
		
			
				|  |  | -	0x6a, 0x98, 0x06, 0x34, 0x9a, 0x50, 0x61, 0x53, 0x45, 0x7f, 0x03, 0xe8, 0x4b, 0xe0, 0x0b, 0xc2,
 | 
	
		
			
				|  |  | -	0x46, 0x56, 0xbb, 0xda, 0x6d, 0xcd, 0xdb, 0x61, 0x6f, 0x93, 0xcb, 0xa8, 0x72, 0x07, 0x5c, 0x28,
 | 
	
		
			
				|  |  | -	0xac, 0x71, 0x78, 0x2b, 0x2d, 0x3e, 0xd1, 0x5f, 0x50, 0x89, 0x23, 0xa9, 0x28, 0xcb, 0x43, 0xfb,
 | 
	
		
			
				|  |  | -	0x61, 0x05, 0xf9, 0x7c, 0xd0, 0x17, 0xa7, 0x3c, 0x21, 0x11, 0xc3, 0x39, 0x01, 0x3d, 0x83, 0xaf,
 | 
	
		
			
				|  |  | -	0xc8, 0xb4, 0x5e, 0x5f, 0xe6, 0x05, 0xe7, 0x99, 0xfc, 0xfa, 0x80, 0x4c, 0x30, 0x22, 0x8b, 0x17,
 | 
	
		
			
				|  |  | -	0xf3, 0x12, 0x76, 0xa5, 0x12, 0x94, 0x24, 0xbe, 0xa4, 0x4a, 0x45, 0x6c, 0x24, 0x1b, 0x6b, 0x8b,
 | 
	
		
			
				|  |  | -	0xca, 0xd3, 0x36, 0x70, 0x8b, 0x36, 0x70, 0x87, 0x86, 0x65, 0xfd, 0xc1, 0x35, 0xab, 0x31, 0xcc,
 | 
	
		
			
				|  |  | -	0x25, 0xd0, 0x3f, 0xf0, 0x9d, 0xb0, 0x0e, 0xfa, 0x5c, 0x44, 0xa3, 0x88, 0x91, 0xd8, 0x0f, 0xa9,
 | 
	
		
			
				|  |  | -	0x54, 0x11, 0x33, 0xbb, 0x37, 0xd6, 0x5b, 0x4e, 0x67, 0x13, 0x37, 0x73, 0x4c, 0x3f, 0x87, 0x9c,
 | 
	
		
			
				|  |  | -	0xce, 0x10, 0xe8, 0x4f, 0x68, 0xe8, 0xd3, 0xde, 0xf8, 0x29, 0x91, 0x52, 0xeb, 0x04, 0x9c, 0x31,
 | 
	
		
			
				|  |  | -	0x1a, 0x18, 0x76, 0xc5, 0xb0, 0xf7, 0xcd, 0xfa, 0xc0, 0x2e, 0xf7, 0xa6, 0xab, 0xed, 0x37, 0x0e,
 | 
	
		
			
				|  |  | -	0xec, 0xe5, 0x3d, 0xf9, 0x2f, 0x61, 0x61, 0x3c, 0x0d, 0xb1, 0x0e, 0x65, 0x45, 0x46, 0x26, 0xbd,
 | 
	
		
			
				|  |  | -	0x2d, 0xac, 0x3f, 0xd1, 0x10, 0xbe, 0xcc, 0x8f, 0x20, 0x66, 0xe5, 0xdb, 0x80, 0x7e, 0x5a, 0x12,
 | 
	
		
			
				|  |  | -	0x90, 0x7d, 0x86, 0x4c, 0x43, 0x86, 0x17, 0xf6, 0x15, 0xc2, 0xf5, 0x42, 0x60, 0x5a, 0xfb, 0x05,
 | 
	
		
			
				|  |  | -	0xd4, 0x4c, 0x08, 0x33, 0xc5, 0xf2, 0x83, 0x14, 0x77, 0x0c, 0xbb, 0x90, 0x6b, 0xd7, 0xa1, 0xd6,
 | 
	
		
			
				|  |  | -	0x1f, 0xab, 0xf9, 0x27, 0xe6, 0xad, 0x03, 0xdb, 0x43, 0xca, 0xc2, 0x69, 0x61, 0x47, 0x50, 0x9e,
 | 
	
		
			
				|  |  | -	0x44, 0x24, 0xbf, 0x96, 0x1f, 0x71, 0xb3, 0x34, 0x7a, 0x59, 0xf0, 0xa5, 0xc7, 0x07, 0xff, 0xff,
 | 
	
		
			
				|  |  | -	0x8a, 0xe2, 0x7f, 0xb9, 0x47, 0x74, 0xa0, 0x49, 0xb9, 0xe6, 0x1d, 0x03, 0xde, 0x39, 0xf0, 0x75,
 | 
	
		
			
				|  |  | -	0xe1, 0xc0, 0x7d, 0x81, 0xf6, 0x61, 0x57, 0x1a, 0x67, 0x3e, 0x35, 0xce, 0x9a, 0xa5, 0x7f, 0xa6,
 | 
	
		
			
				|  |  | -	0x30, 0xd1, 0x3e, 0x54, 0xe8, 0x6d, 0x1a, 0x09, 0x6a, 0x9a, 0xac, 0x8c, 0xf3, 0x11, 0x6a, 0xc0,
 | 
	
		
			
				|  |  | -	0x86, 0x16, 0xa1, 0x4c, 0x99, 0xd6, 0xd8, 0xc2, 0xc5, 0xf0, 0xe4, 0x3f, 0xf8, 0x36, 0xe0, 0xc9,
 | 
	
		
			
				|  |  | -	0xaa, 0x2e, 0x3f, 0xa9, 0x5a, 0x2b, 0x06, 0xfa, 0x67, 0xf4, 0x74, 0xb3, 0x98, 0x7e, 0x59, 0x3a,
 | 
	
		
			
				|  |  | -	0x78, 0xd2, 0xc5, 0x24, 0x73, 0x7b, 0x9a, 0x70, 0x9c, 0xa6, 0xd6, 0xdf, 0x84, 0xb0, 0xab, 0x8a,
 | 
	
		
			
				|  |  | -	0xf9, 0x6f, 0x1d, 0xbd, 0x0f, 0x00, 0x00, 0xff, 0xff, 0x26, 0xa3, 0xe8, 0x2c, 0xad, 0x07, 0x00,
 | 
	
		
			
				|  |  | -	0x00,
 | 
	
		
			
				|  |  | +	// 853 bytes of a gzipped FileDescriptorProto
 | 
	
		
			
				|  |  | +	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xb4, 0x55, 0xdd, 0x6e, 0x23, 0x35,
 | 
	
		
			
				|  |  | +	0x18, 0x65, 0x92, 0x6e, 0xda, 0x7e, 0x69, 0xd3, 0x60, 0x96, 0xdd, 0x10, 0x40, 0x94, 0x08, 0x41,
 | 
	
		
			
				|  |  | +	0xc5, 0xa2, 0xc9, 0x92, 0x15, 0x02, 0xae, 0xa0, 0xdb, 0x16, 0xd1, 0x8b, 0x6e, 0x83, 0xb3, 0xe2,
 | 
	
		
			
				|  |  | +	0x02, 0x21, 0x05, 0x77, 0xc6, 0x3b, 0x6b, 0x31, 0x63, 0x1b, 0xdb, 0xe9, 0x66, 0x5e, 0x89, 0x67,
 | 
	
		
			
				|  |  | +	0xe0, 0x82, 0x07, 0xe0, 0x51, 0x78, 0x03, 0x6e, 0x90, 0x7f, 0x26, 0x89, 0x9a, 0x0e, 0xa5, 0x54,
 | 
	
		
			
				|  |  | +	0xdc, 0x8d, 0x67, 0xce, 0x39, 0xf6, 0xf9, 0xce, 0xf7, 0x79, 0xe0, 0xe0, 0x72, 0xa4, 0x48, 0x19,
 | 
	
		
			
				|  |  | +	0x27, 0xa2, 0x18, 0x26, 0x42, 0xd1, 0x21, 0x91, 0x72, 0x28, 0x95, 0x98, 0x97, 0x05, 0xe1, 0xc3,
 | 
	
		
			
				|  |  | +	0x44, 0xf0, 0x17, 0x2c, 0x8b, 0xa5, 0x12, 0x46, 0xa0, 0x87, 0x15, 0x52, 0xd1, 0x98, 0x48, 0x19,
 | 
	
		
			
				|  |  | +	0x57, 0xa8, 0xfe, 0xe3, 0x2b, 0x12, 0x89, 0x28, 0x0a, 0xc1, 0x87, 0x9a, 0x2a, 0x46, 0xf2, 0xa1,
 | 
	
		
			
				|  |  | +	0x29, 0x25, 0x4d, 0xa7, 0x05, 0xd5, 0x9a, 0x64, 0xd4, 0x4b, 0xf5, 0x3f, 0xba, 0x9e, 0xc1, 0xa9,
 | 
	
		
			
				|  |  | +	0x19, 0x92, 0x34, 0x55, 0x54, 0xeb, 0x00, 0x7c, 0x54, 0x0f, 0x4c, 0xa9, 0x36, 0x8c, 0x13, 0xc3,
 | 
	
		
			
				|  |  | +	0x04, 0x0f, 0xe0, 0x0f, 0xea, 0xc1, 0x52, 0x28, 0x13, 0x50, 0xf1, 0x15, 0x94, 0x51, 0x84, 0x6b,
 | 
	
		
			
				|  |  | +	0xfb, 0x7d, 0xc8, 0xb8, 0xa1, 0xca, 0xa2, 0x57, 0x6d, 0x0f, 0xf6, 0x60, 0xf7, 0x94, 0x5f, 0x88,
 | 
	
		
			
				|  |  | +	0x19, 0x4f, 0x8f, 0xdc, 0xeb, 0xc1, 0xef, 0x4d, 0x40, 0x87, 0x79, 0x2e, 0x12, 0xb7, 0xf7, 0xc4,
 | 
	
		
			
				|  |  | +	0x28, 0x62, 0x68, 0x56, 0xa2, 0x63, 0xd8, 0xb0, 0x56, 0x7b, 0xd1, 0x7e, 0x74, 0xd0, 0x19, 0x3d,
 | 
	
		
			
				|  |  | +	0x8e, 0x6b, 0xaa, 0x15, 0xaf, 0x53, 0xe3, 0xe7, 0xa5, 0xa4, 0xd8, 0xb1, 0xd1, 0xcf, 0xd0, 0x4e,
 | 
	
		
			
				|  |  | +	0x04, 0x4f, 0x66, 0x4a, 0x51, 0x9e, 0x94, 0xbd, 0xc6, 0x7e, 0x74, 0xd0, 0x1e, 0x9d, 0xde, 0x46,
 | 
	
		
			
				|  |  | +	0x6c, 0xfd, 0xd5, 0xd1, 0x52, 0x10, 0xaf, 0xaa, 0xa3, 0x29, 0x6c, 0x2a, 0xfa, 0x42, 0x51, 0xfd,
 | 
	
		
			
				|  |  | +	0xb2, 0xd7, 0x74, 0x1b, 0x9d, 0xdc, 0x6d, 0x23, 0xec, 0xc5, 0x70, 0xa5, 0xda, 0xff, 0x0c, 0xde,
 | 
	
		
			
				|  |  | +	0xfd, 0xc7, 0xe3, 0xa0, 0xfb, 0x70, 0xef, 0x92, 0xe4, 0x33, 0x5f, 0xb5, 0x5d, 0xec, 0x17, 0xfd,
 | 
	
		
			
				|  |  | +	0x4f, 0xe1, 0xad, 0x5a, 0xf1, 0xeb, 0x29, 0x83, 0x4f, 0x60, 0xc3, 0x56, 0x11, 0x01, 0xb4, 0x0e,
 | 
	
		
			
				|  |  | +	0xf3, 0x57, 0xa4, 0xd4, 0xdd, 0xd7, 0xec, 0x33, 0x26, 0x3c, 0x15, 0x45, 0x37, 0x42, 0x3b, 0xb0,
 | 
	
		
			
				|  |  | +	0x75, 0x32, 0xb7, 0xf1, 0x92, 0xbc, 0xdb, 0x18, 0xfc, 0xd6, 0x84, 0x0e, 0xa6, 0x09, 0x65, 0x97,
 | 
	
		
			
				|  |  | +	0x54, 0xf9, 0x54, 0xd1, 0x57, 0x00, 0xb6, 0x09, 0xa6, 0x8a, 0xf0, 0xcc, 0x6b, 0xb7, 0x47, 0xfb,
 | 
	
		
			
				|  |  | +	0xab, 0xe5, 0xf0, 0xdd, 0x14, 0x73, 0x6a, 0xe2, 0xb1, 0x50, 0x06, 0x5b, 0x1c, 0xde, 0x96, 0xd5,
 | 
	
		
			
				|  |  | +	0x23, 0xfa, 0x12, 0x5a, 0x39, 0xd3, 0x86, 0xf2, 0x10, 0xda, 0xfb, 0x35, 0xe4, 0xd3, 0xf1, 0xb9,
 | 
	
		
			
				|  |  | +	0x3a, 0x16, 0x05, 0x61, 0x1c, 0x07, 0x02, 0xfa, 0x11, 0xde, 0x20, 0x0b, 0xbf, 0x53, 0x1d, 0x0c,
 | 
	
		
			
				|  |  | +	0x87, 0x4c, 0x1e, 0xdd, 0x22, 0x13, 0x8c, 0xc8, 0x7a, 0x63, 0x3e, 0x87, 0x3d, 0x6d, 0x14, 0x25,
 | 
	
		
			
				|  |  | +	0xc5, 0x54, 0x53, 0x63, 0x18, 0xcf, 0x74, 0x6f, 0x63, 0x5d, 0x79, 0x31, 0x06, 0x71, 0x35, 0x06,
 | 
	
		
			
				|  |  | +	0xf1, 0xc4, 0xb1, 0x7c, 0x7d, 0x70, 0xc7, 0x6b, 0x4c, 0x82, 0x04, 0xfa, 0x1a, 0xde, 0x51, 0xbe,
 | 
	
		
			
				|  |  | +	0x82, 0x53, 0xa1, 0x58, 0xc6, 0x38, 0xc9, 0xa7, 0x2b, 0x23, 0xd9, 0xbb, 0xb7, 0x1f, 0x1d, 0x6c,
 | 
	
		
			
				|  |  | +	0xe1, 0x7e, 0xc0, 0x9c, 0x07, 0xc8, 0xf1, 0x12, 0x81, 0xbe, 0x80, 0x9e, 0x3d, 0xed, 0xab, 0xa9,
 | 
	
		
			
				|  |  | +	0x24, 0x5a, 0x5b, 0x9d, 0x44, 0x70, 0x4e, 0x13, 0xc7, 0x6e, 0x39, 0xf6, 0x03, 0xf7, 0x7d, 0xec,
 | 
	
		
			
				|  |  | +	0x3f, 0x1f, 0x2d, 0xbe, 0x0e, 0xfe, 0x88, 0xe0, 0x7e, 0x98, 0xc9, 0x6f, 0x09, 0x4f, 0xf3, 0x45,
 | 
	
		
			
				|  |  | +	0x88, 0x5d, 0x68, 0x1a, 0x92, 0xb9, 0xf4, 0xb6, 0xb1, 0x7d, 0x44, 0x13, 0x78, 0x3d, 0x1c, 0x41,
 | 
	
		
			
				|  |  | +	0x2d, 0xed, 0xfb, 0x80, 0x3e, 0xbc, 0x26, 0x20, 0x7f, 0x67, 0xb9, 0x81, 0x4c, 0xcf, 0xfc, 0x95,
 | 
	
		
			
				|  |  | +	0x85, 0xbb, 0x95, 0xc0, 0xc2, 0xfb, 0x19, 0x74, 0x5c, 0x08, 0x4b, 0xc5, 0xe6, 0xad, 0x14, 0x77,
 | 
	
		
			
				|  |  | +	0x1d, 0xbb, 0x92, 0x1b, 0x74, 0xa1, 0x73, 0x3e, 0x33, 0xab, 0x57, 0xcc, 0x9f, 0x11, 0xec, 0x4c,
 | 
	
		
			
				|  |  | +	0x28, 0x4f, 0x17, 0xc6, 0x9e, 0x40, 0xf3, 0x92, 0x91, 0xd0, 0x96, 0xff, 0xa2, 0xb3, 0x2c, 0xfa,
 | 
	
		
			
				|  |  | +	0xba, 0xe0, 0x1b, 0x77, 0x0f, 0xfe, 0xbb, 0x1a, 0xf3, 0x1f, 0xdf, 0x20, 0x3a, 0xb6, 0xa4, 0xa0,
 | 
	
		
			
				|  |  | +	0x79, 0xa5, 0x00, 0x7f, 0x45, 0xf0, 0x66, 0x55, 0x81, 0x9b, 0x02, 0x3d, 0x87, 0x3d, 0xed, 0x2a,
 | 
	
		
			
				|  |  | +	0xf3, 0x5f, 0xe3, 0xec, 0x78, 0xfa, 0xff, 0x14, 0x26, 0x7a, 0x00, 0x2d, 0x3a, 0x97, 0x4c, 0x51,
 | 
	
		
			
				|  |  | +	0x37, 0x64, 0x4d, 0x1c, 0x56, 0xa8, 0x07, 0x9b, 0x56, 0x84, 0x72, 0xe3, 0x46, 0x63, 0x1b, 0x57,
 | 
	
		
			
				|  |  | +	0xcb, 0x41, 0x0c, 0xe8, 0x6c, 0x96, 0x1b, 0x26, 0x73, 0x3a, 0x67, 0x3c, 0x0b, 0xce, 0x7b, 0xb0,
 | 
	
		
			
				|  |  | +	0x49, 0x39, 0xb9, 0xc8, 0x69, 0xea, 0xdc, 0x6f, 0xe1, 0x6a, 0x39, 0xf8, 0x09, 0x3a, 0xc7, 0x4c,
 | 
	
		
			
				|  |  | +	0x4b, 0x62, 0x92, 0x97, 0x01, 0xfb, 0x0c, 0x76, 0x8a, 0xd9, 0x7c, 0x69, 0x20, 0xba, 0xe1, 0xe2,
 | 
	
		
			
				|  |  | +	0x58, 0xdf, 0x0e, 0xb7, 0x8b, 0xd9, 0x7c, 0x91, 0xc7, 0x2f, 0xb6, 0xfb, 0xb4, 0x66, 0x82, 0x7f,
 | 
	
		
			
				|  |  | +	0xa3, 0x48, 0x41, 0x51, 0x07, 0x1a, 0x2c, 0x0d, 0xf7, 0x6d, 0x83, 0xa5, 0xe8, 0x73, 0x68, 0x19,
 | 
	
		
			
				|  |  | +	0xa2, 0x32, 0x6a, 0x42, 0xe9, 0xdf, 0xab, 0x69, 0xc8, 0x13, 0x9e, 0x4a, 0xc1, 0xb8, 0xc1, 0x01,
 | 
	
		
			
				|  |  | +	0x6e, 0x4d, 0x49, 0x52, 0xe6, 0x82, 0xa4, 0xae, 0xc8, 0x3b, 0xb8, 0x5a, 0x3e, 0x7d, 0x06, 0x6f,
 | 
	
		
			
				|  |  | +	0x27, 0xa2, 0xa8, 0x3b, 0xf1, 0xd3, 0xb6, 0x3f, 0xe6, 0xd8, 0xfe, 0x91, 0x7f, 0xd8, 0xaa, 0x5e,
 | 
	
		
			
				|  |  | +	0xff, 0xda, 0x78, 0xf8, 0xfd, 0x08, 0x93, 0x32, 0x3e, 0xb2, 0x84, 0x43, 0x29, 0x7d, 0x93, 0x15,
 | 
	
		
			
				|  |  | +	0x84, 0x5f, 0xb4, 0xdc, 0xcf, 0xfb, 0xc9, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x69, 0xf1, 0x9f,
 | 
	
		
			
				|  |  | +	0x6a, 0xdf, 0x08, 0x00, 0x00,
 | 
	
		
			
				|  |  |  }
 |