config.pb.go 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560
  1. package dns
  2. import (
  3. fakedns "github.com/v2fly/v2ray-core/v5/app/dns/fakedns"
  4. routercommon "github.com/v2fly/v2ray-core/v5/app/router/routercommon"
  5. net "github.com/v2fly/v2ray-core/v5/common/net"
  6. _ "github.com/v2fly/v2ray-core/v5/common/protoext"
  7. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  8. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  9. reflect "reflect"
  10. sync "sync"
  11. unsafe "unsafe"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type DomainMatchingType int32
  20. const (
  21. DomainMatchingType_Full DomainMatchingType = 0
  22. DomainMatchingType_Subdomain DomainMatchingType = 1
  23. DomainMatchingType_Keyword DomainMatchingType = 2
  24. DomainMatchingType_Regex DomainMatchingType = 3
  25. )
  26. // Enum value maps for DomainMatchingType.
  27. var (
  28. DomainMatchingType_name = map[int32]string{
  29. 0: "Full",
  30. 1: "Subdomain",
  31. 2: "Keyword",
  32. 3: "Regex",
  33. }
  34. DomainMatchingType_value = map[string]int32{
  35. "Full": 0,
  36. "Subdomain": 1,
  37. "Keyword": 2,
  38. "Regex": 3,
  39. }
  40. )
  41. func (x DomainMatchingType) Enum() *DomainMatchingType {
  42. p := new(DomainMatchingType)
  43. *p = x
  44. return p
  45. }
  46. func (x DomainMatchingType) String() string {
  47. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  48. }
  49. func (DomainMatchingType) Descriptor() protoreflect.EnumDescriptor {
  50. return file_app_dns_config_proto_enumTypes[0].Descriptor()
  51. }
  52. func (DomainMatchingType) Type() protoreflect.EnumType {
  53. return &file_app_dns_config_proto_enumTypes[0]
  54. }
  55. func (x DomainMatchingType) Number() protoreflect.EnumNumber {
  56. return protoreflect.EnumNumber(x)
  57. }
  58. // Deprecated: Use DomainMatchingType.Descriptor instead.
  59. func (DomainMatchingType) EnumDescriptor() ([]byte, []int) {
  60. return file_app_dns_config_proto_rawDescGZIP(), []int{0}
  61. }
  62. type QueryStrategy int32
  63. const (
  64. QueryStrategy_USE_IP QueryStrategy = 0
  65. QueryStrategy_USE_IP4 QueryStrategy = 1
  66. QueryStrategy_USE_IP6 QueryStrategy = 2
  67. )
  68. // Enum value maps for QueryStrategy.
  69. var (
  70. QueryStrategy_name = map[int32]string{
  71. 0: "USE_IP",
  72. 1: "USE_IP4",
  73. 2: "USE_IP6",
  74. }
  75. QueryStrategy_value = map[string]int32{
  76. "USE_IP": 0,
  77. "USE_IP4": 1,
  78. "USE_IP6": 2,
  79. }
  80. )
  81. func (x QueryStrategy) Enum() *QueryStrategy {
  82. p := new(QueryStrategy)
  83. *p = x
  84. return p
  85. }
  86. func (x QueryStrategy) String() string {
  87. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  88. }
  89. func (QueryStrategy) Descriptor() protoreflect.EnumDescriptor {
  90. return file_app_dns_config_proto_enumTypes[1].Descriptor()
  91. }
  92. func (QueryStrategy) Type() protoreflect.EnumType {
  93. return &file_app_dns_config_proto_enumTypes[1]
  94. }
  95. func (x QueryStrategy) Number() protoreflect.EnumNumber {
  96. return protoreflect.EnumNumber(x)
  97. }
  98. // Deprecated: Use QueryStrategy.Descriptor instead.
  99. func (QueryStrategy) EnumDescriptor() ([]byte, []int) {
  100. return file_app_dns_config_proto_rawDescGZIP(), []int{1}
  101. }
  102. type CacheStrategy int32
  103. const (
  104. CacheStrategy_CacheEnabled CacheStrategy = 0
  105. CacheStrategy_CacheDisabled CacheStrategy = 1
  106. )
  107. // Enum value maps for CacheStrategy.
  108. var (
  109. CacheStrategy_name = map[int32]string{
  110. 0: "CacheEnabled",
  111. 1: "CacheDisabled",
  112. }
  113. CacheStrategy_value = map[string]int32{
  114. "CacheEnabled": 0,
  115. "CacheDisabled": 1,
  116. }
  117. )
  118. func (x CacheStrategy) Enum() *CacheStrategy {
  119. p := new(CacheStrategy)
  120. *p = x
  121. return p
  122. }
  123. func (x CacheStrategy) String() string {
  124. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  125. }
  126. func (CacheStrategy) Descriptor() protoreflect.EnumDescriptor {
  127. return file_app_dns_config_proto_enumTypes[2].Descriptor()
  128. }
  129. func (CacheStrategy) Type() protoreflect.EnumType {
  130. return &file_app_dns_config_proto_enumTypes[2]
  131. }
  132. func (x CacheStrategy) Number() protoreflect.EnumNumber {
  133. return protoreflect.EnumNumber(x)
  134. }
  135. // Deprecated: Use CacheStrategy.Descriptor instead.
  136. func (CacheStrategy) EnumDescriptor() ([]byte, []int) {
  137. return file_app_dns_config_proto_rawDescGZIP(), []int{2}
  138. }
  139. type FallbackStrategy int32
  140. const (
  141. FallbackStrategy_Enabled FallbackStrategy = 0
  142. FallbackStrategy_Disabled FallbackStrategy = 1
  143. FallbackStrategy_DisabledIfAnyMatch FallbackStrategy = 2
  144. )
  145. // Enum value maps for FallbackStrategy.
  146. var (
  147. FallbackStrategy_name = map[int32]string{
  148. 0: "Enabled",
  149. 1: "Disabled",
  150. 2: "DisabledIfAnyMatch",
  151. }
  152. FallbackStrategy_value = map[string]int32{
  153. "Enabled": 0,
  154. "Disabled": 1,
  155. "DisabledIfAnyMatch": 2,
  156. }
  157. )
  158. func (x FallbackStrategy) Enum() *FallbackStrategy {
  159. p := new(FallbackStrategy)
  160. *p = x
  161. return p
  162. }
  163. func (x FallbackStrategy) String() string {
  164. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  165. }
  166. func (FallbackStrategy) Descriptor() protoreflect.EnumDescriptor {
  167. return file_app_dns_config_proto_enumTypes[3].Descriptor()
  168. }
  169. func (FallbackStrategy) Type() protoreflect.EnumType {
  170. return &file_app_dns_config_proto_enumTypes[3]
  171. }
  172. func (x FallbackStrategy) Number() protoreflect.EnumNumber {
  173. return protoreflect.EnumNumber(x)
  174. }
  175. // Deprecated: Use FallbackStrategy.Descriptor instead.
  176. func (FallbackStrategy) EnumDescriptor() ([]byte, []int) {
  177. return file_app_dns_config_proto_rawDescGZIP(), []int{3}
  178. }
  179. type NameServer struct {
  180. state protoimpl.MessageState `protogen:"open.v1"`
  181. Address *net.Endpoint `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
  182. ClientIp []byte `protobuf:"bytes,5,opt,name=client_ip,json=clientIp,proto3" json:"client_ip,omitempty"`
  183. Tag string `protobuf:"bytes,7,opt,name=tag,proto3" json:"tag,omitempty"`
  184. PrioritizedDomain []*NameServer_PriorityDomain `protobuf:"bytes,2,rep,name=prioritized_domain,json=prioritizedDomain,proto3" json:"prioritized_domain,omitempty"`
  185. Geoip []*routercommon.GeoIP `protobuf:"bytes,3,rep,name=geoip,proto3" json:"geoip,omitempty"`
  186. OriginalRules []*NameServer_OriginalRule `protobuf:"bytes,4,rep,name=original_rules,json=originalRules,proto3" json:"original_rules,omitempty"`
  187. FakeDns *fakedns.FakeDnsPoolMulti `protobuf:"bytes,11,opt,name=fake_dns,json=fakeDns,proto3" json:"fake_dns,omitempty"`
  188. // Deprecated. Use fallback_strategy.
  189. //
  190. // Deprecated: Marked as deprecated in app/dns/config.proto.
  191. SkipFallback bool `protobuf:"varint,6,opt,name=skipFallback,proto3" json:"skipFallback,omitempty"`
  192. QueryStrategy *QueryStrategy `protobuf:"varint,8,opt,name=query_strategy,json=queryStrategy,proto3,enum=v2ray.core.app.dns.QueryStrategy,oneof" json:"query_strategy,omitempty"`
  193. CacheStrategy *CacheStrategy `protobuf:"varint,9,opt,name=cache_strategy,json=cacheStrategy,proto3,enum=v2ray.core.app.dns.CacheStrategy,oneof" json:"cache_strategy,omitempty"`
  194. FallbackStrategy *FallbackStrategy `protobuf:"varint,10,opt,name=fallback_strategy,json=fallbackStrategy,proto3,enum=v2ray.core.app.dns.FallbackStrategy,oneof" json:"fallback_strategy,omitempty"`
  195. unknownFields protoimpl.UnknownFields
  196. sizeCache protoimpl.SizeCache
  197. }
  198. func (x *NameServer) Reset() {
  199. *x = NameServer{}
  200. mi := &file_app_dns_config_proto_msgTypes[0]
  201. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  202. ms.StoreMessageInfo(mi)
  203. }
  204. func (x *NameServer) String() string {
  205. return protoimpl.X.MessageStringOf(x)
  206. }
  207. func (*NameServer) ProtoMessage() {}
  208. func (x *NameServer) ProtoReflect() protoreflect.Message {
  209. mi := &file_app_dns_config_proto_msgTypes[0]
  210. if x != nil {
  211. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  212. if ms.LoadMessageInfo() == nil {
  213. ms.StoreMessageInfo(mi)
  214. }
  215. return ms
  216. }
  217. return mi.MessageOf(x)
  218. }
  219. // Deprecated: Use NameServer.ProtoReflect.Descriptor instead.
  220. func (*NameServer) Descriptor() ([]byte, []int) {
  221. return file_app_dns_config_proto_rawDescGZIP(), []int{0}
  222. }
  223. func (x *NameServer) GetAddress() *net.Endpoint {
  224. if x != nil {
  225. return x.Address
  226. }
  227. return nil
  228. }
  229. func (x *NameServer) GetClientIp() []byte {
  230. if x != nil {
  231. return x.ClientIp
  232. }
  233. return nil
  234. }
  235. func (x *NameServer) GetTag() string {
  236. if x != nil {
  237. return x.Tag
  238. }
  239. return ""
  240. }
  241. func (x *NameServer) GetPrioritizedDomain() []*NameServer_PriorityDomain {
  242. if x != nil {
  243. return x.PrioritizedDomain
  244. }
  245. return nil
  246. }
  247. func (x *NameServer) GetGeoip() []*routercommon.GeoIP {
  248. if x != nil {
  249. return x.Geoip
  250. }
  251. return nil
  252. }
  253. func (x *NameServer) GetOriginalRules() []*NameServer_OriginalRule {
  254. if x != nil {
  255. return x.OriginalRules
  256. }
  257. return nil
  258. }
  259. func (x *NameServer) GetFakeDns() *fakedns.FakeDnsPoolMulti {
  260. if x != nil {
  261. return x.FakeDns
  262. }
  263. return nil
  264. }
  265. // Deprecated: Marked as deprecated in app/dns/config.proto.
  266. func (x *NameServer) GetSkipFallback() bool {
  267. if x != nil {
  268. return x.SkipFallback
  269. }
  270. return false
  271. }
  272. func (x *NameServer) GetQueryStrategy() QueryStrategy {
  273. if x != nil && x.QueryStrategy != nil {
  274. return *x.QueryStrategy
  275. }
  276. return QueryStrategy_USE_IP
  277. }
  278. func (x *NameServer) GetCacheStrategy() CacheStrategy {
  279. if x != nil && x.CacheStrategy != nil {
  280. return *x.CacheStrategy
  281. }
  282. return CacheStrategy_CacheEnabled
  283. }
  284. func (x *NameServer) GetFallbackStrategy() FallbackStrategy {
  285. if x != nil && x.FallbackStrategy != nil {
  286. return *x.FallbackStrategy
  287. }
  288. return FallbackStrategy_Enabled
  289. }
  290. type HostMapping struct {
  291. state protoimpl.MessageState `protogen:"open.v1"`
  292. Type DomainMatchingType `protobuf:"varint,1,opt,name=type,proto3,enum=v2ray.core.app.dns.DomainMatchingType" json:"type,omitempty"`
  293. Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
  294. Ip [][]byte `protobuf:"bytes,3,rep,name=ip,proto3" json:"ip,omitempty"`
  295. // ProxiedDomain indicates the mapped domain has the same IP address on this
  296. // domain. V2Ray will use this domain for IP queries.
  297. ProxiedDomain string `protobuf:"bytes,4,opt,name=proxied_domain,json=proxiedDomain,proto3" json:"proxied_domain,omitempty"`
  298. unknownFields protoimpl.UnknownFields
  299. sizeCache protoimpl.SizeCache
  300. }
  301. func (x *HostMapping) Reset() {
  302. *x = HostMapping{}
  303. mi := &file_app_dns_config_proto_msgTypes[1]
  304. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  305. ms.StoreMessageInfo(mi)
  306. }
  307. func (x *HostMapping) String() string {
  308. return protoimpl.X.MessageStringOf(x)
  309. }
  310. func (*HostMapping) ProtoMessage() {}
  311. func (x *HostMapping) ProtoReflect() protoreflect.Message {
  312. mi := &file_app_dns_config_proto_msgTypes[1]
  313. if x != nil {
  314. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  315. if ms.LoadMessageInfo() == nil {
  316. ms.StoreMessageInfo(mi)
  317. }
  318. return ms
  319. }
  320. return mi.MessageOf(x)
  321. }
  322. // Deprecated: Use HostMapping.ProtoReflect.Descriptor instead.
  323. func (*HostMapping) Descriptor() ([]byte, []int) {
  324. return file_app_dns_config_proto_rawDescGZIP(), []int{1}
  325. }
  326. func (x *HostMapping) GetType() DomainMatchingType {
  327. if x != nil {
  328. return x.Type
  329. }
  330. return DomainMatchingType_Full
  331. }
  332. func (x *HostMapping) GetDomain() string {
  333. if x != nil {
  334. return x.Domain
  335. }
  336. return ""
  337. }
  338. func (x *HostMapping) GetIp() [][]byte {
  339. if x != nil {
  340. return x.Ip
  341. }
  342. return nil
  343. }
  344. func (x *HostMapping) GetProxiedDomain() string {
  345. if x != nil {
  346. return x.ProxiedDomain
  347. }
  348. return ""
  349. }
  350. type Config struct {
  351. state protoimpl.MessageState `protogen:"open.v1"`
  352. // Nameservers used by this DNS. Only traditional UDP servers are support at
  353. // the moment. A special value 'localhost' as a domain address can be set to
  354. // use DNS on local system.
  355. //
  356. // Deprecated: Marked as deprecated in app/dns/config.proto.
  357. NameServers []*net.Endpoint `protobuf:"bytes,1,rep,name=NameServers,proto3" json:"NameServers,omitempty"`
  358. // NameServer list used by this DNS client.
  359. NameServer []*NameServer `protobuf:"bytes,5,rep,name=name_server,json=nameServer,proto3" json:"name_server,omitempty"`
  360. // Static hosts. Domain to IP.
  361. // Deprecated. Use static_hosts.
  362. //
  363. // Deprecated: Marked as deprecated in app/dns/config.proto.
  364. Hosts map[string]*net.IPOrDomain `protobuf:"bytes,2,rep,name=Hosts,proto3" json:"Hosts,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
  365. // Client IP for EDNS client subnet. Must be 4 bytes (IPv4) or 16 bytes
  366. // (IPv6).
  367. ClientIp []byte `protobuf:"bytes,3,opt,name=client_ip,json=clientIp,proto3" json:"client_ip,omitempty"`
  368. // Static domain-ip mapping in DNS server.
  369. StaticHosts []*HostMapping `protobuf:"bytes,4,rep,name=static_hosts,json=staticHosts,proto3" json:"static_hosts,omitempty"`
  370. // Global fakedns object.
  371. FakeDns *fakedns.FakeDnsPoolMulti `protobuf:"bytes,16,opt,name=fake_dns,json=fakeDns,proto3" json:"fake_dns,omitempty"`
  372. // Tag is the inbound tag of DNS client.
  373. Tag string `protobuf:"bytes,6,opt,name=tag,proto3" json:"tag,omitempty"`
  374. // Domain matcher to use
  375. DomainMatcher string `protobuf:"bytes,15,opt,name=domain_matcher,json=domainMatcher,proto3" json:"domain_matcher,omitempty"`
  376. // DisableCache disables DNS cache
  377. // Deprecated. Use cache_strategy.
  378. //
  379. // Deprecated: Marked as deprecated in app/dns/config.proto.
  380. DisableCache bool `protobuf:"varint,8,opt,name=disableCache,proto3" json:"disableCache,omitempty"`
  381. // Deprecated. Use fallback_strategy.
  382. //
  383. // Deprecated: Marked as deprecated in app/dns/config.proto.
  384. DisableFallback bool `protobuf:"varint,10,opt,name=disableFallback,proto3" json:"disableFallback,omitempty"`
  385. // Deprecated. Use fallback_strategy.
  386. //
  387. // Deprecated: Marked as deprecated in app/dns/config.proto.
  388. DisableFallbackIfMatch bool `protobuf:"varint,11,opt,name=disableFallbackIfMatch,proto3" json:"disableFallbackIfMatch,omitempty"`
  389. // Default query strategy (IPv4, IPv6, or both) for each name server.
  390. QueryStrategy QueryStrategy `protobuf:"varint,9,opt,name=query_strategy,json=queryStrategy,proto3,enum=v2ray.core.app.dns.QueryStrategy" json:"query_strategy,omitempty"`
  391. // Default cache strategy for each name server.
  392. CacheStrategy CacheStrategy `protobuf:"varint,12,opt,name=cache_strategy,json=cacheStrategy,proto3,enum=v2ray.core.app.dns.CacheStrategy" json:"cache_strategy,omitempty"`
  393. // Default fallback strategy for each name server.
  394. FallbackStrategy FallbackStrategy `protobuf:"varint,13,opt,name=fallback_strategy,json=fallbackStrategy,proto3,enum=v2ray.core.app.dns.FallbackStrategy" json:"fallback_strategy,omitempty"`
  395. unknownFields protoimpl.UnknownFields
  396. sizeCache protoimpl.SizeCache
  397. }
  398. func (x *Config) Reset() {
  399. *x = Config{}
  400. mi := &file_app_dns_config_proto_msgTypes[2]
  401. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  402. ms.StoreMessageInfo(mi)
  403. }
  404. func (x *Config) String() string {
  405. return protoimpl.X.MessageStringOf(x)
  406. }
  407. func (*Config) ProtoMessage() {}
  408. func (x *Config) ProtoReflect() protoreflect.Message {
  409. mi := &file_app_dns_config_proto_msgTypes[2]
  410. if x != nil {
  411. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  412. if ms.LoadMessageInfo() == nil {
  413. ms.StoreMessageInfo(mi)
  414. }
  415. return ms
  416. }
  417. return mi.MessageOf(x)
  418. }
  419. // Deprecated: Use Config.ProtoReflect.Descriptor instead.
  420. func (*Config) Descriptor() ([]byte, []int) {
  421. return file_app_dns_config_proto_rawDescGZIP(), []int{2}
  422. }
  423. // Deprecated: Marked as deprecated in app/dns/config.proto.
  424. func (x *Config) GetNameServers() []*net.Endpoint {
  425. if x != nil {
  426. return x.NameServers
  427. }
  428. return nil
  429. }
  430. func (x *Config) GetNameServer() []*NameServer {
  431. if x != nil {
  432. return x.NameServer
  433. }
  434. return nil
  435. }
  436. // Deprecated: Marked as deprecated in app/dns/config.proto.
  437. func (x *Config) GetHosts() map[string]*net.IPOrDomain {
  438. if x != nil {
  439. return x.Hosts
  440. }
  441. return nil
  442. }
  443. func (x *Config) GetClientIp() []byte {
  444. if x != nil {
  445. return x.ClientIp
  446. }
  447. return nil
  448. }
  449. func (x *Config) GetStaticHosts() []*HostMapping {
  450. if x != nil {
  451. return x.StaticHosts
  452. }
  453. return nil
  454. }
  455. func (x *Config) GetFakeDns() *fakedns.FakeDnsPoolMulti {
  456. if x != nil {
  457. return x.FakeDns
  458. }
  459. return nil
  460. }
  461. func (x *Config) GetTag() string {
  462. if x != nil {
  463. return x.Tag
  464. }
  465. return ""
  466. }
  467. func (x *Config) GetDomainMatcher() string {
  468. if x != nil {
  469. return x.DomainMatcher
  470. }
  471. return ""
  472. }
  473. // Deprecated: Marked as deprecated in app/dns/config.proto.
  474. func (x *Config) GetDisableCache() bool {
  475. if x != nil {
  476. return x.DisableCache
  477. }
  478. return false
  479. }
  480. // Deprecated: Marked as deprecated in app/dns/config.proto.
  481. func (x *Config) GetDisableFallback() bool {
  482. if x != nil {
  483. return x.DisableFallback
  484. }
  485. return false
  486. }
  487. // Deprecated: Marked as deprecated in app/dns/config.proto.
  488. func (x *Config) GetDisableFallbackIfMatch() bool {
  489. if x != nil {
  490. return x.DisableFallbackIfMatch
  491. }
  492. return false
  493. }
  494. func (x *Config) GetQueryStrategy() QueryStrategy {
  495. if x != nil {
  496. return x.QueryStrategy
  497. }
  498. return QueryStrategy_USE_IP
  499. }
  500. func (x *Config) GetCacheStrategy() CacheStrategy {
  501. if x != nil {
  502. return x.CacheStrategy
  503. }
  504. return CacheStrategy_CacheEnabled
  505. }
  506. func (x *Config) GetFallbackStrategy() FallbackStrategy {
  507. if x != nil {
  508. return x.FallbackStrategy
  509. }
  510. return FallbackStrategy_Enabled
  511. }
  512. type SimplifiedConfig struct {
  513. state protoimpl.MessageState `protogen:"open.v1"`
  514. // NameServer list used by this DNS client.
  515. NameServer []*SimplifiedNameServer `protobuf:"bytes,5,rep,name=name_server,json=nameServer,proto3" json:"name_server,omitempty"`
  516. // Client IP for EDNS client subnet. Must be 4 bytes (IPv4) or 16 bytes
  517. // (IPv6).
  518. ClientIp string `protobuf:"bytes,3,opt,name=client_ip,json=clientIp,proto3" json:"client_ip,omitempty"`
  519. // Static domain-ip mapping in DNS server.
  520. StaticHosts []*SimplifiedHostMapping `protobuf:"bytes,4,rep,name=static_hosts,json=staticHosts,proto3" json:"static_hosts,omitempty"`
  521. // Global fakedns object.
  522. FakeDns *fakedns.FakeDnsPoolMulti `protobuf:"bytes,16,opt,name=fake_dns,json=fakeDns,proto3" json:"fake_dns,omitempty"`
  523. // Tag is the inbound tag of DNS client.
  524. Tag string `protobuf:"bytes,6,opt,name=tag,proto3" json:"tag,omitempty"`
  525. // Domain matcher to use
  526. DomainMatcher string `protobuf:"bytes,15,opt,name=domain_matcher,json=domainMatcher,proto3" json:"domain_matcher,omitempty"`
  527. // DisableCache disables DNS cache
  528. // Deprecated. Use cache_strategy.
  529. //
  530. // Deprecated: Marked as deprecated in app/dns/config.proto.
  531. DisableCache bool `protobuf:"varint,8,opt,name=disableCache,proto3" json:"disableCache,omitempty"`
  532. // Deprecated. Use fallback_strategy.
  533. //
  534. // Deprecated: Marked as deprecated in app/dns/config.proto.
  535. DisableFallback bool `protobuf:"varint,10,opt,name=disableFallback,proto3" json:"disableFallback,omitempty"`
  536. // Deprecated. Use fallback_strategy.
  537. //
  538. // Deprecated: Marked as deprecated in app/dns/config.proto.
  539. DisableFallbackIfMatch bool `protobuf:"varint,11,opt,name=disableFallbackIfMatch,proto3" json:"disableFallbackIfMatch,omitempty"`
  540. // Default query strategy (IPv4, IPv6, or both) for each name server.
  541. QueryStrategy QueryStrategy `protobuf:"varint,9,opt,name=query_strategy,json=queryStrategy,proto3,enum=v2ray.core.app.dns.QueryStrategy" json:"query_strategy,omitempty"`
  542. // Default cache strategy for each name server.
  543. CacheStrategy CacheStrategy `protobuf:"varint,12,opt,name=cache_strategy,json=cacheStrategy,proto3,enum=v2ray.core.app.dns.CacheStrategy" json:"cache_strategy,omitempty"`
  544. // Default fallback strategy for each name server.
  545. FallbackStrategy FallbackStrategy `protobuf:"varint,13,opt,name=fallback_strategy,json=fallbackStrategy,proto3,enum=v2ray.core.app.dns.FallbackStrategy" json:"fallback_strategy,omitempty"`
  546. unknownFields protoimpl.UnknownFields
  547. sizeCache protoimpl.SizeCache
  548. }
  549. func (x *SimplifiedConfig) Reset() {
  550. *x = SimplifiedConfig{}
  551. mi := &file_app_dns_config_proto_msgTypes[3]
  552. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  553. ms.StoreMessageInfo(mi)
  554. }
  555. func (x *SimplifiedConfig) String() string {
  556. return protoimpl.X.MessageStringOf(x)
  557. }
  558. func (*SimplifiedConfig) ProtoMessage() {}
  559. func (x *SimplifiedConfig) ProtoReflect() protoreflect.Message {
  560. mi := &file_app_dns_config_proto_msgTypes[3]
  561. if x != nil {
  562. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  563. if ms.LoadMessageInfo() == nil {
  564. ms.StoreMessageInfo(mi)
  565. }
  566. return ms
  567. }
  568. return mi.MessageOf(x)
  569. }
  570. // Deprecated: Use SimplifiedConfig.ProtoReflect.Descriptor instead.
  571. func (*SimplifiedConfig) Descriptor() ([]byte, []int) {
  572. return file_app_dns_config_proto_rawDescGZIP(), []int{3}
  573. }
  574. func (x *SimplifiedConfig) GetNameServer() []*SimplifiedNameServer {
  575. if x != nil {
  576. return x.NameServer
  577. }
  578. return nil
  579. }
  580. func (x *SimplifiedConfig) GetClientIp() string {
  581. if x != nil {
  582. return x.ClientIp
  583. }
  584. return ""
  585. }
  586. func (x *SimplifiedConfig) GetStaticHosts() []*SimplifiedHostMapping {
  587. if x != nil {
  588. return x.StaticHosts
  589. }
  590. return nil
  591. }
  592. func (x *SimplifiedConfig) GetFakeDns() *fakedns.FakeDnsPoolMulti {
  593. if x != nil {
  594. return x.FakeDns
  595. }
  596. return nil
  597. }
  598. func (x *SimplifiedConfig) GetTag() string {
  599. if x != nil {
  600. return x.Tag
  601. }
  602. return ""
  603. }
  604. func (x *SimplifiedConfig) GetDomainMatcher() string {
  605. if x != nil {
  606. return x.DomainMatcher
  607. }
  608. return ""
  609. }
  610. // Deprecated: Marked as deprecated in app/dns/config.proto.
  611. func (x *SimplifiedConfig) GetDisableCache() bool {
  612. if x != nil {
  613. return x.DisableCache
  614. }
  615. return false
  616. }
  617. // Deprecated: Marked as deprecated in app/dns/config.proto.
  618. func (x *SimplifiedConfig) GetDisableFallback() bool {
  619. if x != nil {
  620. return x.DisableFallback
  621. }
  622. return false
  623. }
  624. // Deprecated: Marked as deprecated in app/dns/config.proto.
  625. func (x *SimplifiedConfig) GetDisableFallbackIfMatch() bool {
  626. if x != nil {
  627. return x.DisableFallbackIfMatch
  628. }
  629. return false
  630. }
  631. func (x *SimplifiedConfig) GetQueryStrategy() QueryStrategy {
  632. if x != nil {
  633. return x.QueryStrategy
  634. }
  635. return QueryStrategy_USE_IP
  636. }
  637. func (x *SimplifiedConfig) GetCacheStrategy() CacheStrategy {
  638. if x != nil {
  639. return x.CacheStrategy
  640. }
  641. return CacheStrategy_CacheEnabled
  642. }
  643. func (x *SimplifiedConfig) GetFallbackStrategy() FallbackStrategy {
  644. if x != nil {
  645. return x.FallbackStrategy
  646. }
  647. return FallbackStrategy_Enabled
  648. }
  649. type SimplifiedHostMapping struct {
  650. state protoimpl.MessageState `protogen:"open.v1"`
  651. Type DomainMatchingType `protobuf:"varint,1,opt,name=type,proto3,enum=v2ray.core.app.dns.DomainMatchingType" json:"type,omitempty"`
  652. Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
  653. Ip []string `protobuf:"bytes,3,rep,name=ip,proto3" json:"ip,omitempty"`
  654. // ProxiedDomain indicates the mapped domain has the same IP address on this
  655. // domain. V2Ray will use this domain for IP queries.
  656. ProxiedDomain string `protobuf:"bytes,4,opt,name=proxied_domain,json=proxiedDomain,proto3" json:"proxied_domain,omitempty"`
  657. unknownFields protoimpl.UnknownFields
  658. sizeCache protoimpl.SizeCache
  659. }
  660. func (x *SimplifiedHostMapping) Reset() {
  661. *x = SimplifiedHostMapping{}
  662. mi := &file_app_dns_config_proto_msgTypes[4]
  663. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  664. ms.StoreMessageInfo(mi)
  665. }
  666. func (x *SimplifiedHostMapping) String() string {
  667. return protoimpl.X.MessageStringOf(x)
  668. }
  669. func (*SimplifiedHostMapping) ProtoMessage() {}
  670. func (x *SimplifiedHostMapping) ProtoReflect() protoreflect.Message {
  671. mi := &file_app_dns_config_proto_msgTypes[4]
  672. if x != nil {
  673. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  674. if ms.LoadMessageInfo() == nil {
  675. ms.StoreMessageInfo(mi)
  676. }
  677. return ms
  678. }
  679. return mi.MessageOf(x)
  680. }
  681. // Deprecated: Use SimplifiedHostMapping.ProtoReflect.Descriptor instead.
  682. func (*SimplifiedHostMapping) Descriptor() ([]byte, []int) {
  683. return file_app_dns_config_proto_rawDescGZIP(), []int{4}
  684. }
  685. func (x *SimplifiedHostMapping) GetType() DomainMatchingType {
  686. if x != nil {
  687. return x.Type
  688. }
  689. return DomainMatchingType_Full
  690. }
  691. func (x *SimplifiedHostMapping) GetDomain() string {
  692. if x != nil {
  693. return x.Domain
  694. }
  695. return ""
  696. }
  697. func (x *SimplifiedHostMapping) GetIp() []string {
  698. if x != nil {
  699. return x.Ip
  700. }
  701. return nil
  702. }
  703. func (x *SimplifiedHostMapping) GetProxiedDomain() string {
  704. if x != nil {
  705. return x.ProxiedDomain
  706. }
  707. return ""
  708. }
  709. type SimplifiedNameServer struct {
  710. state protoimpl.MessageState `protogen:"open.v1"`
  711. Address *net.Endpoint `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
  712. ClientIp string `protobuf:"bytes,5,opt,name=client_ip,json=clientIp,proto3" json:"client_ip,omitempty"`
  713. Tag string `protobuf:"bytes,7,opt,name=tag,proto3" json:"tag,omitempty"`
  714. PrioritizedDomain []*SimplifiedNameServer_PriorityDomain `protobuf:"bytes,2,rep,name=prioritized_domain,json=prioritizedDomain,proto3" json:"prioritized_domain,omitempty"`
  715. Geoip []*routercommon.GeoIP `protobuf:"bytes,3,rep,name=geoip,proto3" json:"geoip,omitempty"`
  716. OriginalRules []*SimplifiedNameServer_OriginalRule `protobuf:"bytes,4,rep,name=original_rules,json=originalRules,proto3" json:"original_rules,omitempty"`
  717. FakeDns *fakedns.FakeDnsPoolMulti `protobuf:"bytes,11,opt,name=fake_dns,json=fakeDns,proto3" json:"fake_dns,omitempty"`
  718. // Deprecated. Use fallback_strategy.
  719. //
  720. // Deprecated: Marked as deprecated in app/dns/config.proto.
  721. SkipFallback bool `protobuf:"varint,6,opt,name=skipFallback,proto3" json:"skipFallback,omitempty"`
  722. QueryStrategy *QueryStrategy `protobuf:"varint,8,opt,name=query_strategy,json=queryStrategy,proto3,enum=v2ray.core.app.dns.QueryStrategy,oneof" json:"query_strategy,omitempty"`
  723. CacheStrategy *CacheStrategy `protobuf:"varint,9,opt,name=cache_strategy,json=cacheStrategy,proto3,enum=v2ray.core.app.dns.CacheStrategy,oneof" json:"cache_strategy,omitempty"`
  724. FallbackStrategy *FallbackStrategy `protobuf:"varint,10,opt,name=fallback_strategy,json=fallbackStrategy,proto3,enum=v2ray.core.app.dns.FallbackStrategy,oneof" json:"fallback_strategy,omitempty"`
  725. GeoDomain []*routercommon.GeoSite `protobuf:"bytes,68001,rep,name=geo_domain,json=geoDomain,proto3" json:"geo_domain,omitempty"`
  726. unknownFields protoimpl.UnknownFields
  727. sizeCache protoimpl.SizeCache
  728. }
  729. func (x *SimplifiedNameServer) Reset() {
  730. *x = SimplifiedNameServer{}
  731. mi := &file_app_dns_config_proto_msgTypes[5]
  732. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  733. ms.StoreMessageInfo(mi)
  734. }
  735. func (x *SimplifiedNameServer) String() string {
  736. return protoimpl.X.MessageStringOf(x)
  737. }
  738. func (*SimplifiedNameServer) ProtoMessage() {}
  739. func (x *SimplifiedNameServer) ProtoReflect() protoreflect.Message {
  740. mi := &file_app_dns_config_proto_msgTypes[5]
  741. if x != nil {
  742. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  743. if ms.LoadMessageInfo() == nil {
  744. ms.StoreMessageInfo(mi)
  745. }
  746. return ms
  747. }
  748. return mi.MessageOf(x)
  749. }
  750. // Deprecated: Use SimplifiedNameServer.ProtoReflect.Descriptor instead.
  751. func (*SimplifiedNameServer) Descriptor() ([]byte, []int) {
  752. return file_app_dns_config_proto_rawDescGZIP(), []int{5}
  753. }
  754. func (x *SimplifiedNameServer) GetAddress() *net.Endpoint {
  755. if x != nil {
  756. return x.Address
  757. }
  758. return nil
  759. }
  760. func (x *SimplifiedNameServer) GetClientIp() string {
  761. if x != nil {
  762. return x.ClientIp
  763. }
  764. return ""
  765. }
  766. func (x *SimplifiedNameServer) GetTag() string {
  767. if x != nil {
  768. return x.Tag
  769. }
  770. return ""
  771. }
  772. func (x *SimplifiedNameServer) GetPrioritizedDomain() []*SimplifiedNameServer_PriorityDomain {
  773. if x != nil {
  774. return x.PrioritizedDomain
  775. }
  776. return nil
  777. }
  778. func (x *SimplifiedNameServer) GetGeoip() []*routercommon.GeoIP {
  779. if x != nil {
  780. return x.Geoip
  781. }
  782. return nil
  783. }
  784. func (x *SimplifiedNameServer) GetOriginalRules() []*SimplifiedNameServer_OriginalRule {
  785. if x != nil {
  786. return x.OriginalRules
  787. }
  788. return nil
  789. }
  790. func (x *SimplifiedNameServer) GetFakeDns() *fakedns.FakeDnsPoolMulti {
  791. if x != nil {
  792. return x.FakeDns
  793. }
  794. return nil
  795. }
  796. // Deprecated: Marked as deprecated in app/dns/config.proto.
  797. func (x *SimplifiedNameServer) GetSkipFallback() bool {
  798. if x != nil {
  799. return x.SkipFallback
  800. }
  801. return false
  802. }
  803. func (x *SimplifiedNameServer) GetQueryStrategy() QueryStrategy {
  804. if x != nil && x.QueryStrategy != nil {
  805. return *x.QueryStrategy
  806. }
  807. return QueryStrategy_USE_IP
  808. }
  809. func (x *SimplifiedNameServer) GetCacheStrategy() CacheStrategy {
  810. if x != nil && x.CacheStrategy != nil {
  811. return *x.CacheStrategy
  812. }
  813. return CacheStrategy_CacheEnabled
  814. }
  815. func (x *SimplifiedNameServer) GetFallbackStrategy() FallbackStrategy {
  816. if x != nil && x.FallbackStrategy != nil {
  817. return *x.FallbackStrategy
  818. }
  819. return FallbackStrategy_Enabled
  820. }
  821. func (x *SimplifiedNameServer) GetGeoDomain() []*routercommon.GeoSite {
  822. if x != nil {
  823. return x.GeoDomain
  824. }
  825. return nil
  826. }
  827. type NameServer_PriorityDomain struct {
  828. state protoimpl.MessageState `protogen:"open.v1"`
  829. Type DomainMatchingType `protobuf:"varint,1,opt,name=type,proto3,enum=v2ray.core.app.dns.DomainMatchingType" json:"type,omitempty"`
  830. Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
  831. unknownFields protoimpl.UnknownFields
  832. sizeCache protoimpl.SizeCache
  833. }
  834. func (x *NameServer_PriorityDomain) Reset() {
  835. *x = NameServer_PriorityDomain{}
  836. mi := &file_app_dns_config_proto_msgTypes[6]
  837. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  838. ms.StoreMessageInfo(mi)
  839. }
  840. func (x *NameServer_PriorityDomain) String() string {
  841. return protoimpl.X.MessageStringOf(x)
  842. }
  843. func (*NameServer_PriorityDomain) ProtoMessage() {}
  844. func (x *NameServer_PriorityDomain) ProtoReflect() protoreflect.Message {
  845. mi := &file_app_dns_config_proto_msgTypes[6]
  846. if x != nil {
  847. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  848. if ms.LoadMessageInfo() == nil {
  849. ms.StoreMessageInfo(mi)
  850. }
  851. return ms
  852. }
  853. return mi.MessageOf(x)
  854. }
  855. // Deprecated: Use NameServer_PriorityDomain.ProtoReflect.Descriptor instead.
  856. func (*NameServer_PriorityDomain) Descriptor() ([]byte, []int) {
  857. return file_app_dns_config_proto_rawDescGZIP(), []int{0, 0}
  858. }
  859. func (x *NameServer_PriorityDomain) GetType() DomainMatchingType {
  860. if x != nil {
  861. return x.Type
  862. }
  863. return DomainMatchingType_Full
  864. }
  865. func (x *NameServer_PriorityDomain) GetDomain() string {
  866. if x != nil {
  867. return x.Domain
  868. }
  869. return ""
  870. }
  871. type NameServer_OriginalRule struct {
  872. state protoimpl.MessageState `protogen:"open.v1"`
  873. Rule string `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
  874. Size uint32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
  875. unknownFields protoimpl.UnknownFields
  876. sizeCache protoimpl.SizeCache
  877. }
  878. func (x *NameServer_OriginalRule) Reset() {
  879. *x = NameServer_OriginalRule{}
  880. mi := &file_app_dns_config_proto_msgTypes[7]
  881. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  882. ms.StoreMessageInfo(mi)
  883. }
  884. func (x *NameServer_OriginalRule) String() string {
  885. return protoimpl.X.MessageStringOf(x)
  886. }
  887. func (*NameServer_OriginalRule) ProtoMessage() {}
  888. func (x *NameServer_OriginalRule) ProtoReflect() protoreflect.Message {
  889. mi := &file_app_dns_config_proto_msgTypes[7]
  890. if x != nil {
  891. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  892. if ms.LoadMessageInfo() == nil {
  893. ms.StoreMessageInfo(mi)
  894. }
  895. return ms
  896. }
  897. return mi.MessageOf(x)
  898. }
  899. // Deprecated: Use NameServer_OriginalRule.ProtoReflect.Descriptor instead.
  900. func (*NameServer_OriginalRule) Descriptor() ([]byte, []int) {
  901. return file_app_dns_config_proto_rawDescGZIP(), []int{0, 1}
  902. }
  903. func (x *NameServer_OriginalRule) GetRule() string {
  904. if x != nil {
  905. return x.Rule
  906. }
  907. return ""
  908. }
  909. func (x *NameServer_OriginalRule) GetSize() uint32 {
  910. if x != nil {
  911. return x.Size
  912. }
  913. return 0
  914. }
  915. type SimplifiedNameServer_PriorityDomain struct {
  916. state protoimpl.MessageState `protogen:"open.v1"`
  917. Type DomainMatchingType `protobuf:"varint,1,opt,name=type,proto3,enum=v2ray.core.app.dns.DomainMatchingType" json:"type,omitempty"`
  918. Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
  919. unknownFields protoimpl.UnknownFields
  920. sizeCache protoimpl.SizeCache
  921. }
  922. func (x *SimplifiedNameServer_PriorityDomain) Reset() {
  923. *x = SimplifiedNameServer_PriorityDomain{}
  924. mi := &file_app_dns_config_proto_msgTypes[9]
  925. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  926. ms.StoreMessageInfo(mi)
  927. }
  928. func (x *SimplifiedNameServer_PriorityDomain) String() string {
  929. return protoimpl.X.MessageStringOf(x)
  930. }
  931. func (*SimplifiedNameServer_PriorityDomain) ProtoMessage() {}
  932. func (x *SimplifiedNameServer_PriorityDomain) ProtoReflect() protoreflect.Message {
  933. mi := &file_app_dns_config_proto_msgTypes[9]
  934. if x != nil {
  935. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  936. if ms.LoadMessageInfo() == nil {
  937. ms.StoreMessageInfo(mi)
  938. }
  939. return ms
  940. }
  941. return mi.MessageOf(x)
  942. }
  943. // Deprecated: Use SimplifiedNameServer_PriorityDomain.ProtoReflect.Descriptor instead.
  944. func (*SimplifiedNameServer_PriorityDomain) Descriptor() ([]byte, []int) {
  945. return file_app_dns_config_proto_rawDescGZIP(), []int{5, 0}
  946. }
  947. func (x *SimplifiedNameServer_PriorityDomain) GetType() DomainMatchingType {
  948. if x != nil {
  949. return x.Type
  950. }
  951. return DomainMatchingType_Full
  952. }
  953. func (x *SimplifiedNameServer_PriorityDomain) GetDomain() string {
  954. if x != nil {
  955. return x.Domain
  956. }
  957. return ""
  958. }
  959. type SimplifiedNameServer_OriginalRule struct {
  960. state protoimpl.MessageState `protogen:"open.v1"`
  961. Rule string `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
  962. Size uint32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
  963. unknownFields protoimpl.UnknownFields
  964. sizeCache protoimpl.SizeCache
  965. }
  966. func (x *SimplifiedNameServer_OriginalRule) Reset() {
  967. *x = SimplifiedNameServer_OriginalRule{}
  968. mi := &file_app_dns_config_proto_msgTypes[10]
  969. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  970. ms.StoreMessageInfo(mi)
  971. }
  972. func (x *SimplifiedNameServer_OriginalRule) String() string {
  973. return protoimpl.X.MessageStringOf(x)
  974. }
  975. func (*SimplifiedNameServer_OriginalRule) ProtoMessage() {}
  976. func (x *SimplifiedNameServer_OriginalRule) ProtoReflect() protoreflect.Message {
  977. mi := &file_app_dns_config_proto_msgTypes[10]
  978. if x != nil {
  979. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  980. if ms.LoadMessageInfo() == nil {
  981. ms.StoreMessageInfo(mi)
  982. }
  983. return ms
  984. }
  985. return mi.MessageOf(x)
  986. }
  987. // Deprecated: Use SimplifiedNameServer_OriginalRule.ProtoReflect.Descriptor instead.
  988. func (*SimplifiedNameServer_OriginalRule) Descriptor() ([]byte, []int) {
  989. return file_app_dns_config_proto_rawDescGZIP(), []int{5, 1}
  990. }
  991. func (x *SimplifiedNameServer_OriginalRule) GetRule() string {
  992. if x != nil {
  993. return x.Rule
  994. }
  995. return ""
  996. }
  997. func (x *SimplifiedNameServer_OriginalRule) GetSize() uint32 {
  998. if x != nil {
  999. return x.Size
  1000. }
  1001. return 0
  1002. }
  1003. var File_app_dns_config_proto protoreflect.FileDescriptor
  1004. var file_app_dns_config_proto_rawDesc = string([]byte{
  1005. 0x0a, 0x14, 0x61, 0x70, 0x70, 0x2f, 0x64, 0x6e, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
  1006. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f,
  1007. 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x1a, 0x18, 0x63, 0x6f, 0x6d, 0x6d,
  1008. 0x6f, 0x6e, 0x2f, 0x6e, 0x65, 0x74, 0x2f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x2e, 0x70,
  1009. 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x6e, 0x65, 0x74,
  1010. 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f,
  1011. 0x74, 0x6f, 0x1a, 0x24, 0x61, 0x70, 0x70, 0x2f, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2f, 0x72,
  1012. 0x6f, 0x75, 0x74, 0x65, 0x72, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
  1013. 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x61, 0x70, 0x70, 0x2f, 0x64, 0x6e,
  1014. 0x73, 0x2f, 0x66, 0x61, 0x6b, 0x65, 0x64, 0x6e, 0x73, 0x2f, 0x66, 0x61, 0x6b, 0x65, 0x64, 0x6e,
  1015. 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f,
  1016. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x65, 0x78, 0x74, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69,
  1017. 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xaa, 0x07, 0x0a, 0x0a, 0x4e, 0x61,
  1018. 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x39, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72,
  1019. 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x76, 0x32, 0x72, 0x61,
  1020. 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e, 0x65,
  1021. 0x74, 0x2e, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72,
  1022. 0x65, 0x73, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x70,
  1023. 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70,
  1024. 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74,
  1025. 0x61, 0x67, 0x12, 0x5c, 0x0a, 0x12, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x69, 0x7a, 0x65,
  1026. 0x64, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2d,
  1027. 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e,
  1028. 0x64, 0x6e, 0x73, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50,
  1029. 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x11, 0x70,
  1030. 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x69, 0x7a, 0x65, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
  1031. 0x12, 0x3f, 0x0a, 0x05, 0x67, 0x65, 0x6f, 0x69, 0x70, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32,
  1032. 0x29, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70,
  1033. 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x63, 0x6f,
  1034. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x52, 0x05, 0x67, 0x65, 0x6f, 0x69,
  1035. 0x70, 0x12, 0x52, 0x0a, 0x0e, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x72, 0x75,
  1036. 0x6c, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x76, 0x32, 0x72, 0x61,
  1037. 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x4e,
  1038. 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e,
  1039. 0x61, 0x6c, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x0d, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c,
  1040. 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x47, 0x0a, 0x08, 0x66, 0x61, 0x6b, 0x65, 0x5f, 0x64, 0x6e,
  1041. 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e,
  1042. 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x66, 0x61, 0x6b,
  1043. 0x65, 0x64, 0x6e, 0x73, 0x2e, 0x46, 0x61, 0x6b, 0x65, 0x44, 0x6e, 0x73, 0x50, 0x6f, 0x6f, 0x6c,
  1044. 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x52, 0x07, 0x66, 0x61, 0x6b, 0x65, 0x44, 0x6e, 0x73, 0x12, 0x26,
  1045. 0x0a, 0x0c, 0x73, 0x6b, 0x69, 0x70, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x18, 0x06,
  1046. 0x20, 0x01, 0x28, 0x08, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0c, 0x73, 0x6b, 0x69, 0x70, 0x46, 0x61,
  1047. 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x4d, 0x0a, 0x0e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x5f,
  1048. 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x21,
  1049. 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e,
  1050. 0x64, 0x6e, 0x73, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67,
  1051. 0x79, 0x48, 0x00, 0x52, 0x0d, 0x71, 0x75, 0x65, 0x72, 0x79, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65,
  1052. 0x67, 0x79, 0x88, 0x01, 0x01, 0x12, 0x4d, 0x0a, 0x0e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x5f, 0x73,
  1053. 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x21, 0x2e,
  1054. 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64,
  1055. 0x6e, 0x73, 0x2e, 0x43, 0x61, 0x63, 0x68, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79,
  1056. 0x48, 0x01, 0x52, 0x0d, 0x63, 0x61, 0x63, 0x68, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67,
  1057. 0x79, 0x88, 0x01, 0x01, 0x12, 0x56, 0x0a, 0x11, 0x66, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b,
  1058. 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0e, 0x32,
  1059. 0x24, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70,
  1060. 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x53, 0x74, 0x72,
  1061. 0x61, 0x74, 0x65, 0x67, 0x79, 0x48, 0x02, 0x52, 0x10, 0x66, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63,
  1062. 0x6b, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x88, 0x01, 0x01, 0x1a, 0x64, 0x0a, 0x0e,
  1063. 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x3a,
  1064. 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x26, 0x2e, 0x76,
  1065. 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e,
  1066. 0x73, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67,
  1067. 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f,
  1068. 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61,
  1069. 0x69, 0x6e, 0x1a, 0x36, 0x0a, 0x0c, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x52, 0x75,
  1070. 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  1071. 0x52, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02,
  1072. 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x71,
  1073. 0x75, 0x65, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x42, 0x11, 0x0a,
  1074. 0x0f, 0x5f, 0x63, 0x61, 0x63, 0x68, 0x65, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79,
  1075. 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x66, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x5f, 0x73, 0x74,
  1076. 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x22, 0x98, 0x01, 0x0a, 0x0b, 0x48, 0x6f, 0x73, 0x74, 0x4d,
  1077. 0x61, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x12, 0x3a, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01,
  1078. 0x20, 0x01, 0x28, 0x0e, 0x32, 0x26, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72,
  1079. 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
  1080. 0x4d, 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79,
  1081. 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01,
  1082. 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70,
  1083. 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x70, 0x12, 0x25, 0x0a, 0x0e, 0x70, 0x72,
  1084. 0x6f, 0x78, 0x69, 0x65, 0x64, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01,
  1085. 0x28, 0x09, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x78, 0x69, 0x65, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69,
  1086. 0x6e, 0x22, 0x90, 0x07, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x45, 0x0a, 0x0b,
  1087. 0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28,
  1088. 0x0b, 0x32, 0x1f, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63,
  1089. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69,
  1090. 0x6e, 0x74, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0b, 0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76,
  1091. 0x65, 0x72, 0x73, 0x12, 0x3f, 0x0a, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76,
  1092. 0x65, 0x72, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
  1093. 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x4e, 0x61,
  1094. 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x0a, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x65,
  1095. 0x72, 0x76, 0x65, 0x72, 0x12, 0x3f, 0x0a, 0x05, 0x48, 0x6f, 0x73, 0x74, 0x73, 0x18, 0x02, 0x20,
  1096. 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65,
  1097. 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
  1098. 0x48, 0x6f, 0x73, 0x74, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x02, 0x18, 0x01, 0x52, 0x05,
  1099. 0x48, 0x6f, 0x73, 0x74, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f,
  1100. 0x69, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74,
  1101. 0x49, 0x70, 0x12, 0x42, 0x0a, 0x0c, 0x73, 0x74, 0x61, 0x74, 0x69, 0x63, 0x5f, 0x68, 0x6f, 0x73,
  1102. 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
  1103. 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x48, 0x6f,
  1104. 0x73, 0x74, 0x4d, 0x61, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x52, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x69,
  1105. 0x63, 0x48, 0x6f, 0x73, 0x74, 0x73, 0x12, 0x47, 0x0a, 0x08, 0x66, 0x61, 0x6b, 0x65, 0x5f, 0x64,
  1106. 0x6e, 0x73, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
  1107. 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x66, 0x61,
  1108. 0x6b, 0x65, 0x64, 0x6e, 0x73, 0x2e, 0x46, 0x61, 0x6b, 0x65, 0x44, 0x6e, 0x73, 0x50, 0x6f, 0x6f,
  1109. 0x6c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x52, 0x07, 0x66, 0x61, 0x6b, 0x65, 0x44, 0x6e, 0x73, 0x12,
  1110. 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61,
  1111. 0x67, 0x12, 0x25, 0x0a, 0x0e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x6d, 0x61, 0x74, 0x63,
  1112. 0x68, 0x65, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x64, 0x6f, 0x6d, 0x61, 0x69,
  1113. 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x72, 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x61,
  1114. 0x62, 0x6c, 0x65, 0x43, 0x61, 0x63, 0x68, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x42, 0x02,
  1115. 0x18, 0x01, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x43, 0x61, 0x63, 0x68, 0x65,
  1116. 0x12, 0x2c, 0x0a, 0x0f, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x46, 0x61, 0x6c, 0x6c, 0x62,
  1117. 0x61, 0x63, 0x6b, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0f, 0x64,
  1118. 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x3a,
  1119. 0x0a, 0x16, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63,
  1120. 0x6b, 0x49, 0x66, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x42, 0x02,
  1121. 0x18, 0x01, 0x52, 0x16, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x46, 0x61, 0x6c, 0x6c, 0x62,
  1122. 0x61, 0x63, 0x6b, 0x49, 0x66, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x48, 0x0a, 0x0e, 0x71, 0x75,
  1123. 0x65, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x09, 0x20, 0x01,
  1124. 0x28, 0x0e, 0x32, 0x21, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
  1125. 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x53, 0x74, 0x72,
  1126. 0x61, 0x74, 0x65, 0x67, 0x79, 0x52, 0x0d, 0x71, 0x75, 0x65, 0x72, 0x79, 0x53, 0x74, 0x72, 0x61,
  1127. 0x74, 0x65, 0x67, 0x79, 0x12, 0x48, 0x0a, 0x0e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x5f, 0x73, 0x74,
  1128. 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x21, 0x2e, 0x76,
  1129. 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e,
  1130. 0x73, 0x2e, 0x43, 0x61, 0x63, 0x68, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52,
  1131. 0x0d, 0x63, 0x61, 0x63, 0x68, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x51,
  1132. 0x0a, 0x11, 0x66, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74,
  1133. 0x65, 0x67, 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x24, 0x2e, 0x76, 0x32, 0x72, 0x61,
  1134. 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x46,
  1135. 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52,
  1136. 0x10, 0x66, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67,
  1137. 0x79, 0x1a, 0x5b, 0x0a, 0x0a, 0x48, 0x6f, 0x73, 0x74, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12,
  1138. 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65,
  1139. 0x79, 0x12, 0x37, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
  1140. 0x32, 0x21, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f,
  1141. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x49, 0x50, 0x4f, 0x72, 0x44, 0x6f, 0x6d,
  1142. 0x61, 0x69, 0x6e, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x4a, 0x04,
  1143. 0x08, 0x07, 0x10, 0x08, 0x22, 0xe9, 0x05, 0x0a, 0x10, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x69, 0x66,
  1144. 0x69, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x49, 0x0a, 0x0b, 0x6e, 0x61, 0x6d,
  1145. 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28,
  1146. 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e,
  1147. 0x64, 0x6e, 0x73, 0x2e, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x69, 0x65, 0x64, 0x4e, 0x61,
  1148. 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x0a, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x65,
  1149. 0x72, 0x76, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x69,
  1150. 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49,
  1151. 0x70, 0x12, 0x4c, 0x0a, 0x0c, 0x73, 0x74, 0x61, 0x74, 0x69, 0x63, 0x5f, 0x68, 0x6f, 0x73, 0x74,
  1152. 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e,
  1153. 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x53, 0x69, 0x6d,
  1154. 0x70, 0x6c, 0x69, 0x66, 0x69, 0x65, 0x64, 0x48, 0x6f, 0x73, 0x74, 0x4d, 0x61, 0x70, 0x70, 0x69,
  1155. 0x6e, 0x67, 0x52, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x69, 0x63, 0x48, 0x6f, 0x73, 0x74, 0x73, 0x12,
  1156. 0x47, 0x0a, 0x08, 0x66, 0x61, 0x6b, 0x65, 0x5f, 0x64, 0x6e, 0x73, 0x18, 0x10, 0x20, 0x01, 0x28,
  1157. 0x0b, 0x32, 0x2c, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61,
  1158. 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x66, 0x61, 0x6b, 0x65, 0x64, 0x6e, 0x73, 0x2e, 0x46,
  1159. 0x61, 0x6b, 0x65, 0x44, 0x6e, 0x73, 0x50, 0x6f, 0x6f, 0x6c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x52,
  1160. 0x07, 0x66, 0x61, 0x6b, 0x65, 0x44, 0x6e, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18,
  1161. 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x25, 0x0a, 0x0e, 0x64, 0x6f,
  1162. 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x72, 0x18, 0x0f, 0x20, 0x01,
  1163. 0x28, 0x09, 0x52, 0x0d, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x65,
  1164. 0x72, 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x43, 0x61, 0x63, 0x68,
  1165. 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0c, 0x64, 0x69, 0x73,
  1166. 0x61, 0x62, 0x6c, 0x65, 0x43, 0x61, 0x63, 0x68, 0x65, 0x12, 0x2c, 0x0a, 0x0f, 0x64, 0x69, 0x73,
  1167. 0x61, 0x62, 0x6c, 0x65, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x18, 0x0a, 0x20, 0x01,
  1168. 0x28, 0x08, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0f, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x46,
  1169. 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x3a, 0x0a, 0x16, 0x64, 0x69, 0x73, 0x61, 0x62,
  1170. 0x6c, 0x65, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x49, 0x66, 0x4d, 0x61, 0x74, 0x63,
  1171. 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x42, 0x02, 0x18, 0x01, 0x52, 0x16, 0x64, 0x69, 0x73,
  1172. 0x61, 0x62, 0x6c, 0x65, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x49, 0x66, 0x4d, 0x61,
  1173. 0x74, 0x63, 0x68, 0x12, 0x48, 0x0a, 0x0e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x72,
  1174. 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x21, 0x2e, 0x76, 0x32,
  1175. 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73,
  1176. 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52, 0x0d,
  1177. 0x71, 0x75, 0x65, 0x72, 0x79, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x48, 0x0a,
  1178. 0x0e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18,
  1179. 0x0c, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x21, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f,
  1180. 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x43, 0x61, 0x63, 0x68, 0x65,
  1181. 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52, 0x0d, 0x63, 0x61, 0x63, 0x68, 0x65, 0x53,
  1182. 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x51, 0x0a, 0x11, 0x66, 0x61, 0x6c, 0x6c, 0x62,
  1183. 0x61, 0x63, 0x6b, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x0d, 0x20, 0x01,
  1184. 0x28, 0x0e, 0x32, 0x24, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
  1185. 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b,
  1186. 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52, 0x10, 0x66, 0x61, 0x6c, 0x6c, 0x62, 0x61,
  1187. 0x63, 0x6b, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x3a, 0x12, 0x82, 0xb5, 0x18, 0x0e,
  1188. 0x0a, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x03, 0x64, 0x6e, 0x73, 0x4a, 0x04,
  1189. 0x08, 0x01, 0x10, 0x02, 0x4a, 0x04, 0x08, 0x02, 0x10, 0x03, 0x4a, 0x04, 0x08, 0x07, 0x10, 0x08,
  1190. 0x22, 0xa2, 0x01, 0x0a, 0x15, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x69, 0x65, 0x64, 0x48,
  1191. 0x6f, 0x73, 0x74, 0x4d, 0x61, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x12, 0x3a, 0x0a, 0x04, 0x74, 0x79,
  1192. 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x26, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
  1193. 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x44, 0x6f,
  1194. 0x6d, 0x61, 0x69, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x54, 0x79, 0x70, 0x65,
  1195. 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
  1196. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x0e,
  1197. 0x0a, 0x02, 0x69, 0x70, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x25,
  1198. 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x78, 0x69, 0x65, 0x64, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
  1199. 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x78, 0x69, 0x65, 0x64, 0x44,
  1200. 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x22, 0x96, 0x08, 0x0a, 0x14, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x69,
  1201. 0x66, 0x69, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x39,
  1202. 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
  1203. 0x1f, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d,
  1204. 0x6d, 0x6f, 0x6e, 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74,
  1205. 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x6c, 0x69,
  1206. 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6c,
  1207. 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x07, 0x20,
  1208. 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x66, 0x0a, 0x12, 0x70, 0x72, 0x69, 0x6f,
  1209. 0x72, 0x69, 0x74, 0x69, 0x7a, 0x65, 0x64, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02,
  1210. 0x20, 0x03, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72,
  1211. 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x69,
  1212. 0x66, 0x69, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50,
  1213. 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x11, 0x70,
  1214. 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x69, 0x7a, 0x65, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
  1215. 0x12, 0x3f, 0x0a, 0x05, 0x67, 0x65, 0x6f, 0x69, 0x70, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32,
  1216. 0x29, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70,
  1217. 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x63, 0x6f,
  1218. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x52, 0x05, 0x67, 0x65, 0x6f, 0x69,
  1219. 0x70, 0x12, 0x5c, 0x0a, 0x0e, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x72, 0x75,
  1220. 0x6c, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x76, 0x32, 0x72, 0x61,
  1221. 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x53,
  1222. 0x69, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x69, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72,
  1223. 0x76, 0x65, 0x72, 0x2e, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x52, 0x75, 0x6c, 0x65,
  1224. 0x52, 0x0d, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12,
  1225. 0x47, 0x0a, 0x08, 0x66, 0x61, 0x6b, 0x65, 0x5f, 0x64, 0x6e, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28,
  1226. 0x0b, 0x32, 0x2c, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61,
  1227. 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x66, 0x61, 0x6b, 0x65, 0x64, 0x6e, 0x73, 0x2e, 0x46,
  1228. 0x61, 0x6b, 0x65, 0x44, 0x6e, 0x73, 0x50, 0x6f, 0x6f, 0x6c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x52,
  1229. 0x07, 0x66, 0x61, 0x6b, 0x65, 0x44, 0x6e, 0x73, 0x12, 0x26, 0x0a, 0x0c, 0x73, 0x6b, 0x69, 0x70,
  1230. 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x42, 0x02,
  1231. 0x18, 0x01, 0x52, 0x0c, 0x73, 0x6b, 0x69, 0x70, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b,
  1232. 0x12, 0x4d, 0x0a, 0x0e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65,
  1233. 0x67, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x21, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
  1234. 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x51, 0x75,
  1235. 0x65, 0x72, 0x79, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x48, 0x00, 0x52, 0x0d, 0x71,
  1236. 0x75, 0x65, 0x72, 0x79, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x88, 0x01, 0x01, 0x12,
  1237. 0x4d, 0x0a, 0x0e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67,
  1238. 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x21, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e,
  1239. 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x43, 0x61, 0x63,
  1240. 0x68, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x48, 0x01, 0x52, 0x0d, 0x63, 0x61,
  1241. 0x63, 0x68, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x88, 0x01, 0x01, 0x12, 0x56,
  1242. 0x0a, 0x11, 0x66, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74,
  1243. 0x65, 0x67, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x24, 0x2e, 0x76, 0x32, 0x72, 0x61,
  1244. 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x46,
  1245. 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x48,
  1246. 0x02, 0x52, 0x10, 0x66, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x53, 0x74, 0x72, 0x61, 0x74,
  1247. 0x65, 0x67, 0x79, 0x88, 0x01, 0x01, 0x12, 0x4c, 0x0a, 0x0a, 0x67, 0x65, 0x6f, 0x5f, 0x64, 0x6f,
  1248. 0x6d, 0x61, 0x69, 0x6e, 0x18, 0xa1, 0x93, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x76,
  1249. 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f,
  1250. 0x75, 0x74, 0x65, 0x72, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  1251. 0x6e, 0x2e, 0x47, 0x65, 0x6f, 0x53, 0x69, 0x74, 0x65, 0x52, 0x09, 0x67, 0x65, 0x6f, 0x44, 0x6f,
  1252. 0x6d, 0x61, 0x69, 0x6e, 0x1a, 0x64, 0x0a, 0x0e, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79,
  1253. 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x3a, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01,
  1254. 0x20, 0x01, 0x28, 0x0e, 0x32, 0x26, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72,
  1255. 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
  1256. 0x4d, 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79,
  1257. 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01,
  1258. 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x1a, 0x36, 0x0a, 0x0c, 0x4f, 0x72,
  1259. 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x75,
  1260. 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x12, 0x12,
  1261. 0x0a, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x73, 0x69,
  1262. 0x7a, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x5f, 0x73, 0x74, 0x72,
  1263. 0x61, 0x74, 0x65, 0x67, 0x79, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x63, 0x61, 0x63, 0x68, 0x65, 0x5f,
  1264. 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x66, 0x61, 0x6c,
  1265. 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x2a, 0x45,
  1266. 0x0a, 0x12, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67,
  1267. 0x54, 0x79, 0x70, 0x65, 0x12, 0x08, 0x0a, 0x04, 0x46, 0x75, 0x6c, 0x6c, 0x10, 0x00, 0x12, 0x0d,
  1268. 0x0a, 0x09, 0x53, 0x75, 0x62, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x10, 0x01, 0x12, 0x0b, 0x0a,
  1269. 0x07, 0x4b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x10, 0x02, 0x12, 0x09, 0x0a, 0x05, 0x52, 0x65,
  1270. 0x67, 0x65, 0x78, 0x10, 0x03, 0x2a, 0x35, 0x0a, 0x0d, 0x51, 0x75, 0x65, 0x72, 0x79, 0x53, 0x74,
  1271. 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x0a, 0x0a, 0x06, 0x55, 0x53, 0x45, 0x5f, 0x49, 0x50,
  1272. 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x53, 0x45, 0x5f, 0x49, 0x50, 0x34, 0x10, 0x01, 0x12,
  1273. 0x0b, 0x0a, 0x07, 0x55, 0x53, 0x45, 0x5f, 0x49, 0x50, 0x36, 0x10, 0x02, 0x2a, 0x34, 0x0a, 0x0d,
  1274. 0x43, 0x61, 0x63, 0x68, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x10, 0x0a,
  1275. 0x0c, 0x43, 0x61, 0x63, 0x68, 0x65, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x10, 0x00, 0x12,
  1276. 0x11, 0x0a, 0x0d, 0x43, 0x61, 0x63, 0x68, 0x65, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x64,
  1277. 0x10, 0x01, 0x2a, 0x45, 0x0a, 0x10, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x53, 0x74,
  1278. 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x0b, 0x0a, 0x07, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65,
  1279. 0x64, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x10,
  1280. 0x01, 0x12, 0x16, 0x0a, 0x12, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x49, 0x66, 0x41,
  1281. 0x6e, 0x79, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x10, 0x02, 0x42, 0x57, 0x0a, 0x16, 0x63, 0x6f, 0x6d,
  1282. 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e,
  1283. 0x64, 0x6e, 0x73, 0x50, 0x01, 0x5a, 0x26, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f,
  1284. 0x6d, 0x2f, 0x76, 0x32, 0x66, 0x6c, 0x79, 0x2f, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f,
  1285. 0x72, 0x65, 0x2f, 0x76, 0x35, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x64, 0x6e, 0x73, 0xaa, 0x02, 0x12,
  1286. 0x56, 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 0x65, 0x2e, 0x41, 0x70, 0x70, 0x2e, 0x44,
  1287. 0x6e, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  1288. })
  1289. var (
  1290. file_app_dns_config_proto_rawDescOnce sync.Once
  1291. file_app_dns_config_proto_rawDescData []byte
  1292. )
  1293. func file_app_dns_config_proto_rawDescGZIP() []byte {
  1294. file_app_dns_config_proto_rawDescOnce.Do(func() {
  1295. file_app_dns_config_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_app_dns_config_proto_rawDesc), len(file_app_dns_config_proto_rawDesc)))
  1296. })
  1297. return file_app_dns_config_proto_rawDescData
  1298. }
  1299. var file_app_dns_config_proto_enumTypes = make([]protoimpl.EnumInfo, 4)
  1300. var file_app_dns_config_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
  1301. var file_app_dns_config_proto_goTypes = []any{
  1302. (DomainMatchingType)(0), // 0: v2ray.core.app.dns.DomainMatchingType
  1303. (QueryStrategy)(0), // 1: v2ray.core.app.dns.QueryStrategy
  1304. (CacheStrategy)(0), // 2: v2ray.core.app.dns.CacheStrategy
  1305. (FallbackStrategy)(0), // 3: v2ray.core.app.dns.FallbackStrategy
  1306. (*NameServer)(nil), // 4: v2ray.core.app.dns.NameServer
  1307. (*HostMapping)(nil), // 5: v2ray.core.app.dns.HostMapping
  1308. (*Config)(nil), // 6: v2ray.core.app.dns.Config
  1309. (*SimplifiedConfig)(nil), // 7: v2ray.core.app.dns.SimplifiedConfig
  1310. (*SimplifiedHostMapping)(nil), // 8: v2ray.core.app.dns.SimplifiedHostMapping
  1311. (*SimplifiedNameServer)(nil), // 9: v2ray.core.app.dns.SimplifiedNameServer
  1312. (*NameServer_PriorityDomain)(nil), // 10: v2ray.core.app.dns.NameServer.PriorityDomain
  1313. (*NameServer_OriginalRule)(nil), // 11: v2ray.core.app.dns.NameServer.OriginalRule
  1314. nil, // 12: v2ray.core.app.dns.Config.HostsEntry
  1315. (*SimplifiedNameServer_PriorityDomain)(nil), // 13: v2ray.core.app.dns.SimplifiedNameServer.PriorityDomain
  1316. (*SimplifiedNameServer_OriginalRule)(nil), // 14: v2ray.core.app.dns.SimplifiedNameServer.OriginalRule
  1317. (*net.Endpoint)(nil), // 15: v2ray.core.common.net.Endpoint
  1318. (*routercommon.GeoIP)(nil), // 16: v2ray.core.app.router.routercommon.GeoIP
  1319. (*fakedns.FakeDnsPoolMulti)(nil), // 17: v2ray.core.app.dns.fakedns.FakeDnsPoolMulti
  1320. (*routercommon.GeoSite)(nil), // 18: v2ray.core.app.router.routercommon.GeoSite
  1321. (*net.IPOrDomain)(nil), // 19: v2ray.core.common.net.IPOrDomain
  1322. }
  1323. var file_app_dns_config_proto_depIdxs = []int32{
  1324. 15, // 0: v2ray.core.app.dns.NameServer.address:type_name -> v2ray.core.common.net.Endpoint
  1325. 10, // 1: v2ray.core.app.dns.NameServer.prioritized_domain:type_name -> v2ray.core.app.dns.NameServer.PriorityDomain
  1326. 16, // 2: v2ray.core.app.dns.NameServer.geoip:type_name -> v2ray.core.app.router.routercommon.GeoIP
  1327. 11, // 3: v2ray.core.app.dns.NameServer.original_rules:type_name -> v2ray.core.app.dns.NameServer.OriginalRule
  1328. 17, // 4: v2ray.core.app.dns.NameServer.fake_dns:type_name -> v2ray.core.app.dns.fakedns.FakeDnsPoolMulti
  1329. 1, // 5: v2ray.core.app.dns.NameServer.query_strategy:type_name -> v2ray.core.app.dns.QueryStrategy
  1330. 2, // 6: v2ray.core.app.dns.NameServer.cache_strategy:type_name -> v2ray.core.app.dns.CacheStrategy
  1331. 3, // 7: v2ray.core.app.dns.NameServer.fallback_strategy:type_name -> v2ray.core.app.dns.FallbackStrategy
  1332. 0, // 8: v2ray.core.app.dns.HostMapping.type:type_name -> v2ray.core.app.dns.DomainMatchingType
  1333. 15, // 9: v2ray.core.app.dns.Config.NameServers:type_name -> v2ray.core.common.net.Endpoint
  1334. 4, // 10: v2ray.core.app.dns.Config.name_server:type_name -> v2ray.core.app.dns.NameServer
  1335. 12, // 11: v2ray.core.app.dns.Config.Hosts:type_name -> v2ray.core.app.dns.Config.HostsEntry
  1336. 5, // 12: v2ray.core.app.dns.Config.static_hosts:type_name -> v2ray.core.app.dns.HostMapping
  1337. 17, // 13: v2ray.core.app.dns.Config.fake_dns:type_name -> v2ray.core.app.dns.fakedns.FakeDnsPoolMulti
  1338. 1, // 14: v2ray.core.app.dns.Config.query_strategy:type_name -> v2ray.core.app.dns.QueryStrategy
  1339. 2, // 15: v2ray.core.app.dns.Config.cache_strategy:type_name -> v2ray.core.app.dns.CacheStrategy
  1340. 3, // 16: v2ray.core.app.dns.Config.fallback_strategy:type_name -> v2ray.core.app.dns.FallbackStrategy
  1341. 9, // 17: v2ray.core.app.dns.SimplifiedConfig.name_server:type_name -> v2ray.core.app.dns.SimplifiedNameServer
  1342. 8, // 18: v2ray.core.app.dns.SimplifiedConfig.static_hosts:type_name -> v2ray.core.app.dns.SimplifiedHostMapping
  1343. 17, // 19: v2ray.core.app.dns.SimplifiedConfig.fake_dns:type_name -> v2ray.core.app.dns.fakedns.FakeDnsPoolMulti
  1344. 1, // 20: v2ray.core.app.dns.SimplifiedConfig.query_strategy:type_name -> v2ray.core.app.dns.QueryStrategy
  1345. 2, // 21: v2ray.core.app.dns.SimplifiedConfig.cache_strategy:type_name -> v2ray.core.app.dns.CacheStrategy
  1346. 3, // 22: v2ray.core.app.dns.SimplifiedConfig.fallback_strategy:type_name -> v2ray.core.app.dns.FallbackStrategy
  1347. 0, // 23: v2ray.core.app.dns.SimplifiedHostMapping.type:type_name -> v2ray.core.app.dns.DomainMatchingType
  1348. 15, // 24: v2ray.core.app.dns.SimplifiedNameServer.address:type_name -> v2ray.core.common.net.Endpoint
  1349. 13, // 25: v2ray.core.app.dns.SimplifiedNameServer.prioritized_domain:type_name -> v2ray.core.app.dns.SimplifiedNameServer.PriorityDomain
  1350. 16, // 26: v2ray.core.app.dns.SimplifiedNameServer.geoip:type_name -> v2ray.core.app.router.routercommon.GeoIP
  1351. 14, // 27: v2ray.core.app.dns.SimplifiedNameServer.original_rules:type_name -> v2ray.core.app.dns.SimplifiedNameServer.OriginalRule
  1352. 17, // 28: v2ray.core.app.dns.SimplifiedNameServer.fake_dns:type_name -> v2ray.core.app.dns.fakedns.FakeDnsPoolMulti
  1353. 1, // 29: v2ray.core.app.dns.SimplifiedNameServer.query_strategy:type_name -> v2ray.core.app.dns.QueryStrategy
  1354. 2, // 30: v2ray.core.app.dns.SimplifiedNameServer.cache_strategy:type_name -> v2ray.core.app.dns.CacheStrategy
  1355. 3, // 31: v2ray.core.app.dns.SimplifiedNameServer.fallback_strategy:type_name -> v2ray.core.app.dns.FallbackStrategy
  1356. 18, // 32: v2ray.core.app.dns.SimplifiedNameServer.geo_domain:type_name -> v2ray.core.app.router.routercommon.GeoSite
  1357. 0, // 33: v2ray.core.app.dns.NameServer.PriorityDomain.type:type_name -> v2ray.core.app.dns.DomainMatchingType
  1358. 19, // 34: v2ray.core.app.dns.Config.HostsEntry.value:type_name -> v2ray.core.common.net.IPOrDomain
  1359. 0, // 35: v2ray.core.app.dns.SimplifiedNameServer.PriorityDomain.type:type_name -> v2ray.core.app.dns.DomainMatchingType
  1360. 36, // [36:36] is the sub-list for method output_type
  1361. 36, // [36:36] is the sub-list for method input_type
  1362. 36, // [36:36] is the sub-list for extension type_name
  1363. 36, // [36:36] is the sub-list for extension extendee
  1364. 0, // [0:36] is the sub-list for field type_name
  1365. }
  1366. func init() { file_app_dns_config_proto_init() }
  1367. func file_app_dns_config_proto_init() {
  1368. if File_app_dns_config_proto != nil {
  1369. return
  1370. }
  1371. file_app_dns_config_proto_msgTypes[0].OneofWrappers = []any{}
  1372. file_app_dns_config_proto_msgTypes[5].OneofWrappers = []any{}
  1373. type x struct{}
  1374. out := protoimpl.TypeBuilder{
  1375. File: protoimpl.DescBuilder{
  1376. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1377. RawDescriptor: unsafe.Slice(unsafe.StringData(file_app_dns_config_proto_rawDesc), len(file_app_dns_config_proto_rawDesc)),
  1378. NumEnums: 4,
  1379. NumMessages: 11,
  1380. NumExtensions: 0,
  1381. NumServices: 0,
  1382. },
  1383. GoTypes: file_app_dns_config_proto_goTypes,
  1384. DependencyIndexes: file_app_dns_config_proto_depIdxs,
  1385. EnumInfos: file_app_dns_config_proto_enumTypes,
  1386. MessageInfos: file_app_dns_config_proto_msgTypes,
  1387. }.Build()
  1388. File_app_dns_config_proto = out.File
  1389. file_app_dns_config_proto_goTypes = nil
  1390. file_app_dns_config_proto_depIdxs = nil
  1391. }