|  | @@ -23,12 +23,12 @@ import fmt "fmt"
 | 
											
												
													
														|  |  import math "math"
 |  |  import math "math"
 | 
											
												
													
														|  |  import v2ray_core_app_router "v2ray.com/core/app/router"
 |  |  import v2ray_core_app_router "v2ray.com/core/app/router"
 | 
											
												
													
														|  |  import v2ray_core_app_dns "v2ray.com/core/app/dns"
 |  |  import v2ray_core_app_dns "v2ray.com/core/app/dns"
 | 
											
												
													
														|  | 
 |  | +import v2ray_core_common_loader "v2ray.com/core/common/loader"
 | 
											
												
													
														|  |  import v2ray_core_common_net "v2ray.com/core/common/net"
 |  |  import v2ray_core_common_net "v2ray.com/core/common/net"
 | 
											
												
													
														|  |  import v2ray_core_common_net2 "v2ray.com/core/common/net"
 |  |  import v2ray_core_common_net2 "v2ray.com/core/common/net"
 | 
											
												
													
														|  |  import v2ray_core_common_log "v2ray.com/core/common/log"
 |  |  import v2ray_core_common_log "v2ray.com/core/common/log"
 | 
											
												
													
														|  |  import v2ray_core_transport_internet "v2ray.com/core/transport/internet"
 |  |  import v2ray_core_transport_internet "v2ray.com/core/transport/internet"
 | 
											
												
													
														|  |  import v2ray_core_transport "v2ray.com/core/transport"
 |  |  import v2ray_core_transport "v2ray.com/core/transport"
 | 
											
												
													
														|  | -import google_protobuf "github.com/golang/protobuf/ptypes/any"
 |  | 
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  // Reference imports to suppress errors if they are not otherwise used.
 |  |  // Reference imports to suppress errors if they are not otherwise used.
 | 
											
												
													
														|  |  var _ = proto.Marshal
 |  |  var _ = proto.Marshal
 | 
											
										
											
												
													
														|  | @@ -136,14 +136,13 @@ func (m *AllocationStrategy) GetRefresh() *AllocationStrategyRefresh {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  // Config for an inbound connection handler.
 |  |  // Config for an inbound connection handler.
 | 
											
												
													
														|  |  type InboundConnectionConfig struct {
 |  |  type InboundConnectionConfig struct {
 | 
											
												
													
														|  | -	Protocol               string                                      `protobuf:"bytes,1,opt,name=protocol" json:"protocol,omitempty"`
 |  | 
 | 
											
												
													
														|  | 
 |  | +	Settings               *v2ray_core_common_loader.TypedSettings     `protobuf:"bytes,1,opt,name=settings" json:"settings,omitempty"`
 | 
											
												
													
														|  |  	PortRange              *v2ray_core_common_net.PortRange            `protobuf:"bytes,2,opt,name=port_range,json=portRange" json:"port_range,omitempty"`
 |  |  	PortRange              *v2ray_core_common_net.PortRange            `protobuf:"bytes,2,opt,name=port_range,json=portRange" json:"port_range,omitempty"`
 | 
											
												
													
														|  |  	ListenOn               *v2ray_core_common_net2.IPOrDomain          `protobuf:"bytes,3,opt,name=listen_on,json=listenOn" json:"listen_on,omitempty"`
 |  |  	ListenOn               *v2ray_core_common_net2.IPOrDomain          `protobuf:"bytes,3,opt,name=listen_on,json=listenOn" json:"listen_on,omitempty"`
 | 
											
												
													
														|  |  	Tag                    string                                      `protobuf:"bytes,4,opt,name=tag" json:"tag,omitempty"`
 |  |  	Tag                    string                                      `protobuf:"bytes,4,opt,name=tag" json:"tag,omitempty"`
 | 
											
												
													
														|  |  	AllocationStrategy     *AllocationStrategy                         `protobuf:"bytes,5,opt,name=allocation_strategy,json=allocationStrategy" json:"allocation_strategy,omitempty"`
 |  |  	AllocationStrategy     *AllocationStrategy                         `protobuf:"bytes,5,opt,name=allocation_strategy,json=allocationStrategy" json:"allocation_strategy,omitempty"`
 | 
											
												
													
														|  |  	StreamSettings         *v2ray_core_transport_internet.StreamConfig `protobuf:"bytes,6,opt,name=stream_settings,json=streamSettings" json:"stream_settings,omitempty"`
 |  |  	StreamSettings         *v2ray_core_transport_internet.StreamConfig `protobuf:"bytes,6,opt,name=stream_settings,json=streamSettings" json:"stream_settings,omitempty"`
 | 
											
												
													
														|  | -	Settings               *google_protobuf.Any                        `protobuf:"bytes,7,opt,name=settings" json:"settings,omitempty"`
 |  | 
 | 
											
												
													
														|  | -	AllowPassiveConnection bool                                        `protobuf:"varint,8,opt,name=allow_passive_connection,json=allowPassiveConnection" json:"allow_passive_connection,omitempty"`
 |  | 
 | 
											
												
													
														|  | 
 |  | +	AllowPassiveConnection bool                                        `protobuf:"varint,7,opt,name=allow_passive_connection,json=allowPassiveConnection" json:"allow_passive_connection,omitempty"`
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  func (m *InboundConnectionConfig) Reset()                    { *m = InboundConnectionConfig{} }
 |  |  func (m *InboundConnectionConfig) Reset()                    { *m = InboundConnectionConfig{} }
 | 
											
										
											
												
													
														|  | @@ -151,6 +150,13 @@ func (m *InboundConnectionConfig) String() string            { return proto.Comp
 | 
											
												
													
														|  |  func (*InboundConnectionConfig) ProtoMessage()               {}
 |  |  func (*InboundConnectionConfig) ProtoMessage()               {}
 | 
											
												
													
														|  |  func (*InboundConnectionConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
 |  |  func (*InboundConnectionConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +func (m *InboundConnectionConfig) GetSettings() *v2ray_core_common_loader.TypedSettings {
 | 
											
												
													
														|  | 
 |  | +	if m != nil {
 | 
											
												
													
														|  | 
 |  | +		return m.Settings
 | 
											
												
													
														|  | 
 |  | +	}
 | 
											
												
													
														|  | 
 |  | +	return nil
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |  func (m *InboundConnectionConfig) GetPortRange() *v2ray_core_common_net.PortRange {
 |  |  func (m *InboundConnectionConfig) GetPortRange() *v2ray_core_common_net.PortRange {
 | 
											
												
													
														|  |  	if m != nil {
 |  |  	if m != nil {
 | 
											
												
													
														|  |  		return m.PortRange
 |  |  		return m.PortRange
 | 
											
										
											
												
													
														|  | @@ -179,19 +185,11 @@ func (m *InboundConnectionConfig) GetStreamSettings() *v2ray_core_transport_inte
 | 
											
												
													
														|  |  	return nil
 |  |  	return nil
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -func (m *InboundConnectionConfig) GetSettings() *google_protobuf.Any {
 |  | 
 | 
											
												
													
														|  | -	if m != nil {
 |  | 
 | 
											
												
													
														|  | -		return m.Settings
 |  | 
 | 
											
												
													
														|  | -	}
 |  | 
 | 
											
												
													
														|  | -	return nil
 |  | 
 | 
											
												
													
														|  | -}
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  |  type OutboundConnectionConfig struct {
 |  |  type OutboundConnectionConfig struct {
 | 
											
												
													
														|  | -	Protocol       string                                      `protobuf:"bytes,1,opt,name=protocol" json:"protocol,omitempty"`
 |  | 
 | 
											
												
													
														|  | 
 |  | +	Settings       *v2ray_core_common_loader.TypedSettings     `protobuf:"bytes,1,opt,name=settings" json:"settings,omitempty"`
 | 
											
												
													
														|  |  	SendThrough    *v2ray_core_common_net2.IPOrDomain          `protobuf:"bytes,2,opt,name=send_through,json=sendThrough" json:"send_through,omitempty"`
 |  |  	SendThrough    *v2ray_core_common_net2.IPOrDomain          `protobuf:"bytes,2,opt,name=send_through,json=sendThrough" json:"send_through,omitempty"`
 | 
											
												
													
														|  |  	StreamSettings *v2ray_core_transport_internet.StreamConfig `protobuf:"bytes,3,opt,name=stream_settings,json=streamSettings" json:"stream_settings,omitempty"`
 |  |  	StreamSettings *v2ray_core_transport_internet.StreamConfig `protobuf:"bytes,3,opt,name=stream_settings,json=streamSettings" json:"stream_settings,omitempty"`
 | 
											
												
													
														|  |  	Tag            string                                      `protobuf:"bytes,4,opt,name=tag" json:"tag,omitempty"`
 |  |  	Tag            string                                      `protobuf:"bytes,4,opt,name=tag" json:"tag,omitempty"`
 | 
											
												
													
														|  | -	Settings       *google_protobuf.Any                        `protobuf:"bytes,5,opt,name=settings" json:"settings,omitempty"`
 |  | 
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  func (m *OutboundConnectionConfig) Reset()                    { *m = OutboundConnectionConfig{} }
 |  |  func (m *OutboundConnectionConfig) Reset()                    { *m = OutboundConnectionConfig{} }
 | 
											
										
											
												
													
														|  | @@ -199,23 +197,23 @@ func (m *OutboundConnectionConfig) String() string            { return proto.Com
 | 
											
												
													
														|  |  func (*OutboundConnectionConfig) ProtoMessage()               {}
 |  |  func (*OutboundConnectionConfig) ProtoMessage()               {}
 | 
											
												
													
														|  |  func (*OutboundConnectionConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
 |  |  func (*OutboundConnectionConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -func (m *OutboundConnectionConfig) GetSendThrough() *v2ray_core_common_net2.IPOrDomain {
 |  | 
 | 
											
												
													
														|  | 
 |  | +func (m *OutboundConnectionConfig) GetSettings() *v2ray_core_common_loader.TypedSettings {
 | 
											
												
													
														|  |  	if m != nil {
 |  |  	if m != nil {
 | 
											
												
													
														|  | -		return m.SendThrough
 |  | 
 | 
											
												
													
														|  | 
 |  | +		return m.Settings
 | 
											
												
													
														|  |  	}
 |  |  	}
 | 
											
												
													
														|  |  	return nil
 |  |  	return nil
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -func (m *OutboundConnectionConfig) GetStreamSettings() *v2ray_core_transport_internet.StreamConfig {
 |  | 
 | 
											
												
													
														|  | 
 |  | +func (m *OutboundConnectionConfig) GetSendThrough() *v2ray_core_common_net2.IPOrDomain {
 | 
											
												
													
														|  |  	if m != nil {
 |  |  	if m != nil {
 | 
											
												
													
														|  | -		return m.StreamSettings
 |  | 
 | 
											
												
													
														|  | 
 |  | +		return m.SendThrough
 | 
											
												
													
														|  |  	}
 |  |  	}
 | 
											
												
													
														|  |  	return nil
 |  |  	return nil
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -func (m *OutboundConnectionConfig) GetSettings() *google_protobuf.Any {
 |  | 
 | 
											
												
													
														|  | 
 |  | +func (m *OutboundConnectionConfig) GetStreamSettings() *v2ray_core_transport_internet.StreamConfig {
 | 
											
												
													
														|  |  	if m != nil {
 |  |  	if m != nil {
 | 
											
												
													
														|  | -		return m.Settings
 |  | 
 | 
											
												
													
														|  | 
 |  | +		return m.StreamSettings
 | 
											
												
													
														|  |  	}
 |  |  	}
 | 
											
												
													
														|  |  	return nil
 |  |  	return nil
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
										
											
												
													
														|  | @@ -290,52 +288,52 @@ func init() {
 | 
											
												
													
														|  |  func init() { proto.RegisterFile("v2ray.com/core/config.proto", fileDescriptor0) }
 |  |  func init() { proto.RegisterFile("v2ray.com/core/config.proto", fileDescriptor0) }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  var fileDescriptor0 = []byte{
 |  |  var fileDescriptor0 = []byte{
 | 
											
												
													
														|  | -	// 751 bytes of a gzipped FileDescriptorProto
 |  | 
 | 
											
												
													
														|  | -	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xa4, 0x95, 0xed, 0x6e, 0xeb, 0x34,
 |  | 
 | 
											
												
													
														|  | -	0x1c, 0xc6, 0xd7, 0x97, 0x75, 0xe9, 0xbf, 0x63, 0x54, 0x66, 0x82, 0xac, 0x30, 0x54, 0xba, 0x17,
 |  | 
 | 
											
												
													
														|  | -	0x0a, 0x4c, 0x09, 0x0c, 0x4d, 0x20, 0x24, 0x18, 0x7b, 0x01, 0x69, 0x20, 0xd1, 0x2a, 0xdd, 0x27,
 |  | 
 | 
											
												
													
														|  | -	0xbe, 0x54, 0x5e, 0xe2, 0x65, 0x91, 0x12, 0x3b, 0xb2, 0xdd, 0x8d, 0x5c, 0x02, 0x37, 0x70, 0x6e,
 |  | 
 | 
											
												
													
														|  | -	0x6e, 0x37, 0x73, 0x14, 0xdb, 0x49, 0xdf, 0x77, 0x76, 0x74, 0xbe, 0x25, 0xf1, 0xf3, 0x7b, 0x6c,
 |  | 
 | 
											
												
													
														|  | -	0x3f, 0x8f, 0xdd, 0xc2, 0xe7, 0x8f, 0xa7, 0x1c, 0x67, 0x8e, 0xcf, 0x12, 0xd7, 0x67, 0x9c, 0xb8,
 |  | 
 | 
											
												
													
														|  | -	0x3e, 0xa3, 0xf7, 0x51, 0xe8, 0xa4, 0x9c, 0x49, 0x86, 0xa0, 0x18, 0xe4, 0xa4, 0x73, 0xbc, 0x20,
 |  | 
 | 
											
												
													
														|  | -	0xc4, 0x69, 0xea, 0x72, 0x36, 0x91, 0x84, 0xcf, 0x31, 0x9d, 0x83, 0x15, 0xba, 0x80, 0x8a, 0x79,
 |  | 
 | 
											
												
													
														|  | -	0xd1, 0xe1, 0xd2, 0xac, 0x49, 0xc2, 0xa8, 0x4b, 0x89, 0x74, 0x53, 0xc6, 0xa5, 0x51, 0x7d, 0xbd,
 |  | 
 | 
											
												
													
														|  | -	0x5e, 0x85, 0x83, 0x80, 0x13, 0x21, 0x8c, 0xf0, 0x78, 0xb5, 0x30, 0x66, 0xe1, 0xfc, 0xb4, 0xce,
 |  | 
 | 
											
												
													
														|  | -	0x82, 0x4e, 0x72, 0x4c, 0x45, 0x3e, 0xa1, 0x1b, 0x51, 0x49, 0x78, 0x6e, 0x3c, 0xa7, 0x3f, 0x5a,
 |  | 
 | 
											
												
													
														|  | -	0xab, 0x9f, 0x93, 0xed, 0x85, 0x8c, 0x85, 0x31, 0x71, 0xd5, 0xdb, 0xdd, 0xe4, 0xde, 0xc5, 0x34,
 |  | 
 | 
											
												
													
														|  | -	0xd3, 0x43, 0xbd, 0x33, 0xd8, 0xbf, 0x88, 0x63, 0xe6, 0x63, 0x19, 0x31, 0x3a, 0x92, 0x1c, 0x4b,
 |  | 
 | 
											
												
													
														|  | -	0x12, 0x66, 0x57, 0x8c, 0xfa, 0x13, 0xce, 0x09, 0xf5, 0x33, 0xb4, 0x0b, 0x9b, 0x8f, 0x38, 0x9e,
 |  | 
 | 
											
												
													
														|  | -	0x10, 0xbb, 0xd2, 0xad, 0xf4, 0x3f, 0xf2, 0xf4, 0x4b, 0xef, 0x07, 0xd8, 0x5b, 0xc6, 0x3c, 0x72,
 |  | 
 | 
											
												
													
														|  | -	0xcf, 0x89, 0x78, 0x58, 0x83, 0xfc, 0x5f, 0x05, 0xb4, 0xcc, 0xa0, 0x9f, 0xa0, 0x2e, 0xb3, 0x54,
 |  | 
 | 
											
												
													
														|  | -	0x6b, 0x77, 0x4e, 0x0f, 0x9c, 0x69, 0xa3, 0xce, 0xb2, 0xda, 0xb9, 0xcd, 0x52, 0xe2, 0x29, 0x00,
 |  | 
 | 
											
												
													
														|  | -	0xfd, 0x0d, 0x2d, 0x7f, 0xba, 0x4e, 0xbb, 0xda, 0xad, 0xf4, 0x5b, 0xa7, 0xdf, 0xbc, 0xcc, 0xcf,
 |  | 
 | 
											
												
													
														|  | -	0x6c, 0xcc, 0x9b, 0xa5, 0xd1, 0x39, 0x6c, 0x71, 0xbd, 0x7a, 0xbb, 0xa6, 0x8c, 0x8e, 0x5e, 0x36,
 |  | 
 | 
											
												
													
														|  | -	0x32, 0x5b, 0xf5, 0x0a, 0xaa, 0x77, 0x02, 0xf5, 0x7c, 0x6d, 0x08, 0xa0, 0x71, 0x11, 0x3f, 0xe1,
 |  | 
 | 
											
												
													
														|  | -	0x4c, 0xb4, 0x37, 0xf2, 0x67, 0x0f, 0xd3, 0x80, 0x25, 0xed, 0x0a, 0xda, 0x06, 0xeb, 0x8f, 0xff,
 |  | 
 | 
											
												
													
														|  | -	0xf2, 0x0a, 0x71, 0xdc, 0xae, 0xf6, 0x9e, 0x6b, 0xf0, 0xd9, 0x0d, 0xbd, 0x63, 0x13, 0x1a, 0x5c,
 |  | 
 | 
											
												
													
														|  | -	0x31, 0x4a, 0x89, 0x9f, 0x7b, 0x5f, 0xa9, 0xca, 0x50, 0x07, 0x2c, 0x55, 0x8d, 0xcf, 0x62, 0x15,
 |  | 
 | 
											
												
													
														|  | -	0x4a, 0xd3, 0x2b, 0xdf, 0xd1, 0x39, 0x40, 0xde, 0xee, 0x98, 0x63, 0x1a, 0x12, 0xb3, 0xe5, 0xee,
 |  | 
 | 
											
												
													
														|  | -	0xec, 0x4a, 0xf5, 0xc1, 0x72, 0x28, 0x91, 0xce, 0x90, 0x71, 0xe9, 0xe5, 0x3a, 0xaf, 0x99, 0x16,
 |  | 
 | 
											
												
													
														|  | -	0x8f, 0xe8, 0x37, 0x68, 0xc6, 0x91, 0x90, 0x84, 0x8e, 0x19, 0x35, 0x3b, 0xfd, 0x6a, 0x0d, 0x7f,
 |  | 
 | 
											
												
													
														|  | -	0x33, 0x1c, 0xf0, 0x6b, 0x96, 0xe0, 0x88, 0x7a, 0x96, 0x66, 0x06, 0x14, 0xb5, 0xa1, 0x26, 0x71,
 |  | 
 | 
											
												
													
														|  | -	0x68, 0xd7, 0xd5, 0xba, 0xf2, 0x47, 0x34, 0x80, 0x4f, 0x70, 0x19, 0xcf, 0x58, 0x98, 0x7c, 0xec,
 |  | 
 | 
											
												
													
														|  | -	0x4d, 0xe5, 0xfd, 0xe5, 0x3b, 0x52, 0x44, 0x78, 0xf9, 0x40, 0xdc, 0xc2, 0xc7, 0x42, 0x72, 0x82,
 |  | 
 | 
											
												
													
														|  | -	0x93, 0xb1, 0x20, 0x52, 0x46, 0x34, 0x14, 0x76, 0x43, 0x99, 0x7d, 0x37, 0x6b, 0x56, 0x9e, 0x74,
 |  | 
 | 
											
												
													
														|  | -	0xa7, 0xb8, 0x19, 0xce, 0x48, 0x51, 0x3a, 0x45, 0x6f, 0x47, 0x7b, 0x8c, 0x8c, 0x05, 0xfa, 0x1e,
 |  | 
 | 
											
												
													
														|  | -	0xac, 0xd2, 0x6e, 0x4b, 0xd9, 0xed, 0x3a, 0xfa, 0x56, 0x38, 0xc5, 0xad, 0x70, 0x2e, 0x68, 0xe6,
 |  | 
 | 
											
												
													
														|  | -	0x95, 0x2a, 0xf4, 0x33, 0xd8, 0xf9, 0xea, 0x9e, 0xc6, 0x29, 0x16, 0x22, 0x7a, 0x24, 0x63, 0xbf,
 |  | 
 | 
											
												
													
														|  | -	0x6c, 0xca, 0xb6, 0xba, 0x95, 0xbe, 0xe5, 0x7d, 0xaa, 0xc6, 0x87, 0x7a, 0x78, 0xda, 0x63, 0xef,
 |  | 
 | 
											
												
													
														|  | -	0x4d, 0x15, 0xec, 0xc1, 0x44, 0xbe, 0x7f, 0xbd, 0xd7, 0xb0, 0x2d, 0x08, 0x0d, 0xc6, 0xf2, 0x81,
 |  | 
 | 
											
												
													
														|  | -	0xb3, 0x49, 0xf8, 0x60, 0x0a, 0x7e, 0x45, 0x41, 0xad, 0x1c, 0xbb, 0xd5, 0xd4, 0xaa, 0x00, 0x6b,
 |  | 
 | 
											
												
													
														|  | -	0x1f, 0x1e, 0xe0, 0x72, 0xf3, 0xb3, 0x91, 0x6e, 0xbe, 0x26, 0xd2, 0xde, 0x73, 0x15, 0x1a, 0x26,
 |  | 
 | 
											
												
													
														|  | -	0x86, 0x5f, 0x61, 0x2b, 0xd2, 0x17, 0xc0, 0xae, 0x74, 0x6b, 0xfd, 0xd6, 0xfc, 0xcd, 0x5f, 0x73,
 |  | 
 | 
											
												
													
														|  | -	0x37, 0xbc, 0x82, 0x41, 0xbf, 0x83, 0xc5, 0x4c, 0xc2, 0x76, 0x55, 0xf1, 0x87, 0xb3, 0xfc, 0xba,
 |  | 
 | 
											
												
													
														|  | -	0xf4, 0xbd, 0x92, 0x42, 0x2e, 0xd4, 0x62, 0x16, 0x9a, 0x64, 0xf6, 0x57, 0x44, 0x1c, 0xb3, 0xd0,
 |  | 
 | 
											
												
													
														|  | -	0x31, 0x54, 0xae, 0x44, 0x67, 0xd0, 0xd0, 0x7f, 0x27, 0x2a, 0x83, 0x05, 0x06, 0xa7, 0xa9, 0xa3,
 |  | 
 | 
											
												
													
														|  | -	0x47, 0x0b, 0xc6, 0x88, 0xd1, 0x09, 0xd4, 0x02, 0x5a, 0x04, 0xd4, 0x59, 0x64, 0x02, 0x2a, 0xca,
 |  | 
 | 
											
												
													
														|  | -	0x49, 0x02, 0x2a, 0xd0, 0x2f, 0xd0, 0x2c, 0x8b, 0x31, 0xc7, 0xfe, 0x8b, 0xd5, 0xad, 0x19, 0x6a,
 |  | 
 | 
											
												
													
														|  | -	0x2a, 0xff, 0xf6, 0x18, 0xb6, 0xf5, 0xc7, 0x3f, 0x19, 0x4f, 0xb0, 0xcc, 0x7f, 0x72, 0x86, 0xa6,
 |  | 
 | 
											
												
													
														|  | -	0x87, 0xf6, 0x06, 0xb2, 0xa0, 0xfe, 0xd7, 0x68, 0xf0, 0x4f, 0xbb, 0x72, 0x79, 0x00, 0x3b, 0x3e,
 |  | 
 | 
											
												
													
														|  | -	0x4b, 0x66, 0x5c, 0x2f, 0x5b, 0x9a, 0x53, 0xea, 0x7f, 0xeb, 0xf9, 0xa7, 0xbb, 0x86, 0xaa, 0xf0,
 |  | 
 | 
											
												
													
														|  | -	0xc7, 0xb7, 0x01, 0x00, 0x00, 0xff, 0xff, 0xba, 0x3e, 0xa7, 0x09, 0x7f, 0x07, 0x00, 0x00,
 |  | 
 | 
											
												
													
														|  | 
 |  | +	// 737 bytes of a gzipped FileDescriptorProto
 | 
											
												
													
														|  | 
 |  | +	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xb4, 0x95, 0xdf, 0x6e, 0xdb, 0x36,
 | 
											
												
													
														|  | 
 |  | +	0x14, 0xc6, 0x23, 0xdb, 0x71, 0xec, 0xe3, 0x2c, 0x33, 0xb8, 0x61, 0xd3, 0xb2, 0x65, 0xf0, 0x9c,
 | 
											
												
													
														|  | 
 |  | +	0x7f, 0x5e, 0x1b, 0x48, 0xa8, 0x8b, 0xa0, 0x45, 0x81, 0x36, 0x4d, 0x9c, 0x16, 0x48, 0x0b, 0xd4,
 | 
											
												
													
														|  | 
 |  | +	0x06, 0x9d, 0xab, 0xde, 0x18, 0x8c, 0xc4, 0x28, 0x02, 0x24, 0x52, 0x20, 0xe9, 0xa4, 0x7e, 0x84,
 | 
											
												
													
														|  | 
 |  | +	0x5e, 0xf4, 0xe5, 0x7a, 0xdb, 0x97, 0x29, 0x28, 0xd1, 0xf2, 0xff, 0xb4, 0x40, 0xd1, 0x3b, 0x4a,
 | 
											
												
													
														|  | 
 |  | +	0xfc, 0x7e, 0x87, 0xe4, 0xf7, 0x1d, 0x4a, 0xf0, 0xf7, 0x6d, 0x5b, 0x90, 0x91, 0xe3, 0xf1, 0xd8,
 | 
											
												
													
														|  | 
 |  | +	0xf5, 0xb8, 0xa0, 0xae, 0xc7, 0xd9, 0x75, 0x18, 0x38, 0x89, 0xe0, 0x8a, 0x23, 0x18, 0x4f, 0x0a,
 | 
											
												
													
														|  | 
 |  | +	0xba, 0x7d, 0x30, 0x27, 0x24, 0x49, 0xe2, 0x0a, 0x3e, 0x54, 0x54, 0xcc, 0x30, 0xdb, 0xbb, 0x4b,
 | 
											
												
													
														|  | 
 |  | +	0x74, 0x3e, 0x93, 0xb3, 0xa2, 0xc3, 0x85, 0x55, 0xe3, 0x98, 0x33, 0x37, 0xe2, 0xc4, 0xa7, 0xc2,
 | 
											
												
													
														|  | 
 |  | +	0x55, 0xa3, 0x84, 0x1a, 0xe1, 0xde, 0x72, 0x21, 0xa3, 0xca, 0x4d, 0xb8, 0x50, 0xf7, 0x97, 0xd3,
 | 
											
												
													
														|  | 
 |  | +	0x2a, 0xe2, 0xfb, 0x82, 0x4a, 0x69, 0x84, 0x07, 0xab, 0xd6, 0x0d, 0x66, 0xf7, 0xe7, 0xcc, 0xe9,
 | 
											
												
													
														|  | 
 |  | +	0x94, 0x20, 0x4c, 0xea, 0x05, 0xdd, 0x90, 0x29, 0x2a, 0x74, 0xe1, 0x19, 0xfd, 0xfe, 0x4a, 0xfd,
 | 
											
												
													
														|  | 
 |  | +	0xb4, 0xac, 0x79, 0x0c, 0x3b, 0xa7, 0x51, 0xc4, 0x3d, 0xa2, 0x42, 0xce, 0xfa, 0x4a, 0x10, 0x45,
 | 
											
												
													
														|  | 
 |  | +	0x83, 0x51, 0x87, 0x33, 0x6f, 0x28, 0x04, 0x65, 0xde, 0x08, 0xfd, 0x0e, 0xeb, 0xb7, 0x24, 0x1a,
 | 
											
												
													
														|  | 
 |  | +	0x52, 0xdb, 0x6a, 0x58, 0xad, 0x5f, 0x70, 0xf6, 0xd0, 0x7c, 0x04, 0x7f, 0x2d, 0x62, 0x98, 0x5e,
 | 
											
												
													
														|  | 
 |  | +	0x0b, 0x2a, 0x6f, 0x56, 0x20, 0x1f, 0x0b, 0x80, 0x16, 0x19, 0xf4, 0x04, 0x4a, 0xda, 0xdc, 0x54,
 | 
											
												
													
														|  | 
 |  | +	0xbb, 0xd5, 0xde, 0x75, 0x26, 0xf9, 0x3a, 0x8b, 0x6a, 0xe7, 0x72, 0x94, 0x50, 0x9c, 0x02, 0xe8,
 | 
											
												
													
														|  | 
 |  | +	0x2d, 0xd4, 0xbc, 0xc9, 0x3e, 0xed, 0x42, 0xc3, 0x6a, 0xd5, 0xda, 0xff, 0xdf, 0xcf, 0x4f, 0x1d,
 | 
											
												
													
														|  | 
 |  | +	0x0c, 0x4f, 0xd3, 0xe8, 0x04, 0x36, 0x44, 0xb6, 0x7b, 0xbb, 0x98, 0x16, 0xda, 0xbf, 0xbf, 0x90,
 | 
											
												
													
														|  | 
 |  | +	0x39, 0x2a, 0x1e, 0x53, 0xcd, 0x23, 0x28, 0xe9, 0xbd, 0x21, 0x80, 0xf2, 0x69, 0x74, 0x47, 0x46,
 | 
											
												
													
														|  | 
 |  | +	0xb2, 0xbe, 0xa6, 0xc7, 0x98, 0x30, 0x9f, 0xc7, 0x75, 0x0b, 0x6d, 0x42, 0xe5, 0xd5, 0x07, 0x9d,
 | 
											
												
													
														|  | 
 |  | +	0x13, 0x89, 0xea, 0x85, 0xe6, 0xe7, 0x22, 0xfc, 0x79, 0xc1, 0xae, 0xf8, 0x90, 0xf9, 0x1d, 0xce,
 | 
											
												
													
														|  | 
 |  | +	0x18, 0xf5, 0x74, 0xed, 0x4e, 0x9a, 0x0b, 0xea, 0x40, 0x45, 0x52, 0xa5, 0x42, 0x16, 0xc8, 0xd4,
 | 
											
												
													
														|  | 
 |  | +	0x94, 0x5a, 0xfb, 0x70, 0x7a, 0x2f, 0x59, 0x7f, 0x38, 0x59, 0x5f, 0xa6, 0x7e, 0xf8, 0x7d, 0x23,
 | 
											
												
													
														|  | 
 |  | +	0xc7, 0x39, 0x88, 0x4e, 0x00, 0x74, 0xd6, 0x03, 0x41, 0x58, 0x40, 0x8d, 0x37, 0x8d, 0x25, 0x65,
 | 
											
												
													
														|  | 
 |  | +	0x18, 0x55, 0x4e, 0x8f, 0x0b, 0x85, 0xb5, 0x0e, 0x57, 0x93, 0xf1, 0x10, 0xbd, 0x80, 0x6a, 0x14,
 | 
											
												
													
														|  | 
 |  | +	0x4a, 0x45, 0xd9, 0x80, 0x33, 0x63, 0xc9, 0x7f, 0x2b, 0xf8, 0x8b, 0x5e, 0x57, 0x9c, 0xf3, 0x98,
 | 
											
												
													
														|  | 
 |  | +	0x84, 0x0c, 0x57, 0x32, 0xa6, 0xcb, 0x50, 0x1d, 0x8a, 0x8a, 0x04, 0x76, 0xa9, 0x61, 0xb5, 0xaa,
 | 
											
												
													
														|  | 
 |  | +	0x58, 0x0f, 0x51, 0x17, 0x7e, 0x23, 0xb9, 0x8f, 0x03, 0x69, 0x8c, 0xb4, 0xd7, 0xd3, 0xda, 0xff,
 | 
											
												
													
														|  | 
 |  | +	0x7e, 0xc3, 0x6e, 0x44, 0x16, 0x3b, 0xe7, 0x12, 0x7e, 0x95, 0x4a, 0x50, 0x12, 0x0f, 0x72, 0xbf,
 | 
											
												
													
														|  | 
 |  | +	0xca, 0x69, 0xb1, 0x87, 0xd3, 0xc5, 0xf2, 0xbe, 0x77, 0xc6, 0xf7, 0xc4, 0xe9, 0xa7, 0x54, 0x66,
 | 
											
												
													
														|  | 
 |  | +	0x37, 0xde, 0xca, 0x6a, 0x8c, 0x3d, 0x44, 0x4f, 0xc1, 0xd6, 0x6b, 0xdd, 0x0d, 0x12, 0x22, 0x65,
 | 
											
												
													
														|  | 
 |  | +	0x78, 0x4b, 0x07, 0x5e, 0x1e, 0x90, 0xbd, 0xd1, 0xb0, 0x5a, 0x15, 0xfc, 0x47, 0x3a, 0xdf, 0xcb,
 | 
											
												
													
														|  | 
 |  | +	0xa6, 0x27, 0xf1, 0x35, 0x3f, 0x15, 0xc0, 0xee, 0x0e, 0xd5, 0x4f, 0x4c, 0xf5, 0x1c, 0x36, 0x25,
 | 
											
												
													
														|  | 
 |  | +	0x65, 0xfe, 0x40, 0xdd, 0x08, 0x3e, 0x0c, 0x6e, 0x4c, 0xae, 0xdf, 0x91, 0x4b, 0x4d, 0x63, 0x97,
 | 
											
												
													
														|  | 
 |  | +	0x19, 0xb5, 0xcc, 0xb7, 0xe2, 0x8f, 0xfb, 0xb6, 0x10, 0x78, 0xf3, 0x4b, 0x01, 0xca, 0xe6, 0xf4,
 | 
											
												
													
														|  | 
 |  | +	0xcf, 0x61, 0x23, 0xcc, 0xda, 0xdd, 0xb6, 0x1a, 0xc5, 0x56, 0x6d, 0xf6, 0x9e, 0xaf, 0xb8, 0x09,
 | 
											
												
													
														|  | 
 |  | +	0x78, 0xcc, 0xa0, 0x97, 0x50, 0xe1, 0xc6, 0x58, 0xbb, 0x90, 0xf2, 0x7b, 0xd3, 0xfc, 0x2a, 0xd3,
 | 
											
												
													
														|  | 
 |  | +	0x71, 0x4e, 0x21, 0x17, 0x8a, 0x11, 0x0f, 0xcc, 0x39, 0x77, 0x96, 0x3a, 0x1f, 0x38, 0x86, 0xd2,
 | 
											
												
													
														|  | 
 |  | +	0x4a, 0x74, 0x0c, 0xe5, 0xec, 0x57, 0x92, 0x9e, 0x68, 0x8e, 0x21, 0x49, 0xe2, 0x64, 0xb3, 0x63,
 | 
											
												
													
														|  | 
 |  | +	0xc6, 0x88, 0xd1, 0x11, 0x14, 0x7d, 0x26, 0x4d, 0x53, 0x6f, 0xcf, 0x33, 0x3e, 0x93, 0xf9, 0x22,
 | 
											
												
													
														|  | 
 |  | +	0x3e, 0x93, 0xe8, 0x19, 0x54, 0x73, 0x9b, 0x4d, 0xef, 0xfe, 0xb3, 0x3c, 0x03, 0x43, 0x4d, 0xe4,
 | 
											
												
													
														|  | 
 |  | +	0x0f, 0x0e, 0x60, 0x33, 0x7b, 0xf9, 0x9a, 0x8b, 0x98, 0x28, 0xfd, 0x81, 0xe9, 0xe9, 0x2f, 0xfa,
 | 
											
												
													
														|  | 
 |  | +	0xd5, 0xf0, 0xba, 0xbe, 0x86, 0x2a, 0x50, 0x7a, 0xd3, 0xef, 0xbe, 0xab, 0x5b, 0x67, 0xbb, 0xb0,
 | 
											
												
													
														|  | 
 |  | +	0xe5, 0xf1, 0x78, 0xaa, 0xea, 0x59, 0x2d, 0xe3, 0x52, 0xf5, 0xfb, 0x92, 0x7e, 0x75, 0x55, 0x4e,
 | 
											
												
													
														|  | 
 |  | +	0x7f, 0x06, 0x8f, 0xbf, 0x06, 0x00, 0x00, 0xff, 0xff, 0x4c, 0xd4, 0x2c, 0xd9, 0x7b, 0x07, 0x00,
 | 
											
												
													
														|  | 
 |  | +	0x00,
 | 
											
												
													
														|  |  }
 |  |  }
 |