| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508 | 
							- // Code generated by protoc-gen-go. DO NOT EDIT.
 
- // versions:
 
- // 	protoc-gen-go v1.33.0
 
- // 	protoc        v4.23.1
 
- // source: app/router/config.proto
 
- package router
 
- import (
 
- 	net "github.com/xtls/xray-core/common/net"
 
- 	serial "github.com/xtls/xray-core/common/serial"
 
- 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 
- 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 
- 	reflect "reflect"
 
- 	sync "sync"
 
- )
 
- const (
 
- 	// Verify that this generated code is sufficiently up-to-date.
 
- 	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
 
- 	// Verify that runtime/protoimpl is sufficiently up-to-date.
 
- 	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
 
- )
 
- // Type of domain value.
 
- type Domain_Type int32
 
- const (
 
- 	// The value is used as is.
 
- 	Domain_Plain Domain_Type = 0
 
- 	// The value is used as a regular expression.
 
- 	Domain_Regex Domain_Type = 1
 
- 	// The value is a root domain.
 
- 	Domain_Domain Domain_Type = 2
 
- 	// The value is a domain.
 
- 	Domain_Full Domain_Type = 3
 
- )
 
- // Enum value maps for Domain_Type.
 
- var (
 
- 	Domain_Type_name = map[int32]string{
 
- 		0: "Plain",
 
- 		1: "Regex",
 
- 		2: "Domain",
 
- 		3: "Full",
 
- 	}
 
- 	Domain_Type_value = map[string]int32{
 
- 		"Plain":  0,
 
- 		"Regex":  1,
 
- 		"Domain": 2,
 
- 		"Full":   3,
 
- 	}
 
- )
 
- func (x Domain_Type) Enum() *Domain_Type {
 
- 	p := new(Domain_Type)
 
- 	*p = x
 
- 	return p
 
- }
 
- func (x Domain_Type) String() string {
 
- 	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
 
- }
 
- func (Domain_Type) Descriptor() protoreflect.EnumDescriptor {
 
- 	return file_app_router_config_proto_enumTypes[0].Descriptor()
 
- }
 
- func (Domain_Type) Type() protoreflect.EnumType {
 
- 	return &file_app_router_config_proto_enumTypes[0]
 
- }
 
- func (x Domain_Type) Number() protoreflect.EnumNumber {
 
- 	return protoreflect.EnumNumber(x)
 
- }
 
- // Deprecated: Use Domain_Type.Descriptor instead.
 
- func (Domain_Type) EnumDescriptor() ([]byte, []int) {
 
- 	return file_app_router_config_proto_rawDescGZIP(), []int{0, 0}
 
- }
 
- type Config_DomainStrategy int32
 
- const (
 
- 	// Use domain as is.
 
- 	Config_AsIs Config_DomainStrategy = 0
 
- 	// Always resolve IP for domains.
 
- 	Config_UseIp Config_DomainStrategy = 1
 
- 	// Resolve to IP if the domain doesn't match any rules.
 
- 	Config_IpIfNonMatch Config_DomainStrategy = 2
 
- 	// Resolve to IP if any rule requires IP matching.
 
- 	Config_IpOnDemand Config_DomainStrategy = 3
 
- )
 
- // Enum value maps for Config_DomainStrategy.
 
- var (
 
- 	Config_DomainStrategy_name = map[int32]string{
 
- 		0: "AsIs",
 
- 		1: "UseIp",
 
- 		2: "IpIfNonMatch",
 
- 		3: "IpOnDemand",
 
- 	}
 
- 	Config_DomainStrategy_value = map[string]int32{
 
- 		"AsIs":         0,
 
- 		"UseIp":        1,
 
- 		"IpIfNonMatch": 2,
 
- 		"IpOnDemand":   3,
 
- 	}
 
- )
 
- func (x Config_DomainStrategy) Enum() *Config_DomainStrategy {
 
- 	p := new(Config_DomainStrategy)
 
- 	*p = x
 
- 	return p
 
- }
 
- func (x Config_DomainStrategy) String() string {
 
- 	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
 
- }
 
- func (Config_DomainStrategy) Descriptor() protoreflect.EnumDescriptor {
 
- 	return file_app_router_config_proto_enumTypes[1].Descriptor()
 
- }
 
- func (Config_DomainStrategy) Type() protoreflect.EnumType {
 
- 	return &file_app_router_config_proto_enumTypes[1]
 
- }
 
- func (x Config_DomainStrategy) Number() protoreflect.EnumNumber {
 
- 	return protoreflect.EnumNumber(x)
 
- }
 
- // Deprecated: Use Config_DomainStrategy.Descriptor instead.
 
- func (Config_DomainStrategy) EnumDescriptor() ([]byte, []int) {
 
- 	return file_app_router_config_proto_rawDescGZIP(), []int{10, 0}
 
- }
 
- // Domain for routing decision.
 
- type Domain struct {
 
- 	state         protoimpl.MessageState
 
- 	sizeCache     protoimpl.SizeCache
 
- 	unknownFields protoimpl.UnknownFields
 
- 	// Domain matching type.
 
- 	Type Domain_Type `protobuf:"varint,1,opt,name=type,proto3,enum=xray.app.router.Domain_Type" json:"type,omitempty"`
 
- 	// Domain value.
 
- 	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
 
- 	// Attributes of this domain. May be used for filtering.
 
- 	Attribute []*Domain_Attribute `protobuf:"bytes,3,rep,name=attribute,proto3" json:"attribute,omitempty"`
 
- }
 
- func (x *Domain) Reset() {
 
- 	*x = Domain{}
 
- 	if protoimpl.UnsafeEnabled {
 
- 		mi := &file_app_router_config_proto_msgTypes[0]
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		ms.StoreMessageInfo(mi)
 
- 	}
 
- }
 
- func (x *Domain) String() string {
 
- 	return protoimpl.X.MessageStringOf(x)
 
- }
 
- func (*Domain) ProtoMessage() {}
 
- func (x *Domain) ProtoReflect() protoreflect.Message {
 
- 	mi := &file_app_router_config_proto_msgTypes[0]
 
- 	if protoimpl.UnsafeEnabled && x != nil {
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		if ms.LoadMessageInfo() == nil {
 
- 			ms.StoreMessageInfo(mi)
 
- 		}
 
- 		return ms
 
- 	}
 
- 	return mi.MessageOf(x)
 
- }
 
- // Deprecated: Use Domain.ProtoReflect.Descriptor instead.
 
- func (*Domain) Descriptor() ([]byte, []int) {
 
- 	return file_app_router_config_proto_rawDescGZIP(), []int{0}
 
- }
 
- func (x *Domain) GetType() Domain_Type {
 
- 	if x != nil {
 
- 		return x.Type
 
- 	}
 
- 	return Domain_Plain
 
- }
 
- func (x *Domain) GetValue() string {
 
- 	if x != nil {
 
- 		return x.Value
 
- 	}
 
- 	return ""
 
- }
 
- func (x *Domain) GetAttribute() []*Domain_Attribute {
 
- 	if x != nil {
 
- 		return x.Attribute
 
- 	}
 
- 	return nil
 
- }
 
- // IP for routing decision, in CIDR form.
 
