config.pb.go 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.25.0
  4. // protoc (unknown)
  5. // source: v2ray.com/core/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_v2ray_com_core_app_router_config_proto_enumTypes[0].Descriptor()
  61. }
  62. func (Domain_Type) Type() protoreflect.EnumType {
  63. return &file_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_app_router_config_proto_enumTypes[1].Descriptor()
  108. }
  109. func (Config_DomainStrategy) Type() protoreflect.EnumType {
  110. return &file_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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_v2ray_com_core_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 cidr above will have no effect.
  411. // GeoIP fields with the same country code are supposed to contain exactly same content. They will be merged during runtime.
  412. // For customized GeoIPs, please leave country code empty.
  413. Geoip []*GeoIP `protobuf:"bytes,10,rep,name=geoip,proto3" json:"geoip,omitempty"`
  414. // A range of port [from, to]. If the destination port is in this range, this rule takes effect.
  415. // Deprecated. Use port_list.
  416. //
  417. // Deprecated: Do not use.
  418. PortRange *net.PortRange `protobuf:"bytes,4,opt,name=port_range,json=portRange,proto3" json:"port_range,omitempty"`
  419. // List of ports.
  420. PortList *net.PortList `protobuf:"bytes,14,opt,name=port_list,json=portList,proto3" json:"port_list,omitempty"`
  421. // List of networks. Deprecated. Use networks.
  422. //
  423. // Deprecated: Do not use.
  424. NetworkList *net.NetworkList `protobuf:"bytes,5,opt,name=network_list,json=networkList,proto3" json:"network_list,omitempty"`
  425. // List of networks for matching.
  426. Networks []net.Network `protobuf:"varint,13,rep,packed,name=networks,proto3,enum=v2ray.core.common.net.Network" json:"networks,omitempty"`
  427. // List of CIDRs for source IP address matching.
  428. //
  429. // Deprecated: Do not use.
  430. SourceCidr []*CIDR `protobuf:"bytes,6,rep,name=source_cidr,json=sourceCidr,proto3" json:"source_cidr,omitempty"`
  431. // List of GeoIPs for source IP address matching. If this entry exists, the source_cidr above will have no effect.
  432. SourceGeoip []*GeoIP `protobuf:"bytes,11,rep,name=source_geoip,json=sourceGeoip,proto3" json:"source_geoip,omitempty"`
  433. // List of ports for source port matching.
  434. SourcePortList *net.PortList `protobuf:"bytes,16,opt,name=source_port_list,json=sourcePortList,proto3" json:"source_port_list,omitempty"`
  435. UserEmail []string `protobuf:"bytes,7,rep,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
  436. InboundTag []string `protobuf:"bytes,8,rep,name=inbound_tag,json=inboundTag,proto3" json:"inbound_tag,omitempty"`
  437. Protocol []string `protobuf:"bytes,9,rep,name=protocol,proto3" json:"protocol,omitempty"`
  438. Attributes string `protobuf:"bytes,15,opt,name=attributes,proto3" json:"attributes,omitempty"`
  439. }
  440. func (x *RoutingRule) Reset() {
  441. *x = RoutingRule{}
  442. if protoimpl.UnsafeEnabled {
  443. mi := &file_v2ray_com_core_app_router_config_proto_msgTypes[6]
  444. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  445. ms.StoreMessageInfo(mi)
  446. }
  447. }
  448. func (x *RoutingRule) String() string {
  449. return protoimpl.X.MessageStringOf(x)
  450. }
  451. func (*RoutingRule) ProtoMessage() {}
  452. func (x *RoutingRule) ProtoReflect() protoreflect.Message {
  453. mi := &file_v2ray_com_core_app_router_config_proto_msgTypes[6]
  454. if protoimpl.UnsafeEnabled && x != nil {
  455. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  456. if ms.LoadMessageInfo() == nil {
  457. ms.StoreMessageInfo(mi)
  458. }
  459. return ms
  460. }
  461. return mi.MessageOf(x)
  462. }
  463. // Deprecated: Use RoutingRule.ProtoReflect.Descriptor instead.
  464. func (*RoutingRule) Descriptor() ([]byte, []int) {
  465. return file_v2ray_com_core_app_router_config_proto_rawDescGZIP(), []int{6}
  466. }
  467. func (m *RoutingRule) GetTargetTag() isRoutingRule_TargetTag {
  468. if m != nil {
  469. return m.TargetTag
  470. }
  471. return nil
  472. }
  473. func (x *RoutingRule) GetTag() string {
  474. if x, ok := x.GetTargetTag().(*RoutingRule_Tag); ok {
  475. return x.Tag
  476. }
  477. return ""
  478. }
  479. func (x *RoutingRule) GetBalancingTag() string {
  480. if x, ok := x.GetTargetTag().(*RoutingRule_BalancingTag); ok {
  481. return x.BalancingTag
  482. }
  483. return ""
  484. }
  485. func (x *RoutingRule) GetDomain() []*Domain {
  486. if x != nil {
  487. return x.Domain
  488. }
  489. return nil
  490. }
  491. // Deprecated: Do not use.
  492. func (x *RoutingRule) GetCidr() []*CIDR {
  493. if x != nil {
  494. return x.Cidr
  495. }
  496. return nil
  497. }
  498. func (x *RoutingRule) GetGeoip() []*GeoIP {
  499. if x != nil {
  500. return x.Geoip
  501. }
  502. return nil
  503. }
  504. // Deprecated: Do not use.
  505. func (x *RoutingRule) GetPortRange() *net.PortRange {
  506. if x != nil {
  507. return x.PortRange
  508. }
  509. return nil
  510. }
  511. func (x *RoutingRule) GetPortList() *net.PortList {
  512. if x != nil {
  513. return x.PortList
  514. }
  515. return nil
  516. }
  517. // Deprecated: Do not use.
  518. func (x *RoutingRule) GetNetworkList() *net.NetworkList {
  519. if x != nil {
  520. return x.NetworkList
  521. }
  522. return nil
  523. }
  524. func (x *RoutingRule) GetNetworks() []net.Network {
  525. if x != nil {
  526. return x.Networks
  527. }
  528. return nil
  529. }
  530. // Deprecated: Do not use.
  531. func (x *RoutingRule) GetSourceCidr() []*CIDR {
  532. if x != nil {
  533. return x.SourceCidr
  534. }
  535. return nil
  536. }
  537. func (x *RoutingRule) GetSourceGeoip() []*GeoIP {
  538. if x != nil {
  539. return x.SourceGeoip
  540. }
  541. return nil
  542. }
  543. func (x *RoutingRule) GetSourcePortList() *net.PortList {
  544. if x != nil {
  545. return x.SourcePortList
  546. }
  547. return nil
  548. }
  549. func (x *RoutingRule) GetUserEmail() []string {
  550. if x != nil {
  551. return x.UserEmail
  552. }
  553. return nil
  554. }
  555. func (x *RoutingRule) GetInboundTag() []string {
  556. if x != nil {
  557. return x.InboundTag
  558. }
  559. return nil
  560. }
  561. func (x *RoutingRule) GetProtocol() []string {
  562. if x != nil {
  563. return x.Protocol
  564. }
  565. return nil
  566. }
  567. func (x *RoutingRule) GetAttributes() string {
  568. if x != nil {
  569. return x.Attributes
  570. }
  571. return ""
  572. }
  573. type isRoutingRule_TargetTag interface {
  574. isRoutingRule_TargetTag()
  575. }
  576. type RoutingRule_Tag struct {
  577. // Tag of outbound that this rule is pointing to.
  578. Tag string `protobuf:"bytes,1,opt,name=tag,proto3,oneof"`
  579. }
  580. type RoutingRule_BalancingTag struct {
  581. // Tag of routing balancer.
  582. BalancingTag string `protobuf:"bytes,12,opt,name=balancing_tag,json=balancingTag,proto3,oneof"`
  583. }
  584. func (*RoutingRule_Tag) isRoutingRule_TargetTag() {}
  585. func (*RoutingRule_BalancingTag) isRoutingRule_TargetTag() {}
  586. type BalancingRule struct {
  587. state protoimpl.MessageState
  588. sizeCache protoimpl.SizeCache
  589. unknownFields protoimpl.UnknownFields
  590. Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
  591. OutboundSelector []string `protobuf:"bytes,2,rep,name=outbound_selector,json=outboundSelector,proto3" json:"outbound_selector,omitempty"`
  592. }
  593. func (x *BalancingRule) Reset() {
  594. *x = BalancingRule{}
  595. if protoimpl.UnsafeEnabled {
  596. mi := &file_v2ray_com_core_app_router_config_proto_msgTypes[7]
  597. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  598. ms.StoreMessageInfo(mi)
  599. }
  600. }
  601. func (x *BalancingRule) String() string {
  602. return protoimpl.X.MessageStringOf(x)
  603. }
  604. func (*BalancingRule) ProtoMessage() {}
  605. func (x *BalancingRule) ProtoReflect() protoreflect.Message {
  606. mi := &file_v2ray_com_core_app_router_config_proto_msgTypes[7]
  607. if protoimpl.UnsafeEnabled && x != nil {
  608. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  609. if ms.LoadMessageInfo() == nil {
  610. ms.StoreMessageInfo(mi)
  611. }
  612. return ms
  613. }
  614. return mi.MessageOf(x)
  615. }
  616. // Deprecated: Use BalancingRule.ProtoReflect.Descriptor instead.
  617. func (*BalancingRule) Descriptor() ([]byte, []int) {
  618. return file_v2ray_com_core_app_router_config_proto_rawDescGZIP(), []int{7}
  619. }
  620. func (x *BalancingRule) GetTag() string {
  621. if x != nil {
  622. return x.Tag
  623. }
  624. return ""
  625. }
  626. func (x *BalancingRule) GetOutboundSelector() []string {
  627. if x != nil {
  628. return x.OutboundSelector
  629. }
  630. return nil
  631. }
  632. type Config struct {
  633. state protoimpl.MessageState
  634. sizeCache protoimpl.SizeCache
  635. unknownFields protoimpl.UnknownFields
  636. DomainStrategy Config_DomainStrategy `protobuf:"varint,1,opt,name=domain_strategy,json=domainStrategy,proto3,enum=v2ray.core.app.router.Config_DomainStrategy" json:"domain_strategy,omitempty"`
  637. Rule []*RoutingRule `protobuf:"bytes,2,rep,name=rule,proto3" json:"rule,omitempty"`
  638. BalancingRule []*BalancingRule `protobuf:"bytes,3,rep,name=balancing_rule,json=balancingRule,proto3" json:"balancing_rule,omitempty"`
  639. }
  640. func (x *Config) Reset() {
  641. *x = Config{}
  642. if protoimpl.UnsafeEnabled {
  643. mi := &file_v2ray_com_core_app_router_config_proto_msgTypes[8]
  644. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  645. ms.StoreMessageInfo(mi)
  646. }
  647. }
  648. func (x *Config) String() string {
  649. return protoimpl.X.MessageStringOf(x)
  650. }
  651. func (*Config) ProtoMessage() {}
  652. func (x *Config) ProtoReflect() protoreflect.Message {
  653. mi := &file_v2ray_com_core_app_router_config_proto_msgTypes[8]
  654. if protoimpl.UnsafeEnabled && x != nil {
  655. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  656. if ms.LoadMessageInfo() == nil {
  657. ms.StoreMessageInfo(mi)
  658. }
  659. return ms
  660. }
  661. return mi.MessageOf(x)
  662. }
  663. // Deprecated: Use Config.ProtoReflect.Descriptor instead.
  664. func (*Config) Descriptor() ([]byte, []int) {
  665. return file_v2ray_com_core_app_router_config_proto_rawDescGZIP(), []int{8}
  666. }
  667. func (x *Config) GetDomainStrategy() Config_DomainStrategy {
  668. if x != nil {
  669. return x.DomainStrategy
  670. }
  671. return Config_AsIs
  672. }
  673. func (x *Config) GetRule() []*RoutingRule {
  674. if x != nil {
  675. return x.Rule
  676. }
  677. return nil
  678. }
  679. func (x *Config) GetBalancingRule() []*BalancingRule {
  680. if x != nil {
  681. return x.BalancingRule
  682. }
  683. return nil
  684. }
  685. type Domain_Attribute struct {
  686. state protoimpl.MessageState
  687. sizeCache protoimpl.SizeCache
  688. unknownFields protoimpl.UnknownFields
  689. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
  690. // Types that are assignable to TypedValue:
  691. // *Domain_Attribute_BoolValue
  692. // *Domain_Attribute_IntValue
  693. TypedValue isDomain_Attribute_TypedValue `protobuf_oneof:"typed_value"`
  694. }
  695. func (x *Domain_Attribute) Reset() {
  696. *x = Domain_Attribute{}
  697. if protoimpl.UnsafeEnabled {
  698. mi := &file_v2ray_com_core_app_router_config_proto_msgTypes[9]
  699. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  700. ms.StoreMessageInfo(mi)
  701. }
  702. }
  703. func (x *Domain_Attribute) String() string {
  704. return protoimpl.X.MessageStringOf(x)
  705. }
  706. func (*Domain_Attribute) ProtoMessage() {}
  707. func (x *Domain_Attribute) ProtoReflect() protoreflect.Message {
  708. mi := &file_v2ray_com_core_app_router_config_proto_msgTypes[9]
  709. if protoimpl.UnsafeEnabled && x != nil {
  710. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  711. if ms.LoadMessageInfo() == nil {
  712. ms.StoreMessageInfo(mi)
  713. }
  714. return ms
  715. }
  716. return mi.MessageOf(x)
  717. }
  718. // Deprecated: Use Domain_Attribute.ProtoReflect.Descriptor instead.
  719. func (*Domain_Attribute) Descriptor() ([]byte, []int) {
  720. return file_v2ray_com_core_app_router_config_proto_rawDescGZIP(), []int{0, 0}
  721. }
  722. func (x *Domain_Attribute) GetKey() string {
  723. if x != nil {
  724. return x.Key
  725. }
  726. return ""
  727. }
  728. func (m *Domain_Attribute) GetTypedValue() isDomain_Attribute_TypedValue {
  729. if m != nil {
  730. return m.TypedValue
  731. }
  732. return nil
  733. }
  734. func (x *Domain_Attribute) GetBoolValue() bool {
  735. if x, ok := x.GetTypedValue().(*Domain_Attribute_BoolValue); ok {
  736. return x.BoolValue
  737. }
  738. return false
  739. }
  740. func (x *Domain_Attribute) GetIntValue() int64 {
  741. if x, ok := x.GetTypedValue().(*Domain_Attribute_IntValue); ok {
  742. return x.IntValue
  743. }
  744. return 0
  745. }
  746. type isDomain_Attribute_TypedValue interface {
  747. isDomain_Attribute_TypedValue()
  748. }
  749. type Domain_Attribute_BoolValue struct {
  750. BoolValue bool `protobuf:"varint,2,opt,name=bool_value,json=boolValue,proto3,oneof"`
  751. }
  752. type Domain_Attribute_IntValue struct {
  753. IntValue int64 `protobuf:"varint,3,opt,name=int_value,json=intValue,proto3,oneof"`
  754. }
  755. func (*Domain_Attribute_BoolValue) isDomain_Attribute_TypedValue() {}
  756. func (*Domain_Attribute_IntValue) isDomain_Attribute_TypedValue() {}
  757. var File_v2ray_com_core_app_router_config_proto protoreflect.FileDescriptor
  758. var file_v2ray_com_core_app_router_config_proto_rawDesc = []byte{
  759. 0x0a, 0x26, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6f, 0x72, 0x65,
  760. 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x6e, 0x66,
  761. 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x15, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e,
  762. 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x1a,
  763. 0x24, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f,
  764. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x6e, 0x65, 0x74, 0x2f, 0x70, 0x6f, 0x72, 0x74, 0x2e,
  765. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x27, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d,
  766. 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x6e, 0x65, 0x74,
  767. 0x2f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xbf,
  768. 0x02, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x36, 0x0a, 0x04, 0x74, 0x79, 0x70,
  769. 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e,
  770. 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e,
  771. 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70,
  772. 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
  773. 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x45, 0x0a, 0x09, 0x61, 0x74, 0x74, 0x72, 0x69,
  774. 0x62, 0x75, 0x74, 0x65, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x76, 0x32, 0x72,
  775. 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74,
  776. 0x65, 0x72, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62,
  777. 0x75, 0x74, 0x65, 0x52, 0x09, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x1a, 0x6c,
  778. 0x0a, 0x09, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6b,
  779. 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1f, 0x0a,
  780. 0x0a, 0x62, 0x6f, 0x6f, 0x6c, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
  781. 0x08, 0x48, 0x00, 0x52, 0x09, 0x62, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1d,
  782. 0x0a, 0x09, 0x69, 0x6e, 0x74, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
  783. 0x03, 0x48, 0x00, 0x52, 0x08, 0x69, 0x6e, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x0d, 0x0a,
  784. 0x0b, 0x74, 0x79, 0x70, 0x65, 0x64, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x32, 0x0a, 0x04,
  785. 0x54, 0x79, 0x70, 0x65, 0x12, 0x09, 0x0a, 0x05, 0x50, 0x6c, 0x61, 0x69, 0x6e, 0x10, 0x00, 0x12,
  786. 0x09, 0x0a, 0x05, 0x52, 0x65, 0x67, 0x65, 0x78, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x44, 0x6f,
  787. 0x6d, 0x61, 0x69, 0x6e, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x46, 0x75, 0x6c, 0x6c, 0x10, 0x03,
  788. 0x22, 0x2e, 0x0a, 0x04, 0x43, 0x49, 0x44, 0x52, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x01,
  789. 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x66,
  790. 0x69, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78,
  791. 0x22, 0x5b, 0x0a, 0x05, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x75,
  792. 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  793. 0x0b, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x2f, 0x0a, 0x04,
  794. 0x63, 0x69, 0x64, 0x72, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x76, 0x32, 0x72,
  795. 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74,
  796. 0x65, 0x72, 0x2e, 0x43, 0x49, 0x44, 0x52, 0x52, 0x04, 0x63, 0x69, 0x64, 0x72, 0x22, 0x3f, 0x0a,
  797. 0x09, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x05, 0x65, 0x6e,
  798. 0x74, 0x72, 0x79, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x76, 0x32, 0x72, 0x61,
  799. 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65,
  800. 0x72, 0x2e, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x22, 0x63,
  801. 0x0a, 0x07, 0x47, 0x65, 0x6f, 0x53, 0x69, 0x74, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x75,
  802. 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  803. 0x0b, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x35, 0x0a, 0x06,
  804. 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76,
  805. 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f,
  806. 0x75, 0x74, 0x65, 0x72, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x06, 0x64, 0x6f, 0x6d,
  807. 0x61, 0x69, 0x6e, 0x22, 0x43, 0x0a, 0x0b, 0x47, 0x65, 0x6f, 0x53, 0x69, 0x74, 0x65, 0x4c, 0x69,
  808. 0x73, 0x74, 0x12, 0x34, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x18, 0x01, 0x20, 0x03, 0x28,
  809. 0x0b, 0x32, 0x1e, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61,
  810. 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x6f, 0x53, 0x69, 0x74,
  811. 0x65, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x22, 0xca, 0x06, 0x0a, 0x0b, 0x52, 0x6f, 0x75,
  812. 0x74, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18,
  813. 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x25, 0x0a, 0x0d,
  814. 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x61, 0x67, 0x18, 0x0c, 0x20,
  815. 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0c, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x69, 0x6e, 0x67,
  816. 0x54, 0x61, 0x67, 0x12, 0x35, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20,
  817. 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65,
  818. 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x44, 0x6f, 0x6d, 0x61,
  819. 0x69, 0x6e, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x33, 0x0a, 0x04, 0x63, 0x69,
  820. 0x64, 0x72, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
  821. 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72,
  822. 0x2e, 0x43, 0x49, 0x44, 0x52, 0x42, 0x02, 0x18, 0x01, 0x52, 0x04, 0x63, 0x69, 0x64, 0x72, 0x12,
  823. 0x32, 0x0a, 0x05, 0x67, 0x65, 0x6f, 0x69, 0x70, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c,
  824. 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e,
  825. 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x52, 0x05, 0x67, 0x65,
  826. 0x6f, 0x69, 0x70, 0x12, 0x43, 0x0a, 0x0a, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x72, 0x61, 0x6e, 0x67,
  827. 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e,
  828. 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e, 0x65, 0x74, 0x2e,
  829. 0x50, 0x6f, 0x72, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x42, 0x02, 0x18, 0x01, 0x52, 0x09, 0x70,
  830. 0x6f, 0x72, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x3c, 0x0a, 0x09, 0x70, 0x6f, 0x72, 0x74,
  831. 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x76, 0x32,
  832. 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
  833. 0x6e, 0x65, 0x74, 0x2e, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x08, 0x70, 0x6f,
  834. 0x72, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x49, 0x0a, 0x0c, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72,
  835. 0x6b, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x76,
  836. 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  837. 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4c, 0x69, 0x73, 0x74,
  838. 0x42, 0x02, 0x18, 0x01, 0x52, 0x0b, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4c, 0x69, 0x73,
  839. 0x74, 0x12, 0x3a, 0x0a, 0x08, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x18, 0x0d, 0x20,
  840. 0x03, 0x28, 0x0e, 0x32, 0x1e, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65,
  841. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x4e, 0x65, 0x74, 0x77,
  842. 0x6f, 0x72, 0x6b, 0x52, 0x08, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x12, 0x40, 0x0a,
  843. 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x63, 0x69, 0x64, 0x72, 0x18, 0x06, 0x20, 0x03,
  844. 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
  845. 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x49, 0x44, 0x52, 0x42,
  846. 0x02, 0x18, 0x01, 0x52, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x69, 0x64, 0x72, 0x12,
  847. 0x3f, 0x0a, 0x0c, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x67, 0x65, 0x6f, 0x69, 0x70, 0x18,
  848. 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f,
  849. 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x47, 0x65,
  850. 0x6f, 0x49, 0x50, 0x52, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x47, 0x65, 0x6f, 0x69, 0x70,
  851. 0x12, 0x49, 0x0a, 0x10, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x6f, 0x72, 0x74, 0x5f,
  852. 0x6c, 0x69, 0x73, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x76, 0x32, 0x72,
  853. 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e,
  854. 0x65, 0x74, 0x2e, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x0e, 0x73, 0x6f, 0x75,
  855. 0x72, 0x63, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75,
  856. 0x73, 0x65, 0x72, 0x5f, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52,
  857. 0x09, 0x75, 0x73, 0x65, 0x72, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x1f, 0x0a, 0x0b, 0x69, 0x6e,
  858. 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x74, 0x61, 0x67, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52,
  859. 0x0a, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x61, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x70,
  860. 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x09, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x70,
  861. 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x74, 0x74, 0x72, 0x69,
  862. 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x74, 0x74,
  863. 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x42, 0x0c, 0x0a, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65,
  864. 0x74, 0x5f, 0x74, 0x61, 0x67, 0x22, 0x4e, 0x0a, 0x0d, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x69,
  865. 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20,
  866. 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x2b, 0x0a, 0x11, 0x6f, 0x75, 0x74, 0x62,
  867. 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x02, 0x20,
  868. 0x03, 0x28, 0x09, 0x52, 0x10, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x53, 0x65, 0x6c,
  869. 0x65, 0x63, 0x74, 0x6f, 0x72, 0x22, 0xad, 0x02, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
  870. 0x12, 0x55, 0x0a, 0x0f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74,
  871. 0x65, 0x67, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x76, 0x32, 0x72, 0x61,
  872. 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65,
  873. 0x72, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x53,
  874. 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52, 0x0e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x53,
  875. 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x36, 0x0a, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x18,
  876. 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f,
  877. 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x52, 0x6f,
  878. 0x75, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x12,
  879. 0x4b, 0x0a, 0x0e, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x75, 0x6c,
  880. 0x65, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e,
  881. 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e,
  882. 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x0d, 0x62,
  883. 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x22, 0x47, 0x0a, 0x0e,
  884. 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x08,
  885. 0x0a, 0x04, 0x41, 0x73, 0x49, 0x73, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x55, 0x73, 0x65, 0x49,
  886. 0x70, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x49, 0x70, 0x49, 0x66, 0x4e, 0x6f, 0x6e, 0x4d, 0x61,
  887. 0x74, 0x63, 0x68, 0x10, 0x02, 0x12, 0x0e, 0x0a, 0x0a, 0x49, 0x70, 0x4f, 0x6e, 0x44, 0x65, 0x6d,
  888. 0x61, 0x6e, 0x64, 0x10, 0x03, 0x42, 0x3d, 0x0a, 0x19, 0x63, 0x6f, 0x6d, 0x2e, 0x76, 0x32, 0x72,
  889. 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74,
  890. 0x65, 0x72, 0x50, 0x01, 0x5a, 0x06, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0xaa, 0x02, 0x15, 0x56,
  891. 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 0x65, 0x2e, 0x41, 0x70, 0x70, 0x2e, 0x52, 0x6f,
  892. 0x75, 0x74, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  893. }
  894. var (
  895. file_v2ray_com_core_app_router_config_proto_rawDescOnce sync.Once
  896. file_v2ray_com_core_app_router_config_proto_rawDescData = file_v2ray_com_core_app_router_config_proto_rawDesc
  897. )
  898. func file_v2ray_com_core_app_router_config_proto_rawDescGZIP() []byte {
  899. file_v2ray_com_core_app_router_config_proto_rawDescOnce.Do(func() {
  900. file_v2ray_com_core_app_router_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_v2ray_com_core_app_router_config_proto_rawDescData)
  901. })
  902. return file_v2ray_com_core_app_router_config_proto_rawDescData
  903. }
  904. var file_v2ray_com_core_app_router_config_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
  905. var file_v2ray_com_core_app_router_config_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
  906. var file_v2ray_com_core_app_router_config_proto_goTypes = []interface{}{
  907. (Domain_Type)(0), // 0: v2ray.core.app.router.Domain.Type
  908. (Config_DomainStrategy)(0), // 1: v2ray.core.app.router.Config.DomainStrategy
  909. (*Domain)(nil), // 2: v2ray.core.app.router.Domain
  910. (*CIDR)(nil), // 3: v2ray.core.app.router.CIDR
  911. (*GeoIP)(nil), // 4: v2ray.core.app.router.GeoIP
  912. (*GeoIPList)(nil), // 5: v2ray.core.app.router.GeoIPList
  913. (*GeoSite)(nil), // 6: v2ray.core.app.router.GeoSite
  914. (*GeoSiteList)(nil), // 7: v2ray.core.app.router.GeoSiteList
  915. (*RoutingRule)(nil), // 8: v2ray.core.app.router.RoutingRule
  916. (*BalancingRule)(nil), // 9: v2ray.core.app.router.BalancingRule
  917. (*Config)(nil), // 10: v2ray.core.app.router.Config
  918. (*Domain_Attribute)(nil), // 11: v2ray.core.app.router.Domain.Attribute
  919. (*net.PortRange)(nil), // 12: v2ray.core.common.net.PortRange
  920. (*net.PortList)(nil), // 13: v2ray.core.common.net.PortList
  921. (*net.NetworkList)(nil), // 14: v2ray.core.common.net.NetworkList
  922. (net.Network)(0), // 15: v2ray.core.common.net.Network
  923. }
  924. var file_v2ray_com_core_app_router_config_proto_depIdxs = []int32{
  925. 0, // 0: v2ray.core.app.router.Domain.type:type_name -> v2ray.core.app.router.Domain.Type
  926. 11, // 1: v2ray.core.app.router.Domain.attribute:type_name -> v2ray.core.app.router.Domain.Attribute
  927. 3, // 2: v2ray.core.app.router.GeoIP.cidr:type_name -> v2ray.core.app.router.CIDR
  928. 4, // 3: v2ray.core.app.router.GeoIPList.entry:type_name -> v2ray.core.app.router.GeoIP
  929. 2, // 4: v2ray.core.app.router.GeoSite.domain:type_name -> v2ray.core.app.router.Domain
  930. 6, // 5: v2ray.core.app.router.GeoSiteList.entry:type_name -> v2ray.core.app.router.GeoSite
  931. 2, // 6: v2ray.core.app.router.RoutingRule.domain:type_name -> v2ray.core.app.router.Domain
  932. 3, // 7: v2ray.core.app.router.RoutingRule.cidr:type_name -> v2ray.core.app.router.CIDR
  933. 4, // 8: v2ray.core.app.router.RoutingRule.geoip:type_name -> v2ray.core.app.router.GeoIP
  934. 12, // 9: v2ray.core.app.router.RoutingRule.port_range:type_name -> v2ray.core.common.net.PortRange
  935. 13, // 10: v2ray.core.app.router.RoutingRule.port_list:type_name -> v2ray.core.common.net.PortList
  936. 14, // 11: v2ray.core.app.router.RoutingRule.network_list:type_name -> v2ray.core.common.net.NetworkList
  937. 15, // 12: v2ray.core.app.router.RoutingRule.networks:type_name -> v2ray.core.common.net.Network
  938. 3, // 13: v2ray.core.app.router.RoutingRule.source_cidr:type_name -> v2ray.core.app.router.CIDR
  939. 4, // 14: v2ray.core.app.router.RoutingRule.source_geoip:type_name -> v2ray.core.app.router.GeoIP
  940. 13, // 15: v2ray.core.app.router.RoutingRule.source_port_list:type_name -> v2ray.core.common.net.PortList
  941. 1, // 16: v2ray.core.app.router.Config.domain_strategy:type_name -> v2ray.core.app.router.Config.DomainStrategy
  942. 8, // 17: v2ray.core.app.router.Config.rule:type_name -> v2ray.core.app.router.RoutingRule
  943. 9, // 18: v2ray.core.app.router.Config.balancing_rule:type_name -> v2ray.core.app.router.BalancingRule
  944. 19, // [19:19] is the sub-list for method output_type
  945. 19, // [19:19] is the sub-list for method input_type
  946. 19, // [19:19] is the sub-list for extension type_name
  947. 19, // [19:19] is the sub-list for extension extendee
  948. 0, // [0:19] is the sub-list for field type_name
  949. }
  950. func init() { file_v2ray_com_core_app_router_config_proto_init() }
  951. func file_v2ray_com_core_app_router_config_proto_init() {
  952. if File_v2ray_com_core_app_router_config_proto != nil {
  953. return
  954. }
  955. if !protoimpl.UnsafeEnabled {
  956. file_v2ray_com_core_app_router_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  957. switch v := v.(*Domain); i {
  958. case 0:
  959. return &v.state
  960. case 1:
  961. return &v.sizeCache
  962. case 2:
  963. return &v.unknownFields
  964. default:
  965. return nil
  966. }
  967. }
  968. file_v2ray_com_core_app_router_config_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  969. switch v := v.(*CIDR); i {
  970. case 0:
  971. return &v.state
  972. case 1:
  973. return &v.sizeCache
  974. case 2:
  975. return &v.unknownFields
  976. default:
  977. return nil
  978. }
  979. }
  980. file_v2ray_com_core_app_router_config_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  981. switch v := v.(*GeoIP); i {
  982. case 0:
  983. return &v.state
  984. case 1:
  985. return &v.sizeCache
  986. case 2:
  987. return &v.unknownFields
  988. default:
  989. return nil
  990. }
  991. }
  992. file_v2ray_com_core_app_router_config_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  993. switch v := v.(*GeoIPList); i {
  994. case 0:
  995. return &v.state
  996. case 1:
  997. return &v.sizeCache
  998. case 2:
  999. return &v.unknownFields
  1000. default:
  1001. return nil
  1002. }
  1003. }
  1004. file_v2ray_com_core_app_router_config_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1005. switch v := v.(*GeoSite); i {
  1006. case 0:
  1007. return &v.state
  1008. case 1:
  1009. return &v.sizeCache
  1010. case 2:
  1011. return &v.unknownFields
  1012. default:
  1013. return nil
  1014. }
  1015. }
  1016. file_v2ray_com_core_app_router_config_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1017. switch v := v.(*GeoSiteList); i {
  1018. case 0:
  1019. return &v.state
  1020. case 1:
  1021. return &v.sizeCache
  1022. case 2:
  1023. return &v.unknownFields
  1024. default:
  1025. return nil
  1026. }
  1027. }
  1028. file_v2ray_com_core_app_router_config_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1029. switch v := v.(*RoutingRule); i {
  1030. case 0:
  1031. return &v.state
  1032. case 1:
  1033. return &v.sizeCache
  1034. case 2:
  1035. return &v.unknownFields
  1036. default:
  1037. return nil
  1038. }
  1039. }
  1040. file_v2ray_com_core_app_router_config_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1041. switch v := v.(*BalancingRule); i {
  1042. case 0:
  1043. return &v.state
  1044. case 1:
  1045. return &v.sizeCache
  1046. case 2:
  1047. return &v.unknownFields
  1048. default:
  1049. return nil
  1050. }
  1051. }
  1052. file_v2ray_com_core_app_router_config_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1053. switch v := v.(*Config); i {
  1054. case 0:
  1055. return &v.state
  1056. case 1:
  1057. return &v.sizeCache
  1058. case 2:
  1059. return &v.unknownFields
  1060. default:
  1061. return nil
  1062. }
  1063. }
  1064. file_v2ray_com_core_app_router_config_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1065. switch v := v.(*Domain_Attribute); i {
  1066. case 0:
  1067. return &v.state
  1068. case 1:
  1069. return &v.sizeCache
  1070. case 2:
  1071. return &v.unknownFields
  1072. default:
  1073. return nil
  1074. }
  1075. }
  1076. }
  1077. file_v2ray_com_core_app_router_config_proto_msgTypes[6].OneofWrappers = []interface{}{
  1078. (*RoutingRule_Tag)(nil),
  1079. (*RoutingRule_BalancingTag)(nil),
  1080. }
  1081. file_v2ray_com_core_app_router_config_proto_msgTypes[9].OneofWrappers = []interface{}{
  1082. (*Domain_Attribute_BoolValue)(nil),
  1083. (*Domain_Attribute_IntValue)(nil),
  1084. }
  1085. type x struct{}
  1086. out := protoimpl.TypeBuilder{
  1087. File: protoimpl.DescBuilder{
  1088. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1089. RawDescriptor: file_v2ray_com_core_app_router_config_proto_rawDesc,
  1090. NumEnums: 2,
  1091. NumMessages: 10,
  1092. NumExtensions: 0,
  1093. NumServices: 0,
  1094. },
  1095. GoTypes: file_v2ray_com_core_app_router_config_proto_goTypes,
  1096. DependencyIndexes: file_v2ray_com_core_app_router_config_proto_depIdxs,
  1097. EnumInfos: file_v2ray_com_core_app_router_config_proto_enumTypes,
  1098. MessageInfos: file_v2ray_com_core_app_router_config_proto_msgTypes,
  1099. }.Build()
  1100. File_v2ray_com_core_app_router_config_proto = out.File
  1101. file_v2ray_com_core_app_router_config_proto_rawDesc = nil
  1102. file_v2ray_com_core_app_router_config_proto_goTypes = nil
  1103. file_v2ray_com_core_app_router_config_proto_depIdxs = nil
  1104. }