config.pb.go 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.25.0
  4. // protoc v3.13.0
  5. // source: app/router/config.proto
  6. package router
  7. import (
  8. proto "github.com/golang/protobuf/proto"
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. reflect "reflect"
  12. sync "sync"
  13. net "v2ray.com/core/common/net"
  14. )
  15. const (
  16. // Verify that this generated code is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  18. // Verify that runtime/protoimpl is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  20. )
  21. // This is a compile-time assertion that a sufficiently up-to-date version
  22. // of the legacy proto package is being used.
  23. const _ = proto.ProtoPackageIsVersion4
  24. // Type of domain value.
  25. type Domain_Type int32
  26. const (
  27. // The value is used as is.
  28. Domain_Plain Domain_Type = 0
  29. // The value is used as a regular expression.
  30. Domain_Regex Domain_Type = 1
  31. // The value is a root domain.
  32. Domain_Domain Domain_Type = 2
  33. // The value is a domain.
  34. Domain_Full Domain_Type = 3
  35. )
  36. // Enum value maps for Domain_Type.
  37. var (
  38. Domain_Type_name = map[int32]string{
  39. 0: "Plain",
  40. 1: "Regex",
  41. 2: "Domain",
  42. 3: "Full",
  43. }
  44. Domain_Type_value = map[string]int32{
  45. "Plain": 0,
  46. "Regex": 1,
  47. "Domain": 2,
  48. "Full": 3,
  49. }
  50. )
  51. func (x Domain_Type) Enum() *Domain_Type {
  52. p := new(Domain_Type)
  53. *p = x
  54. return p
  55. }
  56. func (x Domain_Type) String() string {
  57. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  58. }
  59. func (Domain_Type) Descriptor() protoreflect.EnumDescriptor {
  60. return file_app_router_config_proto_enumTypes[0].Descriptor()
  61. }
  62. func (Domain_Type) Type() protoreflect.EnumType {
  63. return &file_app_router_config_proto_enumTypes[0]
  64. }
  65. func (x Domain_Type) Number() protoreflect.EnumNumber {
  66. return protoreflect.EnumNumber(x)
  67. }
  68. // Deprecated: Use Domain_Type.Descriptor instead.
  69. func (Domain_Type) EnumDescriptor() ([]byte, []int) {
  70. return file_app_router_config_proto_rawDescGZIP(), []int{0, 0}
  71. }
  72. type Config_DomainStrategy int32
  73. const (
  74. // Use domain as is.
  75. Config_AsIs Config_DomainStrategy = 0
  76. // Always resolve IP for domains.
  77. Config_UseIp Config_DomainStrategy = 1
  78. // Resolve to IP if the domain doesn't match any rules.
  79. Config_IpIfNonMatch Config_DomainStrategy = 2
  80. // Resolve to IP if any rule requires IP matching.
  81. Config_IpOnDemand Config_DomainStrategy = 3
  82. )
  83. // Enum value maps for Config_DomainStrategy.
  84. var (
  85. Config_DomainStrategy_name = map[int32]string{
  86. 0: "AsIs",
  87. 1: "UseIp",
  88. 2: "IpIfNonMatch",
  89. 3: "IpOnDemand",
  90. }
  91. Config_DomainStrategy_value = map[string]int32{
  92. "AsIs": 0,
  93. "UseIp": 1,
  94. "IpIfNonMatch": 2,
  95. "IpOnDemand": 3,
  96. }
  97. )
  98. func (x Config_DomainStrategy) Enum() *Config_DomainStrategy {
  99. p := new(Config_DomainStrategy)
  100. *p = x
  101. return p
  102. }
  103. func (x Config_DomainStrategy) String() string {
  104. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  105. }
  106. func (Config_DomainStrategy) Descriptor() protoreflect.EnumDescriptor {
  107. return file_app_router_config_proto_enumTypes[1].Descriptor()
  108. }
  109. func (Config_DomainStrategy) Type() protoreflect.EnumType {
  110. return &file_app_router_config_proto_enumTypes[1]
  111. }
  112. func (x Config_DomainStrategy) Number() protoreflect.EnumNumber {
  113. return protoreflect.EnumNumber(x)
  114. }
  115. // Deprecated: Use Config_DomainStrategy.Descriptor instead.
  116. func (Config_DomainStrategy) EnumDescriptor() ([]byte, []int) {
  117. return file_app_router_config_proto_rawDescGZIP(), []int{8, 0}
  118. }
  119. // Domain for routing decision.
  120. type Domain struct {
  121. state protoimpl.MessageState
  122. sizeCache protoimpl.SizeCache
  123. unknownFields protoimpl.UnknownFields
  124. // Domain matching type.
  125. Type Domain_Type `protobuf:"varint,1,opt,name=type,proto3,enum=v2ray.core.app.router.Domain_Type" json:"type,omitempty"`
  126. // Domain value.
  127. Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
  128. // Attributes of this domain. May be used for filtering.
  129. Attribute []*Domain_Attribute `protobuf:"bytes,3,rep,name=attribute,proto3" json:"attribute,omitempty"`
  130. }
  131. func (x *Domain) Reset() {
  132. *x = Domain{}
  133. if protoimpl.UnsafeEnabled {
  134. mi := &file_app_router_config_proto_msgTypes[0]
  135. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  136. ms.StoreMessageInfo(mi)
  137. }
  138. }
  139. func (x *Domain) String() string {
  140. return protoimpl.X.MessageStringOf(x)
  141. }
  142. func (*Domain) ProtoMessage() {}
  143. func (x *Domain) ProtoReflect() protoreflect.Message {
  144. mi := &file_app_router_config_proto_msgTypes[0]
  145. if protoimpl.UnsafeEnabled && x != nil {
  146. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  147. if ms.LoadMessageInfo() == nil {
  148. ms.StoreMessageInfo(mi)
  149. }
  150. return ms
  151. }
  152. return mi.MessageOf(x)
  153. }
  154. // Deprecated: Use Domain.ProtoReflect.Descriptor instead.
  155. func (*Domain) Descriptor() ([]byte, []int) {
  156. return file_app_router_config_proto_rawDescGZIP(), []int{0}
  157. }
  158. func (x *Domain) GetType() Domain_Type {
  159. if x != nil {
  160. return x.Type
  161. }
  162. return Domain_Plain
  163. }
  164. func (x *Domain) GetValue() string {
  165. if x != nil {
  166. return x.Value
  167. }
  168. return ""
  169. }
  170. func (x *Domain) GetAttribute() []*Domain_Attribute {
  171. if x != nil {
  172. return x.Attribute
  173. }
  174. return nil
  175. }
  176. // IP for routing decision, in CIDR form.
  177. type CIDR struct {
  178. state protoimpl.MessageState
  179. sizeCache protoimpl.SizeCache
  180. unknownFields protoimpl.UnknownFields
  181. // IP address, should be either 4 or 16 bytes.
  182. Ip []byte `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
  183. // Number of leading ones in the network mask.
  184. Prefix uint32 `protobuf:"varint,2,opt,name=prefix,proto3" json:"prefix,omitempty"`
  185. }
  186. func (x *CIDR) Reset() {
  187. *x = CIDR{}
  188. if protoimpl.UnsafeEnabled {
  189. mi := &file_app_router_config_proto_msgTypes[1]
  190. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  191. ms.StoreMessageInfo(mi)
  192. }
  193. }
  194. func (x *CIDR) String() string {
  195. return protoimpl.X.MessageStringOf(x)
  196. }
  197. func (*CIDR) ProtoMessage() {}
  198. func (x *CIDR) ProtoReflect() protoreflect.Message {
  199. mi := &file_app_router_config_proto_msgTypes[1]
  200. if protoimpl.UnsafeEnabled && x != nil {
  201. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  202. if ms.LoadMessageInfo() == nil {
  203. ms.StoreMessageInfo(mi)
  204. }
  205. return ms
  206. }
  207. return mi.MessageOf(x)
  208. }
  209. // Deprecated: Use CIDR.ProtoReflect.Descriptor instead.
  210. func (*CIDR) Descriptor() ([]byte, []int) {
  211. return file_app_router_config_proto_rawDescGZIP(), []int{1}
  212. }
  213. func (x *CIDR) GetIp() []byte {
  214. if x != nil {
  215. return x.Ip
  216. }
  217. return nil
  218. }
  219. func (x *CIDR) GetPrefix() uint32 {
  220. if x != nil {
  221. return x.Prefix
  222. }
  223. return 0
  224. }
  225. type GeoIP struct {
  226. state protoimpl.MessageState
  227. sizeCache protoimpl.SizeCache
  228. unknownFields protoimpl.UnknownFields
  229. CountryCode string `protobuf:"bytes,1,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
  230. Cidr []*CIDR `protobuf:"bytes,2,rep,name=cidr,proto3" json:"cidr,omitempty"`
  231. }
  232. func (x *GeoIP) Reset() {
  233. *x = GeoIP{}
  234. if protoimpl.UnsafeEnabled {
  235. mi := &file_app_router_config_proto_msgTypes[2]
  236. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  237. ms.StoreMessageInfo(mi)
  238. }
  239. }
  240. func (x *GeoIP) String() string {
  241. return protoimpl.X.MessageStringOf(x)
  242. }
  243. func (*GeoIP) ProtoMessage() {}
  244. func (x *GeoIP) ProtoReflect() protoreflect.Message {
  245. mi := &file_app_router_config_proto_msgTypes[2]
  246. if protoimpl.UnsafeEnabled && x != nil {
  247. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  248. if ms.LoadMessageInfo() == nil {
  249. ms.StoreMessageInfo(mi)
  250. }
  251. return ms
  252. }
  253. return mi.MessageOf(x)
  254. }
  255. // Deprecated: Use GeoIP.ProtoReflect.Descriptor instead.
  256. func (*GeoIP) Descriptor() ([]byte, []int) {
  257. return file_app_router_config_proto_rawDescGZIP(), []int{2}
  258. }
  259. func (x *GeoIP) GetCountryCode() string {
  260. if x != nil {
  261. return x.CountryCode
  262. }
  263. return ""
  264. }
  265. func (x *GeoIP) GetCidr() []*CIDR {
  266. if x != nil {
  267. return x.Cidr
  268. }
  269. return nil
  270. }
  271. type GeoIPList struct {
  272. state protoimpl.MessageState
  273. sizeCache protoimpl.SizeCache
  274. unknownFields protoimpl.UnknownFields
  275. Entry []*GeoIP `protobuf:"bytes,1,rep,name=entry,proto3" json:"entry,omitempty"`
  276. }
  277. func (x *GeoIPList) Reset() {
  278. *x = GeoIPList{}
  279. if protoimpl.UnsafeEnabled {
  280. mi := &file_app_router_config_proto_msgTypes[3]
  281. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  282. ms.StoreMessageInfo(mi)
  283. }
  284. }
  285. func (x *GeoIPList) String() string {
  286. return protoimpl.X.MessageStringOf(x)
  287. }
  288. func (*GeoIPList) ProtoMessage() {}
  289. func (x *GeoIPList) ProtoReflect() protoreflect.Message {
  290. mi := &file_app_router_config_proto_msgTypes[3]
  291. if protoimpl.UnsafeEnabled && x != nil {
  292. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  293. if ms.LoadMessageInfo() == nil {
  294. ms.StoreMessageInfo(mi)
  295. }
  296. return ms
  297. }
  298. return mi.MessageOf(x)
  299. }
  300. // Deprecated: Use GeoIPList.ProtoReflect.Descriptor instead.
  301. func (*GeoIPList) Descriptor() ([]byte, []int) {
  302. return file_app_router_config_proto_rawDescGZIP(), []int{3}
  303. }
  304. func (x *GeoIPList) GetEntry() []*GeoIP {
  305. if x != nil {
  306. return x.Entry
  307. }
  308. return nil
  309. }
  310. type GeoSite struct {
  311. state protoimpl.MessageState
  312. sizeCache protoimpl.SizeCache
  313. unknownFields protoimpl.UnknownFields
  314. CountryCode string `protobuf:"bytes,1,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
  315. Domain []*Domain `protobuf:"bytes,2,rep,name=domain,proto3" json:"domain,omitempty"`
  316. }
  317. func (x *GeoSite) Reset() {
  318. *x = GeoSite{}
  319. if protoimpl.UnsafeEnabled {
  320. mi := &file_app_router_config_proto_msgTypes[4]
  321. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  322. ms.StoreMessageInfo(mi)
  323. }
  324. }
  325. func (x *GeoSite) String() string {
  326. return protoimpl.X.MessageStringOf(x)
  327. }
  328. func (*GeoSite) ProtoMessage() {}
  329. func (x *GeoSite) ProtoReflect() protoreflect.Message {
  330. mi := &file_app_router_config_proto_msgTypes[4]
  331. if protoimpl.UnsafeEnabled && x != nil {
  332. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  333. if ms.LoadMessageInfo() == nil {
  334. ms.StoreMessageInfo(mi)
  335. }
  336. return ms
  337. }
  338. return mi.MessageOf(x)
  339. }
  340. // Deprecated: Use GeoSite.ProtoReflect.Descriptor instead.
  341. func (*GeoSite) Descriptor() ([]byte, []int) {
  342. return file_app_router_config_proto_rawDescGZIP(), []int{4}
  343. }
  344. func (x *GeoSite) GetCountryCode() string {
  345. if x != nil {
  346. return x.CountryCode
  347. }
  348. return ""
  349. }
  350. func (x *GeoSite) GetDomain() []*Domain {
  351. if x != nil {
  352. return x.Domain
  353. }
  354. return nil
  355. }
  356. type GeoSiteList struct {
  357. state protoimpl.MessageState
  358. sizeCache protoimpl.SizeCache
  359. unknownFields protoimpl.UnknownFields
  360. Entry []*GeoSite `protobuf:"bytes,1,rep,name=entry,proto3" json:"entry,omitempty"`
  361. }
  362. func (x *GeoSiteList) Reset() {
  363. *x = GeoSiteList{}
  364. if protoimpl.UnsafeEnabled {
  365. mi := &file_app_router_config_proto_msgTypes[5]
  366. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  367. ms.StoreMessageInfo(mi)
  368. }
  369. }
  370. func (x *GeoSiteList) String() string {
  371. return protoimpl.X.MessageStringOf(x)
  372. }
  373. func (*GeoSiteList) ProtoMessage() {}
  374. func (x *GeoSiteList) ProtoReflect() protoreflect.Message {
  375. mi := &file_app_router_config_proto_msgTypes[5]
  376. if protoimpl.UnsafeEnabled && x != nil {
  377. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  378. if ms.LoadMessageInfo() == nil {
  379. ms.StoreMessageInfo(mi)
  380. }
  381. return ms
  382. }
  383. return mi.MessageOf(x)
  384. }
  385. // Deprecated: Use GeoSiteList.ProtoReflect.Descriptor instead.
  386. func (*GeoSiteList) Descriptor() ([]byte, []int) {
  387. return file_app_router_config_proto_rawDescGZIP(), []int{5}
  388. }
  389. func (x *GeoSiteList) GetEntry() []*GeoSite {
  390. if x != nil {
  391. return x.Entry
  392. }
  393. return nil
  394. }
  395. type RoutingRule struct {
  396. state protoimpl.MessageState
  397. sizeCache protoimpl.SizeCache
  398. unknownFields protoimpl.UnknownFields
  399. // Types that are assignable to TargetTag:
  400. // *RoutingRule_Tag
  401. // *RoutingRule_BalancingTag
  402. TargetTag isRoutingRule_TargetTag `protobuf_oneof:"target_tag"`
  403. // List of domains for target domain matching.
  404. Domain []*Domain `protobuf:"bytes,2,rep,name=domain,proto3" json:"domain,omitempty"`
  405. // List of CIDRs for target IP address matching.
  406. // Deprecated. Use geoip below.
  407. //
  408. // Deprecated: Do not use.
  409. Cidr []*CIDR `protobuf:"bytes,3,rep,name=cidr,proto3" json:"cidr,omitempty"`
  410. // List of GeoIPs for target IP address matching. If this entry exists, the
  411. // cidr above will have no effect. GeoIP fields with the same country code are
  412. // supposed to contain exactly same content. They will be merged during
  413. // runtime. For customized GeoIPs, please leave country code empty.
  414. Geoip []*GeoIP `protobuf:"bytes,10,rep,name=geoip,proto3" json:"geoip,omitempty"`
  415. // A range of port [from, to]. If the destination port is in this range, this
  416. // rule takes effect. Deprecated. Use port_list.
  417. //
  418. // Deprecated: Do not use.
  419. PortRange *net.PortRange `protobuf:"bytes,4,opt,name=port_range,json=portRange,proto3" json:"port_range,omitempty"`
  420. // List of ports.
  421. PortList *net.PortList `protobuf:"bytes,14,opt,name=port_list,json=portList,proto3" json:"port_list,omitempty"`
  422. // List of networks. Deprecated. Use networks.
  423. //
  424. // Deprecated: Do not use.
  425. NetworkList *net.NetworkList `protobuf:"bytes,5,opt,name=network_list,json=networkList,proto3" json:"network_list,omitempty"`
  426. // List of networks for matching.
  427. Networks []net.Network `protobuf:"varint,13,rep,packed,name=networks,proto3,enum=v2ray.core.common.net.Network" json:"networks,omitempty"`
  428. // List of CIDRs for source IP address matching.
  429. //
  430. // Deprecated: Do not use.
  431. SourceCidr []*CIDR `protobuf:"bytes,6,rep,name=source_cidr,json=sourceCidr,proto3" json:"source_cidr,omitempty"`
  432. // List of GeoIPs for source IP address matching. If this entry exists, the
  433. // source_cidr above will have no effect.
  434. SourceGeoip []*GeoIP `protobuf:"bytes,11,rep,name=source_geoip,json=sourceGeoip,proto3" json:"source_geoip,omitempty"`
  435. // List of ports for source port matching.
  436. SourcePortList *net.PortList `protobuf:"bytes,16,opt,name=source_port_list,json=sourcePortList,proto3" json:"source_port_list,omitempty"`
  437. UserEmail []string `protobuf:"bytes,7,rep,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
  438. InboundTag []string `protobuf:"bytes,8,rep,name=inbound_tag,json=inboundTag,proto3" json:"inbound_tag,omitempty"`
  439. Protocol []string `protobuf:"bytes,9,rep,name=protocol,proto3" json:"protocol,omitempty"`
  440. Attributes string `protobuf:"bytes,15,opt,name=attributes,proto3" json:"attributes,omitempty"`
  441. }
  442. func (x *RoutingRule) Reset() {
  443. *x = RoutingRule{}
  444. if protoimpl.UnsafeEnabled {
  445. mi := &file_app_router_config_proto_msgTypes[6]
  446. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  447. ms.StoreMessageInfo(mi)
  448. }
  449. }
  450. func (x *RoutingRule) String() string {
  451. return protoimpl.X.MessageStringOf(x)
  452. }
  453. func (*RoutingRule) ProtoMessage() {}
  454. func (x *RoutingRule) ProtoReflect() protoreflect.Message {
  455. mi := &file_app_router_config_proto_msgTypes[6]
  456. if protoimpl.UnsafeEnabled && x != nil {
  457. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  458. if ms.LoadMessageInfo() == nil {
  459. ms.StoreMessageInfo(mi)
  460. }
  461. return ms
  462. }
  463. return mi.MessageOf(x)
  464. }
  465. // Deprecated: Use RoutingRule.ProtoReflect.Descriptor instead.
  466. func (*RoutingRule) Descriptor() ([]byte, []int) {
  467. return file_app_router_config_proto_rawDescGZIP(), []int{6}
  468. }
  469. func (m *RoutingRule) GetTargetTag() isRoutingRule_TargetTag {
  470. if m != nil {
  471. return m.TargetTag
  472. }
  473. return nil
  474. }
  475. func (x *RoutingRule) GetTag() string {
  476. if x, ok := x.GetTargetTag().(*RoutingRule_Tag); ok {
  477. return x.Tag
  478. }
  479. return ""
  480. }
  481. func (x *RoutingRule) GetBalancingTag() string {
  482. if x, ok := x.GetTargetTag().(*RoutingRule_BalancingTag); ok {
  483. return x.BalancingTag
  484. }
  485. return ""
  486. }
  487. func (x *RoutingRule) GetDomain() []*Domain {
  488. if x != nil {
  489. return x.Domain
  490. }
  491. return nil
  492. }
  493. // Deprecated: Do not use.
  494. func (x *RoutingRule) GetCidr() []*CIDR {
  495. if x != nil {
  496. return x.Cidr
  497. }
  498. return nil
  499. }
  500. func (x *RoutingRule) GetGeoip() []*GeoIP {
  501. if x != nil {
  502. return x.Geoip
  503. }
  504. return nil
  505. }
  506. // Deprecated: Do not use.
  507. func (x *RoutingRule) GetPortRange() *net.PortRange {
  508. if x != nil {
  509. return x.PortRange
  510. }
  511. return nil
  512. }
  513. func (x *RoutingRule) GetPortList() *net.PortList {
  514. if x != nil {
  515. return x.PortList
  516. }
  517. return nil
  518. }
  519. // Deprecated: Do not use.
  520. func (x *RoutingRule) GetNetworkList() *net.NetworkList {
  521. if x != nil {
  522. return x.NetworkList
  523. }
  524. return nil
  525. }
  526. func (x *RoutingRule) GetNetworks() []net.Network {
  527. if x != nil {
  528. return x.Networks
  529. }
  530. return nil
  531. }
  532. // Deprecated: Do not use.
  533. func (x *RoutingRule) GetSourceCidr() []*CIDR {
  534. if x != nil {
  535. return x.SourceCidr
  536. }
  537. return nil
  538. }
  539. func (x *RoutingRule) GetSourceGeoip() []*GeoIP {
  540. if x != nil {
  541. return x.SourceGeoip
  542. }
  543. return nil
  544. }
  545. func (x *RoutingRule) GetSourcePortList() *net.PortList {
  546. if x != nil {
  547. return x.SourcePortList
  548. }
  549. return nil
  550. }
  551. func (x *RoutingRule) GetUserEmail() []string {
  552. if x != nil {
  553. return x.UserEmail
  554. }
  555. return nil
  556. }
  557. func (x *RoutingRule) GetInboundTag() []string {
  558. if x != nil {
  559. return x.InboundTag
  560. }
  561. return nil
  562. }
  563. func (x *RoutingRule) GetProtocol() []string {
  564. if x != nil {
  565. return x.Protocol
  566. }
  567. return nil
  568. }
  569. func (x *RoutingRule) GetAttributes() string {
  570. if x != nil {
  571. return x.Attributes
  572. }
  573. return ""
  574. }
  575. type isRoutingRule_TargetTag interface {
  576. isRoutingRule_TargetTag()
  577. }
  578. type RoutingRule_Tag struct {
  579. // Tag of outbound that this rule is pointing to.
  580. Tag string `protobuf:"bytes,1,opt,name=tag,proto3,oneof"`
  581. }
  582. type RoutingRule_BalancingTag struct {
  583. // Tag of routing balancer.
  584. BalancingTag string `protobuf:"bytes,12,opt,name=balancing_tag,json=balancingTag,proto3,oneof"`
  585. }
  586. func (*RoutingRule_Tag) isRoutingRule_TargetTag() {}
  587. func (*RoutingRule_BalancingTag) isRoutingRule_TargetTag() {}
  588. type BalancingRule struct {
  589. state protoimpl.MessageState
  590. sizeCache protoimpl.SizeCache
  591. unknownFields protoimpl.UnknownFields
  592. Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
  593. OutboundSelector []string `protobuf:"bytes,2,rep,name=outbound_selector,json=outboundSelector,proto3" json:"outbound_selector,omitempty"`
  594. }
  595. func (x *BalancingRule) Reset() {
  596. *x = BalancingRule{}
  597. if protoimpl.UnsafeEnabled {
  598. mi := &file_app_router_config_proto_msgTypes[7]
  599. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  600. ms.StoreMessageInfo(mi)
  601. }
  602. }
  603. func (x *BalancingRule) String() string {
  604. return protoimpl.X.MessageStringOf(x)
  605. }
  606. func (*BalancingRule) ProtoMessage() {}
  607. func (x *BalancingRule) ProtoReflect() protoreflect.Message {
  608. mi := &file_app_router_config_proto_msgTypes[7]
  609. if protoimpl.UnsafeEnabled && x != nil {
  610. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  611. if ms.LoadMessageInfo() == nil {
  612. ms.StoreMessageInfo(mi)
  613. }
  614. return ms
  615. }
  616. return mi.MessageOf(x)
  617. }
  618. // Deprecated: Use BalancingRule.ProtoReflect.Descriptor instead.
  619. func (*BalancingRule) Descriptor() ([]byte, []int) {
  620. return file_app_router_config_proto_rawDescGZIP(), []int{7}
  621. }
  622. func (x *BalancingRule) GetTag() string {
  623. if x != nil {
  624. return x.Tag
  625. }
  626. return ""
  627. }
  628. func (x *BalancingRule) GetOutboundSelector() []string {
  629. if x != nil {
  630. return x.OutboundSelector
  631. }
  632. return nil
  633. }
  634. type Config struct {
  635. state protoimpl.MessageState
  636. sizeCache protoimpl.SizeCache
  637. unknownFields protoimpl.UnknownFields
  638. DomainStrategy Config_DomainStrategy `protobuf:"varint,1,opt,name=domain_strategy,json=domainStrategy,proto3,enum=v2ray.core.app.router.Config_DomainStrategy" json:"domain_strategy,omitempty"`
  639. Rule []*RoutingRule `protobuf:"bytes,2,rep,name=rule,proto3" json:"rule,omitempty"`
  640. BalancingRule []*BalancingRule `protobuf:"bytes,3,rep,name=balancing_rule,json=balancingRule,proto3" json:"balancing_rule,omitempty"`
  641. }
  642. func (x *Config) Reset() {
  643. *x = Config{}
  644. if protoimpl.UnsafeEnabled {
  645. mi := &file_app_router_config_proto_msgTypes[8]
  646. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  647. ms.StoreMessageInfo(mi)
  648. }
  649. }
  650. func (x *Config) String() string {
  651. return protoimpl.X.MessageStringOf(x)
  652. }
  653. func (*Config) ProtoMessage() {}
  654. func (x *Config) ProtoReflect() protoreflect.Message {
  655. mi := &file_app_router_config_proto_msgTypes[8]
  656. if protoimpl.UnsafeEnabled && x != nil {
  657. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  658. if ms.LoadMessageInfo() == nil {
  659. ms.StoreMessageInfo(mi)
  660. }
  661. return ms
  662. }
  663. return mi.MessageOf(x)
  664. }
  665. // Deprecated: Use Config.ProtoReflect.Descriptor instead.
  666. func (*Config) Descriptor() ([]byte, []int) {
  667. return file_app_router_config_proto_rawDescGZIP(), []int{8}
  668. }
  669. func (x *Config) GetDomainStrategy() Config_DomainStrategy {
  670. if x != nil {
  671. return x.DomainStrategy
  672. }
  673. return Config_AsIs
  674. }
  675. func (x *Config) GetRule() []*RoutingRule {
  676. if x != nil {
  677. return x.Rule
  678. }
  679. return nil
  680. }
  681. func (x *Config) GetBalancingRule() []*BalancingRule {
  682. if x != nil {
  683. return x.BalancingRule
  684. }
  685. return nil
  686. }
  687. type Domain_Attribute struct {
  688. state protoimpl.MessageState
  689. sizeCache protoimpl.SizeCache
  690. unknownFields protoimpl.UnknownFields
  691. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
  692. // Types that are assignable to TypedValue:
  693. // *Domain_Attribute_BoolValue
  694. // *Domain_Attribute_IntValue
  695. TypedValue isDomain_Attribute_TypedValue `protobuf_oneof:"typed_value"`
  696. }
  697. func (x *Domain_Attribute) Reset() {
  698. *x = Domain_Attribute{}
  699. if protoimpl.UnsafeEnabled {
  700. mi := &file_app_router_config_proto_msgTypes[9]
  701. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  702. ms.StoreMessageInfo(mi)
  703. }
  704. }
  705. func (x *Domain_Attribute) String() string {
  706. return protoimpl.X.MessageStringOf(x)
  707. }
  708. func (*Domain_Attribute) ProtoMessage() {}
  709. func (x *Domain_Attribute) ProtoReflect() protoreflect.Message {
  710. mi := &file_app_router_config_proto_msgTypes[9]
  711. if protoimpl.UnsafeEnabled && x != nil {
  712. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  713. if ms.LoadMessageInfo() == nil {
  714. ms.StoreMessageInfo(mi)
  715. }
  716. return ms
  717. }
  718. return mi.MessageOf(x)
  719. }
  720. // Deprecated: Use Domain_Attribute.ProtoReflect.Descriptor instead.
  721. func (*Domain_Attribute) Descriptor() ([]byte, []int) {
  722. return file_app_router_config_proto_rawDescGZIP(), []int{0, 0}
  723. }
  724. func (x *Domain_Attribute) GetKey() string {
  725. if x != nil {
  726. return x.Key
  727. }
  728. return ""
  729. }
  730. func (m *Domain_Attribute) GetTypedValue() isDomain_Attribute_TypedValue {
  731. if m != nil {
  732. return m.TypedValue
  733. }
  734. return nil
  735. }
  736. func (x *Domain_Attribute) GetBoolValue() bool {
  737. if x, ok := x.GetTypedValue().(*Domain_Attribute_BoolValue); ok {
  738. return x.BoolValue
  739. }
  740. return false
  741. }
  742. func (x *Domain_Attribute) GetIntValue() int64 {
  743. if x, ok := x.GetTypedValue().(*Domain_Attribute_IntValue); ok {
  744. return x.IntValue
  745. }
  746. return 0
  747. }
  748. type isDomain_Attribute_TypedValue interface {
  749. isDomain_Attribute_TypedValue()
  750. }
  751. type Domain_Attribute_BoolValue struct {
  752. BoolValue bool `protobuf:"varint,2,opt,name=bool_value,json=boolValue,proto3,oneof"`
  753. }
  754. type Domain_Attribute_IntValue struct {
  755. IntValue int64 `protobuf:"varint,3,opt,name=int_value,json=intValue,proto3,oneof"`
  756. }
  757. func (*Domain_Attribute_BoolValue) isDomain_Attribute_TypedValue() {}
  758. func (*Domain_Attribute_IntValue) isDomain_Attribute_TypedValue() {}
  759. var File_app_router_config_proto protoreflect.FileDescriptor
  760. var file_app_router_config_proto_rawDesc = []byte{
  761. 0x0a, 0x17, 0x61, 0x70, 0x70, 0x2f, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x6e,
  762. 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x15, 0x76, 0x32, 0x72, 0x61, 0x79,
  763. 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72,
  764. 0x1a, 0x15, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x6e, 0x65, 0x74, 0x2f, 0x70, 0x6f, 0x72,
  765. 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x18, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f,
  766. 0x6e, 0x65, 0x74, 0x2f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  767. 0x6f, 0x22, 0xbf, 0x02, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x36, 0x0a, 0x04,
  768. 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x32, 0x72,
  769. 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74,
  770. 0x65, 0x72, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04,
  771. 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20,
  772. 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x45, 0x0a, 0x09, 0x61, 0x74,
  773. 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e,
  774. 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72,
  775. 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x41, 0x74, 0x74,
  776. 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x52, 0x09, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74,
  777. 0x65, 0x1a, 0x6c, 0x0a, 0x09, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x12, 0x10,
  778. 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79,
  779. 0x12, 0x1f, 0x0a, 0x0a, 0x62, 0x6f, 0x6f, 0x6c, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02,
  780. 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 0x09, 0x62, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75,
  781. 0x65, 0x12, 0x1d, 0x0a, 0x09, 0x69, 0x6e, 0x74, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03,
  782. 0x20, 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x08, 0x69, 0x6e, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65,
  783. 0x42, 0x0d, 0x0a, 0x0b, 0x74, 0x79, 0x70, 0x65, 0x64, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22,
  784. 0x32, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x09, 0x0a, 0x05, 0x50, 0x6c, 0x61, 0x69, 0x6e,
  785. 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x52, 0x65, 0x67, 0x65, 0x78, 0x10, 0x01, 0x12, 0x0a, 0x0a,
  786. 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x46, 0x75, 0x6c,
  787. 0x6c, 0x10, 0x03, 0x22, 0x2e, 0x0a, 0x04, 0x43, 0x49, 0x44, 0x52, 0x12, 0x0e, 0x0a, 0x02, 0x69,
  788. 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x70,
  789. 0x72, 0x65, 0x66, 0x69, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x70, 0x72, 0x65,
  790. 0x66, 0x69, 0x78, 0x22, 0x5b, 0x0a, 0x05, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x12, 0x21, 0x0a, 0x0c,
  791. 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
  792. 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12,
  793. 0x2f, 0x0a, 0x04, 0x63, 0x69, 0x64, 0x72, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
  794. 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72,
  795. 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x49, 0x44, 0x52, 0x52, 0x04, 0x63, 0x69, 0x64, 0x72,
  796. 0x22, 0x3f, 0x0a, 0x09, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x32, 0x0a,
  797. 0x05, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x76,
  798. 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f,
  799. 0x75, 0x74, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x72,
  800. 0x79, 0x22, 0x63, 0x0a, 0x07, 0x47, 0x65, 0x6f, 0x53, 0x69, 0x74, 0x65, 0x12, 0x21, 0x0a, 0x0c,
  801. 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
  802. 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12,
  803. 0x35, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32,
  804. 0x1d, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70,
  805. 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x06,
  806. 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x22, 0x43, 0x0a, 0x0b, 0x47, 0x65, 0x6f, 0x53, 0x69, 0x74,
  807. 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x34, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x18, 0x01,
  808. 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72,
  809. 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x6f,
  810. 0x53, 0x69, 0x74, 0x65, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x22, 0xca, 0x06, 0x0a, 0x0b,
  811. 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x03, 0x74,
  812. 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12,
  813. 0x25, 0x0a, 0x0d, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x61, 0x67,
  814. 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0c, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63,
  815. 0x69, 0x6e, 0x67, 0x54, 0x61, 0x67, 0x12, 0x35, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
  816. 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63,
  817. 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x44,
  818. 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x33, 0x0a,
  819. 0x04, 0x63, 0x69, 0x64, 0x72, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x76, 0x32,
  820. 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75,
  821. 0x74, 0x65, 0x72, 0x2e, 0x43, 0x49, 0x44, 0x52, 0x42, 0x02, 0x18, 0x01, 0x52, 0x04, 0x63, 0x69,
  822. 0x64, 0x72, 0x12, 0x32, 0x0a, 0x05, 0x67, 0x65, 0x6f, 0x69, 0x70, 0x18, 0x0a, 0x20, 0x03, 0x28,
  823. 0x0b, 0x32, 0x1c, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61,
  824. 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x52,
  825. 0x05, 0x67, 0x65, 0x6f, 0x69, 0x70, 0x12, 0x43, 0x0a, 0x0a, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x72,
  826. 0x61, 0x6e, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x32, 0x72,
  827. 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e,
  828. 0x65, 0x74, 0x2e, 0x50, 0x6f, 0x72, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x42, 0x02, 0x18, 0x01,
  829. 0x52, 0x09, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x3c, 0x0a, 0x09, 0x70,
  830. 0x6f, 0x72, 0x74, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f,
  831. 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  832. 0x6f, 0x6e, 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52,
  833. 0x08, 0x70, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x49, 0x0a, 0x0c, 0x6e, 0x65, 0x74,
  834. 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32,
  835. 0x22, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d,
  836. 0x6d, 0x6f, 0x6e, 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4c,
  837. 0x69, 0x73, 0x74, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0b, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b,
  838. 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x08, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x73,
  839. 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x1e, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63,
  840. 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x4e,
  841. 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x08, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x73,
  842. 0x12, 0x40, 0x0a, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x63, 0x69, 0x64, 0x72, 0x18,
  843. 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f,
  844. 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x49,
  845. 0x44, 0x52, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x69,
  846. 0x64, 0x72, 0x12, 0x3f, 0x0a, 0x0c, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x67, 0x65, 0x6f,
  847. 0x69, 0x70, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
  848. 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72,
  849. 0x2e, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x52, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x47, 0x65,
  850. 0x6f, 0x69, 0x70, 0x12, 0x49, 0x0a, 0x10, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x6f,
  851. 0x72, 0x74, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e,
  852. 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  853. 0x6e, 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x0e,
  854. 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1d,
  855. 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x07, 0x20, 0x03,
  856. 0x28, 0x09, 0x52, 0x09, 0x75, 0x73, 0x65, 0x72, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x1f, 0x0a,
  857. 0x0b, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x74, 0x61, 0x67, 0x18, 0x08, 0x20, 0x03,
  858. 0x28, 0x09, 0x52, 0x0a, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x61, 0x67, 0x12, 0x1a,
  859. 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x09, 0x20, 0x03, 0x28, 0x09,
  860. 0x52, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x74,
  861. 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
  862. 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x42, 0x0c, 0x0a, 0x0a, 0x74, 0x61,
  863. 0x72, 0x67, 0x65, 0x74, 0x5f, 0x74, 0x61, 0x67, 0x22, 0x4e, 0x0a, 0x0d, 0x42, 0x61, 0x6c, 0x61,
  864. 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67,
  865. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x2b, 0x0a, 0x11, 0x6f,
  866. 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72,
  867. 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x10, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
  868. 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x22, 0xad, 0x02, 0x0a, 0x06, 0x43, 0x6f, 0x6e,
  869. 0x66, 0x69, 0x67, 0x12, 0x55, 0x0a, 0x0f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x73, 0x74,
  870. 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x76,
  871. 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f,
  872. 0x75, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x44, 0x6f, 0x6d, 0x61,
  873. 0x69, 0x6e, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52, 0x0e, 0x64, 0x6f, 0x6d, 0x61,
  874. 0x69, 0x6e, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x36, 0x0a, 0x04, 0x72, 0x75,
  875. 0x6c, 0x65, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
  876. 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72,
  877. 0x2e, 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x04, 0x72, 0x75,
  878. 0x6c, 0x65, 0x12, 0x4b, 0x0a, 0x0e, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x5f,
  879. 0x72, 0x75, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x32, 0x72,
  880. 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74,
  881. 0x65, 0x72, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65,
  882. 0x52, 0x0d, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x22,
  883. 0x47, 0x0a, 0x0e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67,
  884. 0x79, 0x12, 0x08, 0x0a, 0x04, 0x41, 0x73, 0x49, 0x73, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x55,
  885. 0x73, 0x65, 0x49, 0x70, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x49, 0x70, 0x49, 0x66, 0x4e, 0x6f,
  886. 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x10, 0x02, 0x12, 0x0e, 0x0a, 0x0a, 0x49, 0x70, 0x4f, 0x6e,
  887. 0x44, 0x65, 0x6d, 0x61, 0x6e, 0x64, 0x10, 0x03, 0x42, 0x50, 0x0a, 0x19, 0x63, 0x6f, 0x6d, 0x2e,
  888. 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72,
  889. 0x6f, 0x75, 0x74, 0x65, 0x72, 0x50, 0x01, 0x5a, 0x19, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63,
  890. 0x6f, 0x6d, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x72, 0x6f, 0x75, 0x74,
  891. 0x65, 0x72, 0xaa, 0x02, 0x15, 0x56, 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 0x65, 0x2e,
  892. 0x41, 0x70, 0x70, 0x2e, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
  893. 0x6f, 0x33,
  894. }
  895. var (
  896. file_app_router_config_proto_rawDescOnce sync.Once
  897. file_app_router_config_proto_rawDescData = file_app_router_config_proto_rawDesc
  898. )
  899. func file_app_router_config_proto_rawDescGZIP() []byte {
  900. file_app_router_config_proto_rawDescOnce.Do(func() {
  901. file_app_router_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_app_router_config_proto_rawDescData)
  902. })
  903. return file_app_router_config_proto_rawDescData
  904. }
  905. var file_app_router_config_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
  906. var file_app_router_config_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
  907. var file_app_router_config_proto_goTypes = []interface{}{
  908. (Domain_Type)(0), // 0: v2ray.core.app.router.Domain.Type
  909. (Config_DomainStrategy)(0), // 1: v2ray.core.app.router.Config.DomainStrategy
  910. (*Domain)(nil), // 2: v2ray.core.app.router.Domain
  911. (*CIDR)(nil), // 3: v2ray.core.app.router.CIDR
  912. (*GeoIP)(nil), // 4: v2ray.core.app.router.GeoIP
  913. (*GeoIPList)(nil), // 5: v2ray.core.app.router.GeoIPList
  914. (*GeoSite)(nil), // 6: v2ray.core.app.router.GeoSite
  915. (*GeoSiteList)(nil), // 7: v2ray.core.app.router.GeoSiteList
  916. (*RoutingRule)(nil), // 8: v2ray.core.app.router.RoutingRule
  917. (*BalancingRule)(nil), // 9: v2ray.core.app.router.BalancingRule
  918. (*Config)(nil), // 10: v2ray.core.app.router.Config
  919. (*Domain_Attribute)(nil), // 11: v2ray.core.app.router.Domain.Attribute
  920. (*net.PortRange)(nil), // 12: v2ray.core.common.net.PortRange
  921. (*net.PortList)(nil), // 13: v2ray.core.common.net.PortList
  922. (*net.NetworkList)(nil), // 14: v2ray.core.common.net.NetworkList
  923. (net.Network)(0), // 15: v2ray.core.common.net.Network
  924. }
  925. var file_app_router_config_proto_depIdxs = []int32{
  926. 0, // 0: v2ray.core.app.router.Domain.type:type_name -> v2ray.core.app.router.Domain.Type
  927. 11, // 1: v2ray.core.app.router.Domain.attribute:type_name -> v2ray.core.app.router.Domain.Attribute
  928. 3, // 2: v2ray.core.app.router.GeoIP.cidr:type_name -> v2ray.core.app.router.CIDR
  929. 4, // 3: v2ray.core.app.router.GeoIPList.entry:type_name -> v2ray.core.app.router.GeoIP
  930. 2, // 4: v2ray.core.app.router.GeoSite.domain:type_name -> v2ray.core.app.router.Domain
  931. 6, // 5: v2ray.core.app.router.GeoSiteList.entry:type_name -> v2ray.core.app.router.GeoSite
  932. 2, // 6: v2ray.core.app.router.RoutingRule.domain:type_name -> v2ray.core.app.router.Domain
  933. 3, // 7: v2ray.core.app.router.RoutingRule.cidr:type_name -> v2ray.core.app.router.CIDR
  934. 4, // 8: v2ray.core.app.router.RoutingRule.geoip:type_name -> v2ray.core.app.router.GeoIP
  935. 12, // 9: v2ray.core.app.router.RoutingRule.port_range:type_name -> v2ray.core.common.net.PortRange
  936. 13, // 10: v2ray.core.app.router.RoutingRule.port_list:type_name -> v2ray.core.common.net.PortList
  937. 14, // 11: v2ray.core.app.router.RoutingRule.network_list:type_name -> v2ray.core.common.net.NetworkList
  938. 15, // 12: v2ray.core.app.router.RoutingRule.networks:type_name -> v2ray.core.common.net.Network
  939. 3, // 13: v2ray.core.app.router.RoutingRule.source_cidr:type_name -> v2ray.core.app.router.CIDR
  940. 4, // 14: v2ray.core.app.router.RoutingRule.source_geoip:type_name -> v2ray.core.app.router.GeoIP
  941. 13, // 15: v2ray.core.app.router.RoutingRule.source_port_list:type_name -> v2ray.core.common.net.PortList
  942. 1, // 16: v2ray.core.app.router.Config.domain_strategy:type_name -> v2ray.core.app.router.Config.DomainStrategy
  943. 8, // 17: v2ray.core.app.router.Config.rule:type_name -> v2ray.core.app.router.RoutingRule
  944. 9, // 18: v2ray.core.app.router.Config.balancing_rule:type_name -> v2ray.core.app.router.BalancingRule
  945. 19, // [19:19] is the sub-list for method output_type
  946. 19, // [19:19] is the sub-list for method input_type
  947. 19, // [19:19] is the sub-list for extension type_name
  948. 19, // [19:19] is the sub-list for extension extendee
  949. 0, // [0:19] is the sub-list for field type_name
  950. }
  951. func init() { file_app_router_config_proto_init() }
  952. func file_app_router_config_proto_init() {
  953. if File_app_router_config_proto != nil {
  954. return
  955. }
  956. if !protoimpl.UnsafeEnabled {
  957. file_app_router_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  958. switch v := v.(*Domain); i {
  959. case 0:
  960. return &v.state
  961. case 1:
  962. return &v.sizeCache
  963. case 2:
  964. return &v.unknownFields
  965. default:
  966. return nil
  967. }
  968. }
  969. file_app_router_config_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  970. switch v := v.(*CIDR); i {
  971. case 0:
  972. return &v.state
  973. case 1:
  974. return &v.sizeCache
  975. case 2:
  976. return &v.unknownFields
  977. default:
  978. return nil
  979. }
  980. }
  981. file_app_router_config_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  982. switch v := v.(*GeoIP); i {
  983. case 0:
  984. return &v.state
  985. case 1:
  986. return &v.sizeCache
  987. case 2:
  988. return &v.unknownFields
  989. default:
  990. return nil
  991. }
  992. }
  993. file_app_router_config_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  994. switch v := v.(*GeoIPList); i {
  995. case 0:
  996. return &v.state
  997. case 1:
  998. return &v.sizeCache
  999. case 2:
  1000. return &v.unknownFields
  1001. default:
  1002. return nil
  1003. }
  1004. }
  1005. file_app_router_config_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1006. switch v := v.(*GeoSite); i {
  1007. case 0:
  1008. return &v.state
  1009. case 1:
  1010. return &v.sizeCache
  1011. case 2:
  1012. return &v.unknownFields
  1013. default:
  1014. return nil
  1015. }
  1016. }
  1017. file_app_router_config_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1018. switch v := v.(*GeoSiteList); i {
  1019. case 0:
  1020. return &v.state
  1021. case 1:
  1022. return &v.sizeCache
  1023. case 2:
  1024. return &v.unknownFields
  1025. default:
  1026. return nil
  1027. }
  1028. }
  1029. file_app_router_config_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1030. switch v := v.(*RoutingRule); i {
  1031. case 0:
  1032. return &v.state
  1033. case 1:
  1034. return &v.sizeCache
  1035. case 2:
  1036. return &v.unknownFields
  1037. default:
  1038. return nil
  1039. }
  1040. }
  1041. file_app_router_config_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1042. switch v := v.(*BalancingRule); i {
  1043. case 0:
  1044. return &v.state
  1045. case 1:
  1046. return &v.sizeCache
  1047. case 2:
  1048. return &v.unknownFields
  1049. default:
  1050. return nil
  1051. }
  1052. }
  1053. file_app_router_config_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1054. switch v := v.(*Config); i {
  1055. case 0:
  1056. return &v.state
  1057. case 1:
  1058. return &v.sizeCache
  1059. case 2:
  1060. return &v.unknownFields
  1061. default:
  1062. return nil
  1063. }
  1064. }
  1065. file_app_router_config_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1066. switch v := v.(*Domain_Attribute); i {
  1067. case 0:
  1068. return &v.state
  1069. case 1:
  1070. return &v.sizeCache
  1071. case 2:
  1072. return &v.unknownFields
  1073. default:
  1074. return nil
  1075. }
  1076. }
  1077. }
  1078. file_app_router_config_proto_msgTypes[6].OneofWrappers = []interface{}{
  1079. (*RoutingRule_Tag)(nil),
  1080. (*RoutingRule_BalancingTag)(nil),
  1081. }
  1082. file_app_router_config_proto_msgTypes[9].OneofWrappers = []interface{}{
  1083. (*Domain_Attribute_BoolValue)(nil),
  1084. (*Domain_Attribute_IntValue)(nil),
  1085. }
  1086. type x struct{}
  1087. out := protoimpl.TypeBuilder{
  1088. File: protoimpl.DescBuilder{
  1089. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1090. RawDescriptor: file_app_router_config_proto_rawDesc,
  1091. NumEnums: 2,
  1092. NumMessages: 10,
  1093. NumExtensions: 0,
  1094. NumServices: 0,
  1095. },
  1096. GoTypes: file_app_router_config_proto_goTypes,
  1097. DependencyIndexes: file_app_router_config_proto_depIdxs,
  1098. EnumInfos: file_app_router_config_proto_enumTypes,
  1099. MessageInfos: file_app_router_config_proto_msgTypes,
  1100. }.Build()
  1101. File_app_router_config_proto = out.File
  1102. file_app_router_config_proto_rawDesc = nil
  1103. file_app_router_config_proto_goTypes = nil
  1104. file_app_router_config_proto_depIdxs = nil
  1105. }