- type CIDR struct {
 
- 	state         protoimpl.MessageState
 
- 	sizeCache     protoimpl.SizeCache
 
- 	unknownFields protoimpl.UnknownFields
 
- 	// IP address, should be either 4 or 16 bytes.
 
- 	Ip []byte `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
 
- 	// Number of leading ones in the network mask.
 
- 	Prefix uint32 `protobuf:"varint,2,opt,name=prefix,proto3" json:"prefix,omitempty"`
 
- }
 
- func (x *CIDR) Reset() {
 
- 	*x = CIDR{}
 
- 	if protoimpl.UnsafeEnabled {
 
- 		mi := &file_app_router_config_proto_msgTypes[1]
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		ms.StoreMessageInfo(mi)
 
- 	}
 
- }
 
- func (x *CIDR) String() string {
 
- 	return protoimpl.X.MessageStringOf(x)
 
- }
 
- func (*CIDR) ProtoMessage() {}
 
- func (x *CIDR) ProtoReflect() protoreflect.Message {
 
- 	mi := &file_app_router_config_proto_msgTypes[1]
 
- 	if protoimpl.UnsafeEnabled && x != nil {
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		if ms.LoadMessageInfo() == nil {
 
- 			ms.StoreMessageInfo(mi)
 
- 		}
 
- 		return ms
 
- 	}
 
- 	return mi.MessageOf(x)
 
- }
 
- // Deprecated: Use CIDR.ProtoReflect.Descriptor instead.
 
- func (*CIDR) Descriptor() ([]byte, []int) {
 
- 	return file_app_router_config_proto_rawDescGZIP(), []int{1}
 
- }
 
- func (x *CIDR) GetIp() []byte {
 
- 	if x != nil {
 
- 		return x.Ip
 
- 	}
 
- 	return nil
 
- }
 
- func (x *CIDR) GetPrefix() uint32 {
 
- 	if x != nil {
 
- 		return x.Prefix
 
- 	}
 
- 	return 0
 
- }
 
- type GeoIP struct {
 
- 	state         protoimpl.MessageState
 
- 	sizeCache     protoimpl.SizeCache
 
- 	unknownFields protoimpl.UnknownFields
 
- 	CountryCode  string  `protobuf:"bytes,1,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
 
- 	Cidr         []*CIDR `protobuf:"bytes,2,rep,name=cidr,proto3" json:"cidr,omitempty"`
 
- 	ReverseMatch bool    `protobuf:"varint,3,opt,name=reverse_match,json=reverseMatch,proto3" json:"reverse_match,omitempty"`
 
- }
 
- func (x *GeoIP) Reset() {
 
- 	*x = GeoIP{}
 
- 	if protoimpl.UnsafeEnabled {
 
- 		mi := &file_app_router_config_proto_msgTypes[2]
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		ms.StoreMessageInfo(mi)
 
- 	}
 
- }
 
- func (x *GeoIP) String() string {
 
- 	return protoimpl.X.MessageStringOf(x)
 
- }
 
- func (*GeoIP) ProtoMessage() {}
 
- func (x *GeoIP) ProtoReflect() protoreflect.Message {
 
- 	mi := &file_app_router_config_proto_msgTypes[2]
 
- 	if protoimpl.UnsafeEnabled && x != nil {
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		if ms.LoadMessageInfo() == nil {
 
- 			ms.StoreMessageInfo(mi)
 
- 		}
 
- 		return ms
 
- 	}
 
- 	return mi.MessageOf(x)
 
- }
 
- // Deprecated: Use GeoIP.ProtoReflect.Descriptor instead.
 
- func (*GeoIP) Descriptor() ([]byte, []int) {
 
- 	return file_app_router_config_proto_rawDescGZIP(), []int{2}
 
- }
 
- func (x *GeoIP) GetCountryCode() string {
 
- 	if x != nil {
 
- 		return x.CountryCode
 
- 	}
 
- 	return ""
 
- }
 
- func (x *GeoIP) GetCidr() []*CIDR {
 
- 	if x != nil {
 
- 		return x.Cidr
 
- 	}
 
- 	return nil
 
- }
 
- func (x *GeoIP) GetReverseMatch() bool {
 
- 	if x != nil {
 
- 		return x.ReverseMatch
 
- 	}
 
- 	return false
 
- }
 
- type GeoIPList struct {
 
- 	state         protoimpl.MessageState
 
- 	sizeCache     protoimpl.SizeCache
 
- 	unknownFields protoimpl.UnknownFields
 
- 	Entry []*GeoIP `protobuf:"bytes,1,rep,name=entry,proto3" json:"entry,omitempty"`
 
- }
 
- func (x *GeoIPList) Reset() {
 
- 	*x = GeoIPList{}
 
- 	if protoimpl.UnsafeEnabled {
 
- 		mi := &file_app_router_config_proto_msgTypes[3]
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		ms.StoreMessageInfo(mi)
 
- 	}
 
- }
 
- func (x *GeoIPList) String() string {
 
- 	return protoimpl.X.MessageStringOf(x)
 
- }
 
- func (*GeoIPList) ProtoMessage() {}
 
- func (x *GeoIPList) ProtoReflect() protoreflect.Message {
 
- 	mi := &file_app_router_config_proto_msgTypes[3]
 
- 	if protoimpl.UnsafeEnabled && x != nil {
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		if ms.LoadMessageInfo() == nil {
 
- 			ms.StoreMessageInfo(mi)
 
- 		}
 
- 		return ms
 
- 	}
 
- 	return mi.MessageOf(x)
 
- }
 
- // Deprecated: Use GeoIPList.ProtoReflect.Descriptor instead.
 
- func (*GeoIPList) Descriptor() ([]byte, []int) {
 
- 	return file_app_router_config_proto_rawDescGZIP(), []int{3}
 
- }
 
- func (x *GeoIPList) GetEntry() []*GeoIP {
 
- 	if x != nil {
 
- 		return x.Entry
 
- 	}
 
- 	return nil
 
- }
 
- type GeoSite struct {
 
- 	state         protoimpl.MessageState
 
- 	sizeCache     protoimpl.SizeCache
 
- 	unknownFields protoimpl.UnknownFields
 
- 	CountryCode string    `protobuf:"bytes,1,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
 
- 	Domain      []*Domain `protobuf:"bytes,2,rep,name=domain,proto3" json:"domain,omitempty"`
 
- }
 
- func (x *GeoSite) Reset() {
 
- 	*x = GeoSite{}
 
- 	if protoimpl.UnsafeEnabled {
 
- 		mi := &file_app_router_config_proto_msgTypes[4]
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		ms.StoreMessageInfo(mi)
 
- 	}
 
- }
 
- func (x *GeoSite) String() string {
 
- 	return protoimpl.X.MessageStringOf(x)
 
- }
 
- func (*GeoSite) ProtoMessage() {}
 
- func (x *GeoSite) ProtoReflect() protoreflect.Message {
 
- 	mi := &file_app_router_config_proto_msgTypes[4]
 
- 	if protoimpl.UnsafeEnabled && x != nil {
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		if ms.LoadMessageInfo() == nil {
 
- 			ms.StoreMessageInfo(mi)
 
- 		}
 
- 		return ms
 
- 	}
 
- 	return mi.MessageOf(x)
 
- }
 
- // Deprecated: Use GeoSite.ProtoReflect.Descriptor instead.
 
- func (*GeoSite) Descriptor() ([]byte, []int) {
 
- 	return file_app_router_config_proto_rawDescGZIP(), []int{4}
 
- }
 
- func (x *GeoSite) GetCountryCode() string {
 
- 	if x != nil {
 
- 		return x.CountryCode
 
- 	}
 
- 	return ""
 
- }
 
- func (x *GeoSite) GetDomain() []*Domain {
 
- 	if x != nil {
 
- 		return x.Domain
 
- 	}
 
- 	return nil
 
- }
 
- type GeoSiteList struct {
 
- 	state         protoimpl.MessageState
 
- 	sizeCache     protoimpl.SizeCache
 
- 	unknownFields protoimpl.UnknownFields
 
- 	Entry []*GeoSite `protobuf:"bytes,1,rep,name=entry,proto3" json:"entry,omitempty"`
 
- }
 
- func (x *GeoSiteList) Reset() {
 
- 	*x = GeoSiteList{}
 
- 	if protoimpl.UnsafeEnabled {
 
- 		mi := &file_app_router_config_proto_msgTypes[5]
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		ms.StoreMessageInfo(mi)
 
- 	}
 
- }
 
- func (x *GeoSiteList) String() string {
 
- 	return protoimpl.X.MessageStringOf(x)
 
- }
 
- func (*GeoSiteList) ProtoMessage() {}
 
- func (x *GeoSiteList) ProtoReflect() protoreflect.Message {
 
- 	mi := &file_app_router_config_proto_msgTypes[5]
 
- 	if protoimpl.UnsafeEnabled && x != nil {
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		if ms.LoadMessageInfo() == nil {
 
- 			ms.StoreMessageInfo(mi)
 
- 		}
 
- 		return ms
 
- 	}
 
- 	return mi.MessageOf(x)
 
- }
 
- // Deprecated: Use GeoSiteList.ProtoReflect.Descriptor instead.
 
- func (*GeoSiteList) Descriptor() ([]byte, []int) {
 
- 	return file_app_router_config_proto_rawDescGZIP(), []int{5}
 
- }
 
- func (x *GeoSiteList) GetEntry() []*GeoSite {
 
- 	if x != nil {
 
- 		return x.Entry
 
- 	}
 
- 	return nil
 
- }
 
- type RoutingRule struct {
 
- 	state         protoimpl.MessageState
 
- 	sizeCache     protoimpl.SizeCache
 
- 	unknownFields protoimpl.UnknownFields
 
- 	// Types that are assignable to TargetTag:
 
- 	//
 
- 	//	*RoutingRule_Tag
 
- 	//	*RoutingRule_BalancingTag
 
- 	TargetTag isRoutingRule_TargetTag `protobuf_oneof:"target_tag"`
 
- 	RuleTag   string                  `protobuf:"bytes,18,opt,name=rule_tag,json=ruleTag,proto3" json:"rule_tag,omitempty"`
 
- 	// List of domains for target domain matching.
 
- 	Domain []*Domain `protobuf:"bytes,2,rep,name=domain,proto3" json:"domain,omitempty"`
 
- 	// List of CIDRs for target IP address matching.
 
- 	// Deprecated. Use geoip below.
 
- 	//
 
- 	// Deprecated: Marked as deprecated in app/router/config.proto.
 
- 	Cidr []*CIDR `protobuf:"bytes,3,rep,name=cidr,proto3" json:"cidr,omitempty"`
 
- 	// List of GeoIPs for target IP address matching. If this entry exists, the
 
- 	// cidr above will have no effect. GeoIP fields with the same country code are
 
- 	// supposed to contain exactly same content. They will be merged during
 
- 	// runtime. For customized GeoIPs, please leave country code empty.
 
- 	Geoip []*GeoIP `protobuf:"bytes,10,rep,name=geoip,proto3" json:"geoip,omitempty"`
 
- 	// A range of port [from, to]. If the destination port is in this range, this
 
- 	// rule takes effect. Deprecated. Use port_list.
 
- 	//
 
- 	// Deprecated: Marked as deprecated in app/router/config.proto.
 
- 	PortRange *net.PortRange `protobuf:"bytes,4,opt,name=port_range,json=portRange,proto3" json:"port_range,omitempty"`
 
- 	// List of ports.
 
- 	PortList *net.PortList `protobuf:"bytes,14,opt,name=port_list,json=portList,proto3" json:"port_list,omitempty"`
 
- 	// List of networks. Deprecated. Use networks.
 
- 	//
 
- 	// Deprecated: Marked as deprecated in app/router/config.proto.
 
- 	NetworkList *net.NetworkList `protobuf:"bytes,5,opt,name=network_list,json=networkList,proto3" json:"network_list,omitempty"`
 
- 	// List of networks for matching.
 
- 	Networks []net.Network `protobuf:"varint,13,rep,packed,name=networks,proto3,enum=xray.common.net.Network" json:"networks,omitempty"`
 
- 	// List of CIDRs for source IP address matching.
 
- 	//
 
- 	// Deprecated: Marked as deprecated in app/router/config.proto.
 
- 	SourceCidr []*CIDR `protobuf:"bytes,6,rep,name=source_cidr,json=sourceCidr,proto3" json:"source_cidr,omitempty"`
 
- 	// List of GeoIPs for source IP address matching. If this entry exists, the
 
- 	// source_cidr above will have no effect.
 
- 	SourceGeoip []*GeoIP `protobuf:"bytes,11,rep,name=source_geoip,json=sourceGeoip,proto3" json:"source_geoip,omitempty"`
 
- 	// List of ports for source port matching.
 
- 	SourcePortList *net.PortList     `protobuf:"bytes,16,opt,name=source_port_list,json=sourcePortList,proto3" json:"source_port_list,omitempty"`
 
- 	UserEmail      []string          `protobuf:"bytes,7,rep,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
 
- 	InboundTag     []string          `protobuf:"bytes,8,rep,name=inbound_tag,json=inboundTag,proto3" json:"inbound_tag,omitempty"`
 
- 	Protocol       []string          `protobuf:"bytes,9,rep,name=protocol,proto3" json:"protocol,omitempty"`
 
- 	Attributes     map[string]string `protobuf:"bytes,15,rep,name=attributes,proto3" json:"attributes,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
 
- 	DomainMatcher  string            `protobuf:"bytes,17,opt,name=domain_matcher,json=domainMatcher,proto3" json:"domain_matcher,omitempty"`
 
- }
 
- func (x *RoutingRule) Reset() {
 
- 	*x = RoutingRule{}
 
- 	if protoimpl.UnsafeEnabled {
 
- 		mi := &file_app_router_config_proto_msgTypes[6]
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		ms.StoreMessageInfo(mi)
 
- 	}
 
- }
 
- func (x *RoutingRule) String() string {
 
- 	return protoimpl.X.MessageStringOf(x)
 
- }
 
- func (*RoutingRule) ProtoMessage() {}
 
- func (x *RoutingRule) ProtoReflect() protoreflect.Message {
 
- 	mi := &file_app_router_config_proto_msgTypes[6]
 
- 	if protoimpl.UnsafeEnabled && x != nil {
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		if ms.LoadMessageInfo() == nil {
 
- 			ms.StoreMessageInfo(mi)
 
- 		}
 
- 		return ms
 
- 	}
 
- 	return mi.MessageOf(x)
 
- }
 
- // Deprecated: Use RoutingRule.ProtoReflect.Descriptor instead.
 
- func (*RoutingRule) Descriptor() ([]byte, []int) {
 
- 	return file_app_router_config_proto_rawDescGZIP(), []int{6}
 
- }
 
- func (m *RoutingRule) GetTargetTag() isRoutingRule_TargetTag {
 
- 	if m != nil {
 
- 		return m.TargetTag
 
- 	}
 
- 	return nil
 
- }
 
- func (x *RoutingRule) GetTag() string {
 
- 	if x, ok := x.GetTargetTag().(*RoutingRule_Tag); ok {
 
- 		return x.Tag
 
- 	}
 
- 	return ""
 
- }
 
- func (x *RoutingRule) GetBalancingTag() string {
 
- 	if x, ok := x.GetTargetTag().(*RoutingRule_BalancingTag); ok {
 
- 		return x.BalancingTag
 
- 	}
 
- 	return ""
 
- }
 
- func (x *RoutingRule) GetRuleTag() string {
 
- 	if x != nil {
 
- 		return x.RuleTag
 
- 	}
 
- 	return ""
 
- }
 
- func (x *RoutingRule) GetDomain() []*Domain {
 
- 	if x != nil {
 
- 		return x.Domain
 
- 	}
 
- 	return nil
 
- }
 
- // Deprecated: Marked as deprecated in app/router/config.proto.
 
- func (x *RoutingRule) GetCidr() []*CIDR {
 
- 	if x != nil {
 
- 		return x.Cidr
 
- 	}
 
- 	return nil
 
- }
 
- func (x *RoutingRule) GetGeoip() []*GeoIP {
 
- 	if x != nil {
 
- 		return x.Geoip
 
- 	}
 
- 	return nil
 
- }
 
- // Deprecated: Marked as deprecated in app/router/config.proto.
 
- func (x *RoutingRule) GetPortRange() *net.PortRange {
 
- 	if x != nil {
 
- 		return x.PortRange
 
- 	}
 
- 	return nil
 
- }
 
- func (x *RoutingRule) GetPortList() *net.PortList {
 
- 	if x != nil {
 
- 		return x.PortList
 
- 	}
 
- 	return nil
 
- }
 
- // Deprecated: Marked as deprecated in app/router/config.proto.
 
- func (x *RoutingRule) GetNetworkList() *net.NetworkList {
 
- 	if x != nil {
 
- 		return x.NetworkList
 
- 	}
 
- 	return nil
 
- }
 
- func (x *RoutingRule) GetNetworks() []net.Network {
 
- 	if x != nil {
 
- 		return x.Networks
 
- 	}
 
- 	return nil
 
- }
 
- // Deprecated: Marked as deprecated in app/router/config.proto.
 
- func (x *RoutingRule) GetSourceCidr() []*CIDR {
 
- 	if x != nil {
 
- 		return x.SourceCidr
 
- 	}
 
- 	return nil
 
- }
 
- func (x *RoutingRule) GetSourceGeoip() []*GeoIP {
 
- 	if x != nil {
 
- 		return x.SourceGeoip
 
- 	}
 
- 	return nil
 
- }
 
- func (x *RoutingRule) GetSourcePortList() *net.PortList {
 
- 	if x != nil {
 
- 		return x.SourcePortList
 
- 	}
 
- 	return nil
 
- }
 
- func (x *RoutingRule) GetUserEmail() []string {
 
- 	if x != nil {
 
- 		return x.UserEmail
 
- 	}
 
- 	return nil
 
- }
 
- func (x *RoutingRule) GetInboundTag() []string {
 
- 	if x != nil {
 
- 		return x.InboundTag
 
- 	}
 
- 	return nil
 
- }
 
- func (x *RoutingRule) GetProtocol() []string {
 
- 	if x != nil {
 
- 		return x.Protocol
 
- 	}
 
- 	return nil
 
- }
 
- func (x *RoutingRule) GetAttributes() map[string]string {
 
- 	if x != nil {
 
- 		return x.Attributes
 
- 	}
 
- 	return nil
 
- }
 
- func (x *RoutingRule) GetDomainMatcher() string {
 
- 	if x != nil {
 
- 		return x.DomainMatcher
 
- 	}
 
- 	return ""
 
- }
 
- type isRoutingRule_TargetTag interface {
 
- 	isRoutingRule_TargetTag()
 
- }
 
- type RoutingRule_Tag struct {
 
- 	// Tag of outbound that this rule is pointing to.
 
- 	Tag string `protobuf:"bytes,1,opt,name=tag,proto3,oneof"`
 
- }
 
- type RoutingRule_BalancingTag struct {
 
- 	// Tag of routing balancer.
 
- 	BalancingTag string `protobuf:"bytes,12,opt,name=balancing_tag,json=balancingTag,proto3,oneof"`
 
- }
 
- func (*RoutingRule_Tag) isRoutingRule_TargetTag() {}
 
- func (*RoutingRule_BalancingTag) isRoutingRule_TargetTag() {}
 
- type BalancingRule struct {
 
- 	state         protoimpl.MessageState
 
- 	sizeCache     protoimpl.SizeCache
 
- 	unknownFields protoimpl.UnknownFields
 
- 	Tag              string               `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
 
- 	OutboundSelector []string             `protobuf:"bytes,2,rep,name=outbound_selector,json=outboundSelector,proto3" json:"outbound_selector,omitempty"`
 
- 	Strategy         string               `protobuf:"bytes,3,opt,name=strategy,proto3" json:"strategy,omitempty"`
 
- 	StrategySettings *serial.TypedMessage `protobuf:"bytes,4,opt,name=strategy_settings,json=strategySettings,proto3" json:"strategy_settings,omitempty"`
 
- 	FallbackTag      string               `protobuf:"bytes,5,opt,name=fallback_tag,json=fallbackTag,proto3" json:"fallback_tag,omitempty"`
 
- }
 
- func (x *BalancingRule) Reset() {
 
- 	*x = BalancingRule{}
 
- 	if protoimpl.UnsafeEnabled {
 
- 		mi := &file_app_router_config_proto_msgTypes[7]
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		ms.StoreMessageInfo(mi)
 
- 	}
 
- }
 
- func (x *BalancingRule) String() string {
 
- 	return protoimpl.X.MessageStringOf(x)
 
- }
 
- func (*BalancingRule) ProtoMessage() {}
 
- func (x *BalancingRule) ProtoReflect() protoreflect.Message {
 
- 	mi := &file_app_router_config_proto_msgTypes[7]
 
- 	if protoimpl.UnsafeEnabled && x != nil {
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		if ms.LoadMessageInfo() == nil {
 
- 			ms.StoreMessageInfo(mi)
 
- 		}
 
- 		return ms
 
- 	}
 
- 	return mi.MessageOf(x)
 
- }
 
- // Deprecated: Use BalancingRule.ProtoReflect.Descriptor instead.
 
- func (*BalancingRule) Descriptor() ([]byte, []int) {
 
- 	return file_app_router_config_proto_rawDescGZIP(), []int{7}
 
- }
 
- func (x *BalancingRule) GetTag() string {
 
- 	if x != nil {
 
- 		return x.Tag
 
- 	}
 
- 	return ""
 
- }
 
- func (x *BalancingRule) GetOutboundSelector() []string {
 
- 	if x != nil {
 
- 		return x.OutboundSelector
 
- 	}
 
- 	return nil
 
- }
 
- func (x *BalancingRule) GetStrategy() string {
 
- 	if x != nil {
 
- 		return x.Strategy
 
- 	}
 
- 	return ""
 
- }
 
- func (x *BalancingRule) GetStrategySettings() *serial.TypedMessage {
 
- 	if x != nil {
 
- 		return x.StrategySettings
 
- 	}
 
- 	return nil
 
- }
 
- func (x *BalancingRule) GetFallbackTag() string {
 
- 	if x != nil {
 
- 		return x.FallbackTag
 
- 	}
 
- 	return ""
 
- }
 
- type StrategyWeight struct {
 
- 	state         protoimpl.MessageState
 
- 	sizeCache     protoimpl.SizeCache
 
- 	unknownFields protoimpl.UnknownFields
 
- 	Regexp bool    `protobuf:"varint,1,opt,name=regexp,proto3" json:"regexp,omitempty"`
 
- 	Match  string  `protobuf:"bytes,2,opt,name=match,proto3" json:"match,omitempty"`
 
- 	Value  float32 `protobuf:"fixed32,3,opt,name=value,proto3" json:"value,omitempty"`
 
- }
 
- func (x *StrategyWeight) Reset() {
 
- 	*x = StrategyWeight{}
 
- 	if protoimpl.UnsafeEnabled {
 
- 		mi := &file_app_router_config_proto_msgTypes[8]
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		ms.StoreMessageInfo(mi)
 
- 	}
 
- }
 
- func (x *StrategyWeight) String() string {
 
- 	return protoimpl.X.MessageStringOf(x)
 
- }
 
- func (*StrategyWeight) ProtoMessage() {}
 
- func (x *StrategyWeight) ProtoReflect() protoreflect.Message {
 
- 	mi := &file_app_router_config_proto_msgTypes[8]
 
- 	if protoimpl.UnsafeEnabled && x != nil {
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		if ms.LoadMessageInfo() == nil {
 
- 			ms.StoreMessageInfo(mi)
 
- 		}
 
- 		return ms
 
- 	}
 
- 	return mi.MessageOf(x)
 
- }
 
- // Deprecated: Use StrategyWeight.ProtoReflect.Descriptor instead.
 
- func (*StrategyWeight) Descriptor() ([]byte, []int) {
 
- 	return file_app_router_config_proto_rawDescGZIP(), []int{8}
 
- }
 
- func (x *StrategyWeight) GetRegexp() bool {
 
- 	if x != nil {
 
- 		return x.Regexp
 
- 	}
 
- 	return false
 
- }
 
- func (x *StrategyWeight) GetMatch() string {
 
- 	if x != nil {
 
- 		return x.Match
 
- 	}
 
- 	return ""
 
- }
 
- func (x *StrategyWeight) GetValue() float32 {
 
- 	if x != nil {
 
- 		return x.Value
 
- 	}
 
- 	return 0
 
- }
 
- type StrategyLeastLoadConfig struct {
 
- 	state         protoimpl.MessageState
 
- 	sizeCache     protoimpl.SizeCache
 
- 	unknownFields protoimpl.UnknownFields
 
- 	// weight settings
 
- 	Costs []*StrategyWeight `protobuf:"bytes,2,rep,name=costs,proto3" json:"costs,omitempty"`
 
- 	// RTT baselines for selecting, int64 values of time.Duration
 
- 	Baselines []int64 `protobuf:"varint,3,rep,packed,name=baselines,proto3" json:"baselines,omitempty"`
 
- 	// expected nodes count to select
 
- 	Expected int32 `protobuf:"varint,4,opt,name=expected,proto3" json:"expected,omitempty"`
 
- 	// max acceptable rtt, filter away high delay nodes. default 0
 
- 	MaxRTT int64 `protobuf:"varint,5,opt,name=maxRTT,proto3" json:"maxRTT,omitempty"`
 
- 	// acceptable failure rate
 
- 	Tolerance float32 `protobuf:"fixed32,6,opt,name=tolerance,proto3" json:"tolerance,omitempty"`
 
- }
 
- func (x *StrategyLeastLoadConfig) Reset() {
 
- 	*x = StrategyLeastLoadConfig{}
 
- 	if protoimpl.UnsafeEnabled {
 
- 		mi := &file_app_router_config_proto_msgTypes[9]
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		ms.StoreMessageInfo(mi)
 
- 	}
 
- }
 
- func (x *StrategyLeastLoadConfig) String() string {
 
- 	return protoimpl.X.MessageStringOf(x)
 
- }
 
- func (*StrategyLeastLoadConfig) ProtoMessage() {}
 
- func (x *StrategyLeastLoadConfig) ProtoReflect() protoreflect.Message {
 
- 	mi := &file_app_router_config_proto_msgTypes[9]
 
- 	if protoimpl.UnsafeEnabled && x != nil {
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		if ms.LoadMessageInfo() == nil {
 
- 			ms.StoreMessageInfo(mi)
 
- 		}
 
- 		return ms
 
- 	}
 
- 	return mi.MessageOf(x)
 
- }
 
- // Deprecated: Use StrategyLeastLoadConfig.ProtoReflect.Descriptor instead.
 
- func (*StrategyLeastLoadConfig) Descriptor() ([]byte, []int) {
 
- 	return file_app_router_config_proto_rawDescGZIP(), []int{9}
 
- }
 
- func (x *StrategyLeastLoadConfig) GetCosts() []*StrategyWeight {
 
- 	if x != nil {
 
- 		return x.Costs
 
- 	}
 
- 	return nil
 
- }
 
- func (x *StrategyLeastLoadConfig) GetBaselines() []int64 {
 
- 	if x != nil {
 
- 		return x.Baselines
 
- 	}
 
- 	return nil
 
- }
 
- func (x *StrategyLeastLoadConfig) GetExpected() int32 {
 
- 	if x != nil {
 
- 		return x.Expected
 
- 	}
 
- 	return 0
 
- }
 
- func (x *StrategyLeastLoadConfig) GetMaxRTT() int64 {
 
- 	if x != nil {
 
- 		return x.MaxRTT
 
- 	}
 
- 	return 0
 
- }
 
- func (x *StrategyLeastLoadConfig) GetTolerance() float32 {
 
- 	if x != nil {
 
- 		return x.Tolerance
 
- 	}
 
- 	return 0
 
- }
 
- type Config struct {
 
- 	state         protoimpl.MessageState
 
- 	sizeCache     protoimpl.SizeCache
 
- 	unknownFields protoimpl.UnknownFields
 
- 	DomainStrategy Config_DomainStrategy `protobuf:"varint,1,opt,name=domain_strategy,json=domainStrategy,proto3,enum=xray.app.router.Config_DomainStrategy" json:"domain_strategy,omitempty"`
 
- 	Rule           []*RoutingRule        `protobuf:"bytes,2,rep,name=rule,proto3" json:"rule,omitempty"`
 
- 	BalancingRule  []*BalancingRule      `protobuf:"bytes,3,rep,name=balancing_rule,json=balancingRule,proto3" json:"balancing_rule,omitempty"`
 
- }
 
- func (x *Config) Reset() {
 
- 	*x = Config{}
 
- 	if protoimpl.UnsafeEnabled {
 
- 		mi := &file_app_router_config_proto_msgTypes[10]
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		ms.StoreMessageInfo(mi)
 
- 	}
 
- }
 
- func (x *Config) String() string {
 
- 	return protoimpl.X.MessageStringOf(x)
 
- }
 
- func (*Config) ProtoMessage() {}
 
- func (x *Config) ProtoReflect() protoreflect.Message {
 
- 	mi := &file_app_router_config_proto_msgTypes[10]
 
- 	if protoimpl.UnsafeEnabled && x != nil {
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		if ms.LoadMessageInfo() == nil {
 
- 			ms.StoreMessageInfo(mi)
 
- 		}
 
- 		return ms
 
- 	}
 
- 	return mi.MessageOf(x)
 
- }
 
- // Deprecated: Use Config.ProtoReflect.Descriptor instead.
 
- func (*Config) Descriptor() ([]byte, []int) {
 
- 	return file_app_router_config_proto_rawDescGZIP(), []int{10}
 
- }
 
- func (x *Config) GetDomainStrategy() Config_DomainStrategy {
 
- 	if x != nil {
 
- 		return x.DomainStrategy
 
- 	}
 
- 	return Config_AsIs
 
- }
 
- func (x *Config) GetRule() []*RoutingRule {
 
- 	if x != nil {
 
- 		return x.Rule
 
- 	}
 
- 	return nil
 
- }
 
- func (x *Config) GetBalancingRule() []*BalancingRule {
 
- 	if x != nil {
 
- 		return x.BalancingRule
 
- 	}
 
- 	return nil
 
- }
 
- type Domain_Attribute struct {
 
- 	state         protoimpl.MessageState
 
- 	sizeCache     protoimpl.SizeCache
 
- 	unknownFields protoimpl.UnknownFields
 
- 	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
 
- 	// Types that are assignable to TypedValue:
 
- 	//
 
- 	//	*Domain_Attribute_BoolValue
 
- 	//	*Domain_Attribute_IntValue
 
- 	TypedValue isDomain_Attribute_TypedValue `protobuf_oneof:"typed_value"`
 
- }
 
- func (x *Domain_Attribute) Reset() {
 
- 	*x = Domain_Attribute{}
 
- 	if protoimpl.UnsafeEnabled {
 
- 		mi := &file_app_router_config_proto_msgTypes[11]
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		ms.StoreMessageInfo(mi)
 
- 	}
 
- }
 
- func (x *Domain_Attribute) String() string {
 
- 	return protoimpl.X.MessageStringOf(x)
 
- }
 
- func (*Domain_Attribute) ProtoMessage() {}
 
- func (x *Domain_Attribute) ProtoReflect() protoreflect.Message {
 
- 	mi := &file_app_router_config_proto_msgTypes[11]
 
- 	if protoimpl.UnsafeEnabled && x != nil {
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		if ms.LoadMessageInfo() == nil {
 
- 			ms.StoreMessageInfo(mi)
 
- 		}
 
- 		return ms
 
- 	}
 
- 	return mi.MessageOf(x)
 
- }
 
- // Deprecated: Use Domain_Attribute.ProtoReflect.Descriptor instead.
 
- func (*Domain_Attribute) Descriptor() ([]byte, []int) {
 
- 	return file_app_router_config_proto_rawDescGZIP(), []int{0, 0}
 
- }
 
- func (x *Domain_Attribute) GetKey() string {
 
- 	if x != nil {
 
- 		return x.Key
 
- 	}
 
- 	return ""
 
- }
 
- func (m *Domain_Attribute) GetTypedValue() isDomain_Attribute_TypedValue {
 
- 	if m != nil {
 
- 		return m.TypedValue
 
- 	}
 
- 	return nil
 
- }
 
- func (x *Domain_Attribute) GetBoolValue() bool {
 
- 	if x, ok := x.GetTypedValue().(*Domain_Attribute_BoolValue); ok {
 
- 		return x.BoolValue
 
- 	}
 
- 	return false
 
- }
 
- func (x *Domain_Attribute) GetIntValue() int64 {
 
- 	if x, ok := x.GetTypedValue().(*Domain_Attribute_IntValue); ok {
 
- 		return x.IntValue
 
- 	}
 
- 	return 0
 
- }
 
- type isDomain_Attribute_TypedValue interface {
 
- 	isDomain_Attribute_TypedValue()
 
- }
 
- type Domain_Attribute_BoolValue struct {
 
- 	BoolValue bool `protobuf:"varint,2,opt,name=bool_value,json=boolValue,proto3,oneof"`
 
- }
 
- type Domain_Attribute_IntValue struct {
 
- 	IntValue int64 `protobuf:"varint,3,opt,name=int_value,json=intValue,proto3,oneof"`
 
- }
 
- func (*Domain_Attribute_BoolValue) isDomain_Attribute_TypedValue() {}
 
- func (*Domain_Attribute_IntValue) isDomain_Attribute_TypedValue() {}
 
- var File_app_router_config_proto protoreflect.FileDescriptor
 
- var file_app_router_config_proto_rawDesc = []byte{
 
- 	0x0a, 0x17, 0x61, 0x70, 0x70, 0x2f, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x6e,
 
- 	0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0f, 0x78, 0x72, 0x61, 0x79, 0x2e,
 
- 	0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x1a, 0x21, 0x63, 0x6f, 0x6d, 0x6d,
 
- 	0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x64, 0x5f,
 
- 	0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x15, 0x63,
 
- 	0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x6e, 0x65, 0x74, 0x2f, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x70,
 
- 	0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x18, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x6e, 0x65, 0x74,
 
- 	0x2f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xb3,
 
- 	0x02, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x30, 0x0a, 0x04, 0x74, 0x79, 0x70,
 
- 	0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1c, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61,
 
- 	0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
 
- 	0x2e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76,
 
- 	0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
 
- 	0x65, 0x12, 0x3f, 0x0a, 0x09, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x18, 0x03,
 
- 	0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e,
 
- 	0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x41, 0x74,
 
- 	0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x52, 0x09, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75,
 
- 	0x74, 0x65, 0x1a, 0x6c, 0x0a, 0x09, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x12,
 
- 	0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65,
 
- 	0x79, 0x12, 0x1f, 0x0a, 0x0a, 0x62, 0x6f, 0x6f, 0x6c, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
 
- 	0x02, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 0x09, 0x62, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c,
 
- 	0x75, 0x65, 0x12, 0x1d, 0x0a, 0x09, 0x69, 0x6e, 0x74, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
 
- 	0x03, 0x20, 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x08, 0x69, 0x6e, 0x74, 0x56, 0x61, 0x6c, 0x75,
 
- 	0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x74, 0x79, 0x70, 0x65, 0x64, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65,
 
- 	0x22, 0x32, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x09, 0x0a, 0x05, 0x50, 0x6c, 0x61, 0x69,
 
- 	0x6e, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x52, 0x65, 0x67, 0x65, 0x78, 0x10, 0x01, 0x12, 0x0a,
 
- 	0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x46, 0x75,
 
- 	0x6c, 0x6c, 0x10, 0x03, 0x22, 0x2e, 0x0a, 0x04, 0x43, 0x49, 0x44, 0x52, 0x12, 0x0e, 0x0a, 0x02,
 
- 	0x69, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x70, 0x12, 0x16, 0x0a, 0x06,
 
- 	0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x70, 0x72,
 
- 	0x65, 0x66, 0x69, 0x78, 0x22, 0x7a, 0x0a, 0x05, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x12, 0x21, 0x0a,
 
- 	0x0c, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
 
- 	0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x64, 0x65,
 
- 	0x12, 0x29, 0x0a, 0x04, 0x63, 0x69, 0x64, 0x72, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15,
 
- 	0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72,
 
- 	0x2e, 0x43, 0x49, 0x44, 0x52, 0x52, 0x04, 0x63, 0x69, 0x64, 0x72, 0x12, 0x23, 0x0a, 0x0d, 0x72,
 
- 	0x65, 0x76, 0x65, 0x72, 0x73, 0x65, 0x5f, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01,
 
- 	0x28, 0x08, 0x52, 0x0c, 0x72, 0x65, 0x76, 0x65, 0x72, 0x73, 0x65, 0x4d, 0x61, 0x74, 0x63, 0x68,
 
- 	0x22, 0x39, 0x0a, 0x09, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2c, 0x0a,
 
- 	0x05, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x78,
 
- 	0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x47,
 
- 	0x65, 0x6f, 0x49, 0x50, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x22, 0x5d, 0x0a, 0x07, 0x47,
 
- 	0x65, 0x6f, 0x53, 0x69, 0x74, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72,
 
- 	0x79, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f,
 
- 	0x75, 0x6e, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x64, 0x6f, 0x6d,
 
- 	0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x78, 0x72, 0x61, 0x79,
 
- 	0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x44, 0x6f, 0x6d, 0x61,
 
- 	0x69, 0x6e, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x22, 0x3d, 0x0a, 0x0b, 0x47, 0x65,
 
- 	0x6f, 0x53, 0x69, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x05, 0x65, 0x6e, 0x74,
 
- 	0x72, 0x79, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e,
 
- 	0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x6f, 0x53, 0x69,
 
- 	0x74, 0x65, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x22, 0xbd, 0x07, 0x0a, 0x0b, 0x52, 0x6f,
 
- 	0x75, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x03, 0x74, 0x61, 0x67,
 
- 	0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x25, 0x0a,
 
- 	0x0d, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x61, 0x67, 0x18, 0x0c,
 
- 	0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0c, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x69, 0x6e,
 
- 	0x67, 0x54, 0x61, 0x67, 0x12, 0x19, 0x0a, 0x08, 0x72, 0x75, 0x6c, 0x65, 0x5f, 0x74, 0x61, 0x67,
 
- 	0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x75, 0x6c, 0x65, 0x54, 0x61, 0x67, 0x12,
 
- 	0x2f, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32,
 
- 	0x17, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65,
 
- 	0x72, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
 
- 	0x12, 0x2d, 0x0a, 0x04, 0x63, 0x69, 0x64, 0x72, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15,
 
- 	0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72,
 
- 	0x2e, 0x43, 0x49, 0x44, 0x52, 0x42, 0x02, 0x18, 0x01, 0x52, 0x04, 0x63, 0x69, 0x64, 0x72, 0x12,
 
- 	0x2c, 0x0a, 0x05, 0x67, 0x65, 0x6f, 0x69, 0x70, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16,
 
- 	0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72,
 
- 	0x2e, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x52, 0x05, 0x67, 0x65, 0x6f, 0x69, 0x70, 0x12, 0x3d, 0x0a,
 
- 	0x0a, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
 
- 	0x0b, 0x32, 0x1a, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
 
- 	0x6e, 0x65, 0x74, 0x2e, 0x50, 0x6f, 0x72, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x42, 0x02, 0x18,
 
- 	0x01, 0x52, 0x09, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x36, 0x0a, 0x09,
 
- 	0x70, 0x6f, 0x72, 0x74, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32,
 
- 	0x19, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e, 0x65,
 
- 	0x74, 0x2e, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x08, 0x70, 0x6f, 0x72, 0x74,
 
- 	0x4c, 0x69, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x0c, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f,
 
- 	0x6c, 0x69, 0x73, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x78, 0x72, 0x61,
 
- 	0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x4e, 0x65, 0x74,
 
- 	0x77, 0x6f, 0x72, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0b, 0x6e, 0x65,
 
- 	0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x34, 0x0a, 0x08, 0x6e, 0x65, 0x74,
 
- 	0x77, 0x6f, 0x72, 0x6b, 0x73, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x18, 0x2e, 0x78, 0x72,
 
- 	0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x4e, 0x65,
 
- 	0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x08, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x12,
 
- 	0x3a, 0x0a, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x63, 0x69, 0x64, 0x72, 0x18, 0x06,
 
- 	0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e,
 
- 	0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x49, 0x44, 0x52, 0x42, 0x02, 0x18, 0x01, 0x52,
 
- 	0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x69, 0x64, 0x72, 0x12, 0x39, 0x0a, 0x0c, 0x73,
 
- 	0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x67, 0x65, 0x6f, 0x69, 0x70, 0x18, 0x0b, 0x20, 0x03, 0x28,
 
- 	0x0b, 0x32, 0x16, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75,
 
- 	0x74, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x52, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63,
 
- 	0x65, 0x47, 0x65, 0x6f, 0x69, 0x70, 0x12, 0x43, 0x0a, 0x10, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
 
- 	0x5f, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b,
 
- 	0x32, 0x19, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e,
 
- 	0x65, 0x74, 0x2e, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x0e, 0x73, 0x6f, 0x75,
 
- 	0x72, 0x63, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75,
 
- 	0x73, 0x65, 0x72, 0x5f, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52,
 
- 	0x09, 0x75, 0x73, 0x65, 0x72, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x1f, 0x0a, 0x0b, 0x69, 0x6e,
 
- 	0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x74, 0x61, 0x67, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52,
 
- 	0x0a, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x61, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x70,
 
- 	0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x09, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x70,
 
- 	0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x12, 0x4c, 0x0a, 0x0a, 0x61, 0x74, 0x74, 0x72, 0x69,
 
- 	0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x0f, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x78, 0x72,
 
- 	0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x52, 0x6f,
 
- 	0x75, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x2e, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62,
 
- 	0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x61, 0x74, 0x74, 0x72, 0x69,
 
- 	0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x25, 0x0a, 0x0e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f,
 
- 	0x6d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x72, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x64,
 
- 	0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x72, 0x1a, 0x3d, 0x0a, 0x0f,
 
- 	0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12,
 
- 	0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65,
 
- 	0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
 
- 	0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x74,
 
- 	0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x74, 0x61, 0x67, 0x22, 0xdc, 0x01, 0x0a, 0x0d, 0x42, 0x61,
 
- 	0x6c, 0x61, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x74,
 
- 	0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x2b, 0x0a,
 
- 	0x11, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74,
 
- 	0x6f, 0x72, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x10, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
 
- 	0x6e, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x74,
 
- 	0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x74,
 
- 	0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x4d, 0x0a, 0x11, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65,
 
- 	0x67, 0x79, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28,
 
- 	0x0b, 0x32, 0x20, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
 
- 	0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73,
 
- 	0x61, 0x67, 0x65, 0x52, 0x10, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x53, 0x65, 0x74,
 
- 	0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x66, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63,
 
- 	0x6b, 0x5f, 0x74, 0x61, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x66, 0x61, 0x6c,
 
- 	0x6c, 0x62, 0x61, 0x63, 0x6b, 0x54, 0x61, 0x67, 0x22, 0x54, 0x0a, 0x0e, 0x53, 0x74, 0x72, 0x61,
 
- 	0x74, 0x65, 0x67, 0x79, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65,
 
- 	0x67, 0x65, 0x78, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x72, 0x65, 0x67, 0x65,
 
- 	0x78, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28,
 
- 	0x09, 0x52, 0x05, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75,
 
- 	0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xc0,
 
- 	0x01, 0x0a, 0x17, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x4c, 0x65, 0x61, 0x73, 0x74,
 
- 	0x4c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x35, 0x0a, 0x05, 0x63, 0x6f,
 
- 	0x73, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x78, 0x72, 0x61, 0x79,
 
- 	0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x53, 0x74, 0x72, 0x61,
 
- 	0x74, 0x65, 0x67, 0x79, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x05, 0x63, 0x6f, 0x73, 0x74,
 
- 	0x73, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x61, 0x73, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x18, 0x03,
 
- 	0x20, 0x03, 0x28, 0x03, 0x52, 0x09, 0x62, 0x61, 0x73, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x12,
 
- 	0x1a, 0x0a, 0x08, 0x65, 0x78, 0x70, 0x65, 0x63, 0x74, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
 
- 	0x05, 0x52, 0x08, 0x65, 0x78, 0x70, 0x65, 0x63, 0x74, 0x65, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6d,
 
- 	0x61, 0x78, 0x52, 0x54, 0x54, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6d, 0x61, 0x78,
 
- 	0x52, 0x54, 0x54, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x6f, 0x6c, 0x65, 0x72, 0x61, 0x6e, 0x63, 0x65,
 
- 	0x18, 0x06, 0x20, 0x01, 0x28, 0x02, 0x52, 0x09, 0x74, 0x6f, 0x6c, 0x65, 0x72, 0x61, 0x6e, 0x63,
 
- 	0x65, 0x22, 0x9b, 0x02, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x4f, 0x0a, 0x0f,
 
- 	0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18,
 
- 	0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x26, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70,
 
- 	0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x44,
 
- 	0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52, 0x0e, 0x64,
 
- 	0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x30, 0x0a,
 
- 	0x04, 0x72, 0x75, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x78, 0x72,
 
- 	0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x52, 0x6f,
 
- 	0x75, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x12,
 
- 	0x45, 0x0a, 0x0e, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x75, 0x6c,
 
- 	0x65, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61,
 
- 	0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63,
 
- 	0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x0d, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x69,
 
- 	0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x22, 0x47, 0x0a, 0x0e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
 
- 	0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x08, 0x0a, 0x04, 0x41, 0x73, 0x49, 0x73,
 
- 	0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x55, 0x73, 0x65, 0x49, 0x70, 0x10, 0x01, 0x12, 0x10, 0x0a,
 
- 	0x0c, 0x49, 0x70, 0x49, 0x66, 0x4e, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x10, 0x02, 0x12,
 
- 	0x0e, 0x0a, 0x0a, 0x49, 0x70, 0x4f, 0x6e, 0x44, 0x65, 0x6d, 0x61, 0x6e, 0x64, 0x10, 0x03, 0x42,
 
- 	0x4f, 0x0a, 0x13, 0x63, 0x6f, 0x6d, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e,
 
- 	0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x50, 0x01, 0x5a, 0x24, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62,
 
- 	0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x78, 0x74, 0x6c, 0x73, 0x2f, 0x78, 0x72, 0x61, 0x79, 0x2d, 0x63,
 
- 	0x6f, 0x72, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0xaa, 0x02,
 
- 	0x0f, 0x58, 0x72, 0x61, 0x79, 0x2e, 0x41, 0x70, 0x70, 0x2e, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x72,
 
- 	0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 
- }
 
- var (
 
- 	file_app_router_config_proto_rawDescOnce sync.Once
 
- 	file_app_router_config_proto_rawDescData = file_app_router_config_proto_rawDesc
 
- )
 
- func file_app_router_config_proto_rawDescGZIP() []byte {
 
- 	file_app_router_config_proto_rawDescOnce.Do(func() {
 
- 		file_app_router_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_app_router_config_proto_rawDescData)
 
- 	})
 
- 	return file_app_router_config_proto_rawDescData
 
- }
 
- var file_app_router_config_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
 
- var file_app_router_config_proto_msgTypes = make([]protoimpl.MessageInfo, 13)
 
- var file_app_router_config_proto_goTypes = []interface{}{
 
- 	(Domain_Type)(0),                // 0: xray.app.router.Domain.Type
 
- 	(Config_DomainStrategy)(0),      // 1: xray.app.router.Config.DomainStrategy
 
- 	(*Domain)(nil),                  // 2: xray.app.router.Domain
 
- 	(*CIDR)(nil),                    // 3: xray.app.router.CIDR
 
- 	(*GeoIP)(nil),                   // 4: xray.app.router.GeoIP
 
- 	(*GeoIPList)(nil),               // 5: xray.app.router.GeoIPList
 
- 	(*GeoSite)(nil),                 // 6: xray.app.router.GeoSite
 
- 	(*GeoSiteList)(nil),             // 7: xray.app.router.GeoSiteList
 
- 	(*RoutingRule)(nil),             // 8: xray.app.router.RoutingRule
 
- 	(*BalancingRule)(nil),           // 9: xray.app.router.BalancingRule
 
- 	(*StrategyWeight)(nil),          // 10: xray.app.router.StrategyWeight
 
- 	(*StrategyLeastLoadConfig)(nil), // 11: xray.app.router.StrategyLeastLoadConfig
 
- 	(*Config)(nil),                  // 12: xray.app.router.Config
 
- 	(*Domain_Attribute)(nil),        // 13: xray.app.router.Domain.Attribute
 
- 	nil,                             // 14: xray.app.router.RoutingRule.AttributesEntry
 
- 	(*net.PortRange)(nil),           // 15: xray.common.net.PortRange
 
- 	(*net.PortList)(nil),            // 16: xray.common.net.PortList
 
- 	(*net.NetworkList)(nil),         // 17: xray.common.net.NetworkList
 
- 	(net.Network)(0),                // 18: xray.common.net.Network
 
- 	(*serial.TypedMessage)(nil),     // 19: xray.common.serial.TypedMessage
 
- }
 
- var file_app_router_config_proto_depIdxs = []int32{
 
- 	0,  // 0: xray.app.router.Domain.type:type_name -> xray.app.router.Domain.Type
 
- 	13, // 1: xray.app.router.Domain.attribute:type_name -> xray.app.router.Domain.Attribute
 
- 	3,  // 2: xray.app.router.GeoIP.cidr:type_name -> xray.app.router.CIDR
 
- 	4,  // 3: xray.app.router.GeoIPList.entry:type_name -> xray.app.router.GeoIP
 
- 	2,  // 4: xray.app.router.GeoSite.domain:type_name -> xray.app.router.Domain
 
- 	6,  // 5: xray.app.router.GeoSiteList.entry:type_name -> xray.app.router.GeoSite
 
- 	2,  // 6: xray.app.router.RoutingRule.domain:type_name -> xray.app.router.Domain
 
- 	3,  // 7: xray.app.router.RoutingRule.cidr:type_name -> xray.app.router.CIDR
 
- 	4,  // 8: xray.app.router.RoutingRule.geoip:type_name -> xray.app.router.GeoIP
 
- 	15, // 9: xray.app.router.RoutingRule.port_range:type_name -> xray.common.net.PortRange
 
- 	16, // 10: xray.app.router.RoutingRule.port_list:type_name -> xray.common.net.PortList
 
- 	17, // 11: xray.app.router.RoutingRule.network_list:type_name -> xray.common.net.NetworkList
 
- 	18, // 12: xray.app.router.RoutingRule.networks:type_name -> xray.common.net.Network
 
- 	3,  // 13: xray.app.router.RoutingRule.source_cidr:type_name -> xray.app.router.CIDR
 
- 	4,  // 14: xray.app.router.RoutingRule.source_geoip:type_name -> xray.app.router.GeoIP
 
- 	16, // 15: xray.app.router.RoutingRule.source_port_list:type_name -> xray.common.net.PortList
 
- 	14, // 16: xray.app.router.RoutingRule.attributes:type_name -> xray.app.router.RoutingRule.AttributesEntry
 
- 	19, // 17: xray.app.router.BalancingRule.strategy_settings:type_name -> xray.common.serial.TypedMessage
 
- 	10, // 18: xray.app.router.StrategyLeastLoadConfig.costs:type_name -> xray.app.router.StrategyWeight
 
- 	1,  // 19: xray.app.router.Config.domain_strategy:type_name -> xray.app.router.Config.DomainStrategy
 
- 	8,  // 20: xray.app.router.Config.rule:type_name -> xray.app.router.RoutingRule
 
- 	9,  // 21: xray.app.router.Config.balancing_rule:type_name -> xray.app.router.BalancingRule
 
- 	22, // [22:22] is the sub-list for method output_type
 
- 	22, // [22:22] is the sub-list for method input_type
 
- 	22, // [22:22] is the sub-list for extension type_name
 
- 	22, // [22:22] is the sub-list for extension extendee
 
- 	0,  // [0:22] is the sub-list for field type_name
 
- }
 
- func init() { file_app_router_config_proto_init() }
 
- func file_app_router_config_proto_init() {
 
- 	if File_app_router_config_proto != nil {
 
- 		return
 
- 	}
 
- 	if !protoimpl.UnsafeEnabled {
 
- 		file_app_router_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
 
- 			switch v := v.(*Domain); i {
 
- 			case 0:
 
- 				return &v.state
 
- 			case 1:
 
- 				return &v.sizeCache
 
- 			case 2:
 
- 				return &v.unknownFields
 
- 			default:
 
- 				return nil
 
- 			}
 
- 		}
 
- 		file_app_router_config_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
 
- 			switch v := v.(*CIDR); i {
 
- 			case 0:
 
- 				return &v.state
 
- 			case 1:
 
- 				return &v.sizeCache
 
- 			case 2:
 
- 				return &v.unknownFields
 
- 			default:
 
- 				return nil
 
- 			}
 
- 		}
 
- 		file_app_router_config_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
 
- 			switch v := v.(*GeoIP); i {
 
- 			case 0:
 
- 				return &v.state
 
- 			case 1:
 
- 				return &v.sizeCache
 
- 			case 2:
 
- 				return &v.unknownFields
 
- 			default:
 
- 				return nil
 
- 			}
 
- 		}
 
- 		file_app_router_config_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
 
- 			switch v := v.(*GeoIPList); i {
 
- 			case 0:
 
- 				return &v.state
 
- 			case 1:
 
- 				return &v.sizeCache
 
- 			case 2:
 
- 				return &v.unknownFields
 
- 			default:
 
- 				return nil
 
- 			}
 
- 		}
 
- 		file_app_router_config_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
 
- 			switch v := v.(*GeoSite); i {
 
- 			case 0:
 
- 				return &v.state
 
- 			case 1:
 
- 				return &v.sizeCache
 
- 			case 2:
 
- 				return &v.unknownFields
 
- 			default:
 
- 				return nil
 
- 			}
 
- 		}
 
- 		file_app_router_config_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
 
- 			switch v := v.(*GeoSiteList); i {
 
- 			case 0:
 
- 				return &v.state
 
- 			case 1:
 
- 				return &v.sizeCache
 
- 			case 2:
 
- 				return &v.unknownFields
 
- 			default:
 
- 				return nil
 
- 			}
 
- 		}
 
- 		file_app_router_config_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
 
- 			switch v := v.(*RoutingRule); i {
 
- 			case 0:
 
- 				return &v.state
 
- 			case 1:
 
- 				return &v.sizeCache
 
- 			case 2:
 
- 				return &v.unknownFields
 
- 			default:
 
- 				return nil
 
- 			}
 
- 		}
 
- 		file_app_router_config_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
 
- 			switch v := v.(*BalancingRule); i {
 
- 			case 0:
 
- 				return &v.state
 
- 			case 1:
 
- 				return &v.sizeCache
 
- 			case 2:
 
- 				return &v.unknownFields
 
- 			default:
 
- 				return nil
 
- 			}
 
- 		}
 
- 		file_app_router_config_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
 
- 			switch v := v.(*StrategyWeight); i {
 
- 			case 0:
 
- 				return &v.state
 
- 			case 1:
 
- 				return &v.sizeCache
 
- 			case 2:
 
- 				return &v.unknownFields
 
- 			default:
 
- 				return nil
 
- 			}
 
- 		}
 
- 		file_app_router_config_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
 
- 			switch v := v.(*StrategyLeastLoadConfig); i {
 
- 			case 0:
 
- 				return &v.state
 
- 			case 1:
 
- 				return &v.sizeCache
 
- 			case 2:
 
- 				return &v.unknownFields
 
- 			default:
 
- 				return nil
 
- 			}
 
- 		}
 
- 		file_app_router_config_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
 
- 			switch v := v.(*Config); i {
 
- 			case 0:
 
- 				return &v.state
 
- 			case 1:
 
- 				return &v.sizeCache
 
- 			case 2:
 
- 				return &v.unknownFields
 
- 			default:
 
- 				return nil
 
- 			}
 
- 		}
 
- 		file_app_router_config_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
 
- 			switch v := v.(*Domain_Attribute); i {
 
- 			case 0:
 
- 				return &v.state
 
- 			case 1:
 
- 				return &v.sizeCache
 
- 			case 2:
 
- 				return &v.unknownFields
 
- 			default:
 
- 				return nil
 
- 			}
 
- 		}
 
- 	}
 
- 	file_app_router_config_proto_msgTypes[6].OneofWrappers = []interface{}{
 
- 		(*RoutingRule_Tag)(nil),
 
- 		(*RoutingRule_BalancingTag)(nil),
 
- 	}
 
- 	file_app_router_config_proto_msgTypes[11].OneofWrappers = []interface{}{
 
- 		(*Domain_Attribute_BoolValue)(nil),
 
- 		(*Domain_Attribute_IntValue)(nil),
 
- 	}
 
- 	type x struct{}
 
- 	out := protoimpl.TypeBuilder{
 
- 		File: protoimpl.DescBuilder{
 
- 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
 
- 			RawDescriptor: file_app_router_config_proto_rawDesc,
 
- 			NumEnums:      2,
 
- 			NumMessages:   13,
 
- 			NumExtensions: 0,
 
- 			NumServices:   0,
 
- 		},
 
- 		GoTypes:           file_app_router_config_proto_goTypes,
 
- 		DependencyIndexes: file_app_router_config_proto_depIdxs,
 
- 		EnumInfos:         file_app_router_config_proto_enumTypes,
 
- 		MessageInfos:      file_app_router_config_proto_msgTypes,
 
- 	}.Build()
 
- 	File_app_router_config_proto = out.File
 
- 	file_app_router_config_proto_rawDesc = nil
 
- 	file_app_router_config_proto_goTypes = nil
 
- 	file_app_router_config_proto_depIdxs = nil
 
- }
 
 
  |