2020-08-15 09:22:32 -04:00
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
// versions:
|
|
|
|
// protoc-gen-go v1.25.0
|
2021-03-07 16:12:27 -05:00
|
|
|
// protoc v3.15.5
|
2020-08-24 08:10:26 -04:00
|
|
|
// source: app/dns/config.proto
|
2020-08-15 09:22:32 -04:00
|
|
|
|
2017-01-02 14:52:45 -05:00
|
|
|
package dns
|
|
|
|
|
2018-09-17 09:12:58 -04:00
|
|
|
import (
|
|
|
|
proto "github.com/golang/protobuf/proto"
|
2021-02-16 15:31:50 -05:00
|
|
|
router "github.com/v2fly/v2ray-core/v4/app/router"
|
|
|
|
net "github.com/v2fly/v2ray-core/v4/common/net"
|
2020-06-08 04:16:32 -04:00
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
|
reflect "reflect"
|
|
|
|
sync "sync"
|
2018-09-17 09:12:58 -04:00
|
|
|
)
|
2017-01-02 14:52:45 -05:00
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
const (
|
|
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
|
|
)
|
2017-01-02 14:52:45 -05:00
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
// This is a compile-time assertion that a sufficiently up-to-date version
|
|
|
|
// of the legacy proto package is being used.
|
|
|
|
const _ = proto.ProtoPackageIsVersion4
|
2017-01-02 14:52:45 -05:00
|
|
|
|
2018-08-24 15:51:03 -04:00
|
|
|
type DomainMatchingType int32
|
2018-06-26 16:34:05 -04:00
|
|
|
|
|
|
|
const (
|
2018-08-24 15:51:03 -04:00
|
|
|
DomainMatchingType_Full DomainMatchingType = 0
|
|
|
|
DomainMatchingType_Subdomain DomainMatchingType = 1
|
|
|
|
DomainMatchingType_Keyword DomainMatchingType = 2
|
2018-09-19 10:10:42 -04:00
|
|
|
DomainMatchingType_Regex DomainMatchingType = 3
|
2018-06-26 16:34:05 -04:00
|
|
|
)
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
// Enum value maps for DomainMatchingType.
|
|
|
|
var (
|
|
|
|
DomainMatchingType_name = map[int32]string{
|
|
|
|
0: "Full",
|
|
|
|
1: "Subdomain",
|
|
|
|
2: "Keyword",
|
|
|
|
3: "Regex",
|
|
|
|
}
|
|
|
|
DomainMatchingType_value = map[string]int32{
|
|
|
|
"Full": 0,
|
|
|
|
"Subdomain": 1,
|
|
|
|
"Keyword": 2,
|
|
|
|
"Regex": 3,
|
|
|
|
}
|
|
|
|
)
|
2018-09-14 05:00:59 -04:00
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x DomainMatchingType) Enum() *DomainMatchingType {
|
|
|
|
p := new(DomainMatchingType)
|
|
|
|
*p = x
|
|
|
|
return p
|
2018-06-26 16:34:05 -04:00
|
|
|
}
|
|
|
|
|
2018-08-24 15:51:03 -04:00
|
|
|
func (x DomainMatchingType) String() string {
|
2020-06-08 04:16:32 -04:00
|
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
2018-06-26 16:34:05 -04:00
|
|
|
}
|
2018-09-14 05:00:59 -04:00
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (DomainMatchingType) Descriptor() protoreflect.EnumDescriptor {
|
2020-08-24 08:10:26 -04:00
|
|
|
return file_app_dns_config_proto_enumTypes[0].Descriptor()
|
2018-08-24 15:51:03 -04:00
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (DomainMatchingType) Type() protoreflect.EnumType {
|
2020-08-24 08:10:26 -04:00
|
|
|
return &file_app_dns_config_proto_enumTypes[0]
|
2018-08-24 15:51:03 -04:00
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x DomainMatchingType) Number() protoreflect.EnumNumber {
|
|
|
|
return protoreflect.EnumNumber(x)
|
2018-08-24 15:51:03 -04:00
|
|
|
}
|
2018-09-19 10:10:42 -04:00
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
// Deprecated: Use DomainMatchingType.Descriptor instead.
|
|
|
|
func (DomainMatchingType) EnumDescriptor() ([]byte, []int) {
|
2020-08-24 08:10:26 -04:00
|
|
|
return file_app_dns_config_proto_rawDescGZIP(), []int{0}
|
2018-08-24 15:51:03 -04:00
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
type NameServer struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
2018-08-24 15:51:03 -04:00
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
Address *net.Endpoint `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
|
2020-12-11 18:15:29 -05:00
|
|
|
ClientIp []byte `protobuf:"bytes,5,opt,name=client_ip,json=clientIp,proto3" json:"client_ip,omitempty"`
|
2020-06-08 04:16:32 -04:00
|
|
|
PrioritizedDomain []*NameServer_PriorityDomain `protobuf:"bytes,2,rep,name=prioritized_domain,json=prioritizedDomain,proto3" json:"prioritized_domain,omitempty"`
|
|
|
|
Geoip []*router.GeoIP `protobuf:"bytes,3,rep,name=geoip,proto3" json:"geoip,omitempty"`
|
2020-08-15 09:22:32 -04:00
|
|
|
OriginalRules []*NameServer_OriginalRule `protobuf:"bytes,4,rep,name=original_rules,json=originalRules,proto3" json:"original_rules,omitempty"`
|
2018-08-24 15:51:03 -04:00
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *NameServer) Reset() {
|
|
|
|
*x = NameServer{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2020-08-24 08:10:26 -04:00
|
|
|
mi := &file_app_dns_config_proto_msgTypes[0]
|
2020-06-08 04:16:32 -04:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
2018-08-24 15:51:03 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *NameServer) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
2019-11-18 10:46:56 -05:00
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (*NameServer) ProtoMessage() {}
|
2018-08-24 15:51:03 -04:00
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *NameServer) ProtoReflect() protoreflect.Message {
|
2020-08-24 08:10:26 -04:00
|
|
|
mi := &file_app_dns_config_proto_msgTypes[0]
|
2020-06-08 04:16:32 -04:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
2018-08-24 15:51:03 -04:00
|
|
|
}
|
2018-09-19 10:10:42 -04:00
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
// Deprecated: Use NameServer.ProtoReflect.Descriptor instead.
|
|
|
|
func (*NameServer) Descriptor() ([]byte, []int) {
|
2020-08-24 08:10:26 -04:00
|
|
|
return file_app_dns_config_proto_rawDescGZIP(), []int{0}
|
2018-08-24 15:51:03 -04:00
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *NameServer) GetAddress() *net.Endpoint {
|
|
|
|
if x != nil {
|
|
|
|
return x.Address
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
2018-08-24 15:51:03 -04:00
|
|
|
|
2020-12-11 18:15:29 -05:00
|
|
|
func (x *NameServer) GetClientIp() []byte {
|
|
|
|
if x != nil {
|
|
|
|
return x.ClientIp
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *NameServer) GetPrioritizedDomain() []*NameServer_PriorityDomain {
|
|
|
|
if x != nil {
|
|
|
|
return x.PrioritizedDomain
|
2018-08-24 15:51:03 -04:00
|
|
|
}
|
2020-06-08 04:16:32 -04:00
|
|
|
return nil
|
2018-08-24 15:51:03 -04:00
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *NameServer) GetGeoip() []*router.GeoIP {
|
|
|
|
if x != nil {
|
|
|
|
return x.Geoip
|
2018-08-24 15:51:03 -04:00
|
|
|
}
|
2020-06-08 04:16:32 -04:00
|
|
|
return nil
|
2018-06-26 16:34:05 -04:00
|
|
|
}
|
|
|
|
|
2020-08-15 09:22:32 -04:00
|
|
|
func (x *NameServer) GetOriginalRules() []*NameServer_OriginalRule {
|
|
|
|
if x != nil {
|
|
|
|
return x.OriginalRules
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2017-01-02 14:52:45 -05:00
|
|
|
type Config struct {
|
2020-06-08 04:16:32 -04:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2020-10-04 20:36:40 -04:00
|
|
|
// Nameservers used by this DNS. Only traditional UDP servers are support at
|
|
|
|
// the moment. A special value 'localhost' as a domain address can be set to
|
|
|
|
// use DNS on local system.
|
2020-06-08 04:16:32 -04:00
|
|
|
//
|
|
|
|
// Deprecated: Do not use.
|
2020-08-24 08:10:26 -04:00
|
|
|
NameServers []*net.Endpoint `protobuf:"bytes,1,rep,name=NameServers,proto3" json:"NameServers,omitempty"`
|
2018-08-24 15:51:03 -04:00
|
|
|
// NameServer list used by this DNS client.
|
|
|
|
NameServer []*NameServer `protobuf:"bytes,5,rep,name=name_server,json=nameServer,proto3" json:"name_server,omitempty"`
|
2017-01-02 14:52:45 -05:00
|
|
|
// Static hosts. Domain to IP.
|
2018-06-26 16:34:05 -04:00
|
|
|
// Deprecated. Use static_hosts.
|
2020-06-08 04:16:32 -04:00
|
|
|
//
|
|
|
|
// Deprecated: Do not use.
|
2020-08-24 08:10:26 -04:00
|
|
|
Hosts map[string]*net.IPOrDomain `protobuf:"bytes,2,rep,name=Hosts,proto3" json:"Hosts,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
2020-10-04 20:36:40 -04:00
|
|
|
// Client IP for EDNS client subnet. Must be 4 bytes (IPv4) or 16 bytes
|
|
|
|
// (IPv6).
|
2019-01-16 14:32:41 -05:00
|
|
|
ClientIp []byte `protobuf:"bytes,3,opt,name=client_ip,json=clientIp,proto3" json:"client_ip,omitempty"`
|
|
|
|
StaticHosts []*Config_HostMapping `protobuf:"bytes,4,rep,name=static_hosts,json=staticHosts,proto3" json:"static_hosts,omitempty"`
|
|
|
|
// Tag is the inbound tag of DNS client.
|
2020-06-08 04:16:32 -04:00
|
|
|
Tag string `protobuf:"bytes,6,opt,name=tag,proto3" json:"tag,omitempty"`
|
2021-02-24 03:03:50 -05:00
|
|
|
// DisableCache Disable DNS cache
|
|
|
|
DisableCache bool `protobuf:"varint,8,opt,name=disableCache,proto3" json:"disableCache,omitempty"`
|
2017-01-02 14:52:45 -05:00
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *Config) Reset() {
|
|
|
|
*x = Config{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2020-08-24 08:10:26 -04:00
|
|
|
mi := &file_app_dns_config_proto_msgTypes[1]
|
2020-06-08 04:16:32 -04:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
2018-05-25 05:56:01 -04:00
|
|
|
}
|
2018-09-19 10:10:42 -04:00
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *Config) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
2018-05-25 05:56:01 -04:00
|
|
|
}
|
2020-06-08 04:16:32 -04:00
|
|
|
|
|
|
|
func (*Config) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *Config) ProtoReflect() protoreflect.Message {
|
2020-08-24 08:10:26 -04:00
|
|
|
mi := &file_app_dns_config_proto_msgTypes[1]
|
2020-06-08 04:16:32 -04:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
2018-05-25 05:56:01 -04:00
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
// Deprecated: Use Config.ProtoReflect.Descriptor instead.
|
|
|
|
func (*Config) Descriptor() ([]byte, []int) {
|
2020-08-24 08:10:26 -04:00
|
|
|
return file_app_dns_config_proto_rawDescGZIP(), []int{1}
|
2020-06-08 04:16:32 -04:00
|
|
|
}
|
2017-01-02 14:52:45 -05:00
|
|
|
|
2018-08-24 15:51:03 -04:00
|
|
|
// Deprecated: Do not use.
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *Config) GetNameServers() []*net.Endpoint {
|
|
|
|
if x != nil {
|
|
|
|
return x.NameServers
|
2017-01-02 14:52:45 -05:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *Config) GetNameServer() []*NameServer {
|
|
|
|
if x != nil {
|
|
|
|
return x.NameServer
|
2018-08-24 15:51:03 -04:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-06-26 16:34:05 -04:00
|
|
|
// Deprecated: Do not use.
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *Config) GetHosts() map[string]*net.IPOrDomain {
|
|
|
|
if x != nil {
|
|
|
|
return x.Hosts
|
2017-01-02 14:52:45 -05:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *Config) GetClientIp() []byte {
|
|
|
|
if x != nil {
|
|
|
|
return x.ClientIp
|
2018-06-26 11:14:51 -04:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *Config) GetStaticHosts() []*Config_HostMapping {
|
|
|
|
if x != nil {
|
|
|
|
return x.StaticHosts
|
2018-06-26 16:34:05 -04:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *Config) GetTag() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Tag
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2021-02-24 03:03:50 -05:00
|
|
|
func (x *Config) GetDisableCache() bool {
|
|
|
|
if x != nil {
|
|
|
|
return x.DisableCache
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
type NameServer_PriorityDomain struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Type DomainMatchingType `protobuf:"varint,1,opt,name=type,proto3,enum=v2ray.core.app.dns.DomainMatchingType" json:"type,omitempty"`
|
|
|
|
Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *NameServer_PriorityDomain) Reset() {
|
|
|
|
*x = NameServer_PriorityDomain{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2020-08-24 08:10:26 -04:00
|
|
|
mi := &file_app_dns_config_proto_msgTypes[2]
|
2020-06-08 04:16:32 -04:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *NameServer_PriorityDomain) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*NameServer_PriorityDomain) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *NameServer_PriorityDomain) ProtoReflect() protoreflect.Message {
|
2020-08-24 08:10:26 -04:00
|
|
|
mi := &file_app_dns_config_proto_msgTypes[2]
|
2020-06-08 04:16:32 -04:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use NameServer_PriorityDomain.ProtoReflect.Descriptor instead.
|
|
|
|
func (*NameServer_PriorityDomain) Descriptor() ([]byte, []int) {
|
2020-08-24 08:10:26 -04:00
|
|
|
return file_app_dns_config_proto_rawDescGZIP(), []int{0, 0}
|
2020-06-08 04:16:32 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *NameServer_PriorityDomain) GetType() DomainMatchingType {
|
|
|
|
if x != nil {
|
|
|
|
return x.Type
|
|
|
|
}
|
|
|
|
return DomainMatchingType_Full
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *NameServer_PriorityDomain) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
2019-01-16 14:32:41 -05:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2020-08-15 09:22:32 -04:00
|
|
|
type NameServer_OriginalRule struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Rule string `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
|
|
|
|
Size uint32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *NameServer_OriginalRule) Reset() {
|
|
|
|
*x = NameServer_OriginalRule{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2020-08-24 08:10:26 -04:00
|
|
|
mi := &file_app_dns_config_proto_msgTypes[3]
|
2020-08-15 09:22:32 -04:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *NameServer_OriginalRule) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*NameServer_OriginalRule) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *NameServer_OriginalRule) ProtoReflect() protoreflect.Message {
|
2020-08-24 08:10:26 -04:00
|
|
|
mi := &file_app_dns_config_proto_msgTypes[3]
|
2020-08-15 09:22:32 -04:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use NameServer_OriginalRule.ProtoReflect.Descriptor instead.
|
|
|
|
func (*NameServer_OriginalRule) Descriptor() ([]byte, []int) {
|
2020-08-24 08:10:26 -04:00
|
|
|
return file_app_dns_config_proto_rawDescGZIP(), []int{0, 1}
|
2020-08-15 09:22:32 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *NameServer_OriginalRule) GetRule() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Rule
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *NameServer_OriginalRule) GetSize() uint32 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Size
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-06-26 16:34:05 -04:00
|
|
|
type Config_HostMapping struct {
|
2020-06-08 04:16:32 -04:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2019-01-30 15:04:29 -05:00
|
|
|
Type DomainMatchingType `protobuf:"varint,1,opt,name=type,proto3,enum=v2ray.core.app.dns.DomainMatchingType" json:"type,omitempty"`
|
|
|
|
Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
|
|
|
|
Ip [][]byte `protobuf:"bytes,3,rep,name=ip,proto3" json:"ip,omitempty"`
|
2020-10-04 20:36:40 -04:00
|
|
|
// ProxiedDomain indicates the mapped domain has the same IP address on this
|
|
|
|
// domain. V2Ray will use this domain for IP queries. This field is only
|
|
|
|
// effective if ip is empty.
|
2020-06-08 04:16:32 -04:00
|
|
|
ProxiedDomain string `protobuf:"bytes,4,opt,name=proxied_domain,json=proxiedDomain,proto3" json:"proxied_domain,omitempty"`
|
2018-06-26 16:34:05 -04:00
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *Config_HostMapping) Reset() {
|
|
|
|
*x = Config_HostMapping{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2020-08-24 08:10:26 -04:00
|
|
|
mi := &file_app_dns_config_proto_msgTypes[5]
|
2020-06-08 04:16:32 -04:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
2018-06-26 16:34:05 -04:00
|
|
|
}
|
2018-09-19 10:10:42 -04:00
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *Config_HostMapping) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
2018-06-26 16:34:05 -04:00
|
|
|
}
|
2020-06-08 04:16:32 -04:00
|
|
|
|
|
|
|
func (*Config_HostMapping) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *Config_HostMapping) ProtoReflect() protoreflect.Message {
|
2020-08-24 08:10:26 -04:00
|
|
|
mi := &file_app_dns_config_proto_msgTypes[5]
|
2020-06-08 04:16:32 -04:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
2018-06-26 16:34:05 -04:00
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
// Deprecated: Use Config_HostMapping.ProtoReflect.Descriptor instead.
|
|
|
|
func (*Config_HostMapping) Descriptor() ([]byte, []int) {
|
2020-08-24 08:10:26 -04:00
|
|
|
return file_app_dns_config_proto_rawDescGZIP(), []int{1, 1}
|
2020-06-08 04:16:32 -04:00
|
|
|
}
|
2018-06-26 16:34:05 -04:00
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *Config_HostMapping) GetType() DomainMatchingType {
|
|
|
|
if x != nil {
|
|
|
|
return x.Type
|
2018-06-26 16:34:05 -04:00
|
|
|
}
|
2018-08-24 15:51:03 -04:00
|
|
|
return DomainMatchingType_Full
|
2018-06-26 16:34:05 -04:00
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *Config_HostMapping) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
2018-06-26 16:34:05 -04:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *Config_HostMapping) GetIp() [][]byte {
|
|
|
|
if x != nil {
|
|
|
|
return x.Ip
|
2018-06-26 16:34:05 -04:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2020-06-08 04:16:32 -04:00
|
|
|
func (x *Config_HostMapping) GetProxiedDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.ProxiedDomain
|
2019-01-30 15:04:29 -05:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2020-08-24 08:10:26 -04:00
|
|
|
var File_app_dns_config_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
var file_app_dns_config_proto_rawDesc = []byte{
|
|
|
|
0x0a, 0x14, 0x61, 0x70, 0x70, 0x2f, 0x64, 0x6e, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
|
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f,
|
|
|
|
0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x1a, 0x18, 0x63, 0x6f, 0x6d, 0x6d,
|
|
|
|
0x6f, 0x6e, 0x2f, 0x6e, 0x65, 0x74, 0x2f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x2e, 0x70,
|
|
|
|
0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x6e, 0x65, 0x74,
|
|
|
|
0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f,
|
|
|
|
0x74, 0x6f, 0x1a, 0x17, 0x61, 0x70, 0x70, 0x2f, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2f, 0x63,
|
2020-12-11 18:15:29 -05:00
|
|
|
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xe8, 0x03, 0x0a, 0x0a,
|
2020-08-24 08:10:26 -04:00
|
|
|
0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x39, 0x0a, 0x07, 0x61, 0x64,
|
|
|
|
0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x76, 0x32,
|
|
|
|
0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
|
|
|
|
0x6e, 0x65, 0x74, 0x2e, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x07, 0x61, 0x64,
|
2020-12-11 18:15:29 -05:00
|
|
|
0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f,
|
|
|
|
0x69, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74,
|
|
|
|
0x49, 0x70, 0x12, 0x5c, 0x0a, 0x12, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x69, 0x7a, 0x65,
|
|
|
|
0x64, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2d,
|
|
|
|
0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e,
|
|
|
|
0x64, 0x6e, 0x73, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50,
|
|
|
|
0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x11, 0x70,
|
|
|
|
0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x69, 0x7a, 0x65, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
|
|
|
|
0x12, 0x32, 0x0a, 0x05, 0x67, 0x65, 0x6f, 0x69, 0x70, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
|
|
0x1c, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70,
|
|
|
|
0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x6f, 0x49, 0x50, 0x52, 0x05, 0x67,
|
|
|
|
0x65, 0x6f, 0x69, 0x70, 0x12, 0x52, 0x0a, 0x0e, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c,
|
|
|
|
0x5f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x76,
|
|
|
|
0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e,
|
|
|
|
0x73, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x4f, 0x72, 0x69,
|
|
|
|
0x67, 0x69, 0x6e, 0x61, 0x6c, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x0d, 0x6f, 0x72, 0x69, 0x67, 0x69,
|
|
|
|
0x6e, 0x61, 0x6c, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x1a, 0x64, 0x0a, 0x0e, 0x50, 0x72, 0x69, 0x6f,
|
|
|
|
0x72, 0x69, 0x74, 0x79, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x3a, 0x0a, 0x04, 0x74, 0x79,
|
|
|
|
0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x26, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
|
|
|
|
0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x44, 0x6f,
|
|
|
|
0x6d, 0x61, 0x69, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x54, 0x79, 0x70, 0x65,
|
|
|
|
0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
|
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x1a, 0x36,
|
|
|
|
0x0a, 0x0c, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x12,
|
|
|
|
0x0a, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x72, 0x75,
|
|
|
|
0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d,
|
2021-02-24 03:03:50 -05:00
|
|
|
0x52, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x22, 0xed, 0x04, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
2020-12-11 18:15:29 -05:00
|
|
|
0x67, 0x12, 0x45, 0x0a, 0x0b, 0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73,
|
|
|
|
0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63,
|
|
|
|
0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x45,
|
|
|
|
0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0b, 0x4e, 0x61, 0x6d,
|
|
|
|
0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x12, 0x3f, 0x0a, 0x0b, 0x6e, 0x61, 0x6d, 0x65,
|
|
|
|
0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e,
|
|
|
|
0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64,
|
|
|
|
0x6e, 0x73, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x0a, 0x6e,
|
|
|
|
0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x3f, 0x0a, 0x05, 0x48, 0x6f, 0x73,
|
|
|
|
0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
|
|
|
|
0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x43, 0x6f,
|
|
|
|
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x48, 0x6f, 0x73, 0x74, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42,
|
|
|
|
0x02, 0x18, 0x01, 0x52, 0x05, 0x48, 0x6f, 0x73, 0x74, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x6c,
|
|
|
|
0x69, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x63,
|
|
|
|
0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x12, 0x49, 0x0a, 0x0c, 0x73, 0x74, 0x61, 0x74, 0x69,
|
|
|
|
0x63, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e,
|
|
|
|
0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64,
|
|
|
|
0x6e, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x48, 0x6f, 0x73, 0x74, 0x4d, 0x61,
|
|
|
|
0x70, 0x70, 0x69, 0x6e, 0x67, 0x52, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x69, 0x63, 0x48, 0x6f, 0x73,
|
|
|
|
0x74, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
|
2021-02-24 03:03:50 -05:00
|
|
|
0x03, 0x74, 0x61, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x43,
|
|
|
|
0x61, 0x63, 0x68, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x61,
|
|
|
|
0x62, 0x6c, 0x65, 0x43, 0x61, 0x63, 0x68, 0x65, 0x1a, 0x5b, 0x0a, 0x0a, 0x48, 0x6f, 0x73, 0x74,
|
|
|
|
0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20,
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x37, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75,
|
|
|
|
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e,
|
|
|
|
0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e, 0x65, 0x74, 0x2e,
|
|
|
|
0x49, 0x50, 0x4f, 0x72, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
|
|
|
|
0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x98, 0x01, 0x0a, 0x0b, 0x48, 0x6f, 0x73, 0x74, 0x4d, 0x61,
|
|
|
|
0x70, 0x70, 0x69, 0x6e, 0x67, 0x12, 0x3a, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20,
|
|
|
|
0x01, 0x28, 0x0e, 0x32, 0x26, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65,
|
|
|
|
0x2e, 0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x2e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x4d,
|
|
|
|
0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70,
|
|
|
|
0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18,
|
|
|
|
0x03, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x70, 0x12, 0x25, 0x0a, 0x0e, 0x70, 0x72, 0x6f,
|
|
|
|
0x78, 0x69, 0x65, 0x64, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
|
0x09, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x78, 0x69, 0x65, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
|
|
|
|
0x4a, 0x04, 0x08, 0x07, 0x10, 0x08, 0x2a, 0x45, 0x0a, 0x12, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
|
|
|
|
0x4d, 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x08, 0x0a, 0x04,
|
|
|
|
0x46, 0x75, 0x6c, 0x6c, 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x75, 0x62, 0x64, 0x6f, 0x6d,
|
|
|
|
0x61, 0x69, 0x6e, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x4b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64,
|
|
|
|
0x10, 0x02, 0x12, 0x09, 0x0a, 0x05, 0x52, 0x65, 0x67, 0x65, 0x78, 0x10, 0x03, 0x42, 0x57, 0x0a,
|
|
|
|
0x16, 0x63, 0x6f, 0x6d, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
|
|
0x61, 0x70, 0x70, 0x2e, 0x64, 0x6e, 0x73, 0x50, 0x01, 0x5a, 0x26, 0x67, 0x69, 0x74, 0x68, 0x75,
|
|
|
|
0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x76, 0x32, 0x66, 0x6c, 0x79, 0x2f, 0x76, 0x32, 0x72, 0x61,
|
|
|
|
0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x34, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x64, 0x6e,
|
|
|
|
0x73, 0xaa, 0x02, 0x12, 0x56, 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 0x65, 0x2e, 0x41,
|
|
|
|
0x70, 0x70, 0x2e, 0x44, 0x6e, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
2020-06-08 04:16:32 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
var (
|
2020-08-24 08:10:26 -04:00
|
|
|
file_app_dns_config_proto_rawDescOnce sync.Once
|
|
|
|
file_app_dns_config_proto_rawDescData = file_app_dns_config_proto_rawDesc
|
2020-06-08 04:16:32 -04:00
|
|
|
)
|
|
|
|
|
2020-08-24 08:10:26 -04:00
|
|
|
func file_app_dns_config_proto_rawDescGZIP() []byte {
|
|
|
|
file_app_dns_config_proto_rawDescOnce.Do(func() {
|
|
|
|
file_app_dns_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_app_dns_config_proto_rawDescData)
|
2020-06-08 04:16:32 -04:00
|
|
|
})
|
2020-08-24 08:10:26 -04:00
|
|
|
return file_app_dns_config_proto_rawDescData
|
2020-06-08 04:16:32 -04:00
|
|
|
}
|
|
|
|
|
2020-08-24 08:10:26 -04:00
|
|
|
var file_app_dns_config_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
|
|
|
var file_app_dns_config_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
|
|
|
var file_app_dns_config_proto_goTypes = []interface{}{
|
2020-06-08 04:16:32 -04:00
|
|
|
(DomainMatchingType)(0), // 0: v2ray.core.app.dns.DomainMatchingType
|
|
|
|
(*NameServer)(nil), // 1: v2ray.core.app.dns.NameServer
|
|
|
|
(*Config)(nil), // 2: v2ray.core.app.dns.Config
|
|
|
|
(*NameServer_PriorityDomain)(nil), // 3: v2ray.core.app.dns.NameServer.PriorityDomain
|
2020-08-15 09:22:32 -04:00
|
|
|
(*NameServer_OriginalRule)(nil), // 4: v2ray.core.app.dns.NameServer.OriginalRule
|
|
|
|
nil, // 5: v2ray.core.app.dns.Config.HostsEntry
|
|
|
|
(*Config_HostMapping)(nil), // 6: v2ray.core.app.dns.Config.HostMapping
|
|
|
|
(*net.Endpoint)(nil), // 7: v2ray.core.common.net.Endpoint
|
|
|
|
(*router.GeoIP)(nil), // 8: v2ray.core.app.router.GeoIP
|
|
|
|
(*net.IPOrDomain)(nil), // 9: v2ray.core.common.net.IPOrDomain
|
2020-06-08 04:16:32 -04:00
|
|
|
}
|
2020-08-24 08:10:26 -04:00
|
|
|
var file_app_dns_config_proto_depIdxs = []int32{
|
2020-08-15 09:22:32 -04:00
|
|
|
7, // 0: v2ray.core.app.dns.NameServer.address:type_name -> v2ray.core.common.net.Endpoint
|
2020-06-08 04:16:32 -04:00
|
|
|
3, // 1: v2ray.core.app.dns.NameServer.prioritized_domain:type_name -> v2ray.core.app.dns.NameServer.PriorityDomain
|
2020-08-15 09:22:32 -04:00
|
|
|
8, // 2: v2ray.core.app.dns.NameServer.geoip:type_name -> v2ray.core.app.router.GeoIP
|
|
|
|
4, // 3: v2ray.core.app.dns.NameServer.original_rules:type_name -> v2ray.core.app.dns.NameServer.OriginalRule
|
|
|
|
7, // 4: v2ray.core.app.dns.Config.NameServers:type_name -> v2ray.core.common.net.Endpoint
|
|
|
|
1, // 5: v2ray.core.app.dns.Config.name_server:type_name -> v2ray.core.app.dns.NameServer
|
|
|
|
5, // 6: v2ray.core.app.dns.Config.Hosts:type_name -> v2ray.core.app.dns.Config.HostsEntry
|
|
|
|
6, // 7: v2ray.core.app.dns.Config.static_hosts:type_name -> v2ray.core.app.dns.Config.HostMapping
|
|
|
|
0, // 8: v2ray.core.app.dns.NameServer.PriorityDomain.type:type_name -> v2ray.core.app.dns.DomainMatchingType
|
|
|
|
9, // 9: v2ray.core.app.dns.Config.HostsEntry.value:type_name -> v2ray.core.common.net.IPOrDomain
|
|
|
|
0, // 10: v2ray.core.app.dns.Config.HostMapping.type:type_name -> v2ray.core.app.dns.DomainMatchingType
|
|
|
|
11, // [11:11] is the sub-list for method output_type
|
|
|
|
11, // [11:11] is the sub-list for method input_type
|
|
|
|
11, // [11:11] is the sub-list for extension type_name
|
|
|
|
11, // [11:11] is the sub-list for extension extendee
|
|
|
|
0, // [0:11] is the sub-list for field type_name
|
2020-06-08 04:16:32 -04:00
|
|
|
}
|
|
|
|
|
2020-08-24 08:10:26 -04:00
|
|
|
func init() { file_app_dns_config_proto_init() }
|
|
|
|
func file_app_dns_config_proto_init() {
|
|
|
|
if File_app_dns_config_proto != nil {
|
2020-06-08 04:16:32 -04:00
|
|
|
return
|
|
|
|
}
|
|
|
|
if !protoimpl.UnsafeEnabled {
|
2020-08-24 08:10:26 -04:00
|
|
|
file_app_dns_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
2020-06-08 04:16:32 -04:00
|
|
|
switch v := v.(*NameServer); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2020-08-24 08:10:26 -04:00
|
|
|
file_app_dns_config_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
2020-06-08 04:16:32 -04:00
|
|
|
switch v := v.(*Config); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2020-08-24 08:10:26 -04:00
|
|
|
file_app_dns_config_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
2020-06-08 04:16:32 -04:00
|
|
|
switch v := v.(*NameServer_PriorityDomain); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2020-08-24 08:10:26 -04:00
|
|
|
file_app_dns_config_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
2020-08-15 09:22:32 -04:00
|
|
|
switch v := v.(*NameServer_OriginalRule); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2020-08-24 08:10:26 -04:00
|
|
|
file_app_dns_config_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
2020-06-08 04:16:32 -04:00
|
|
|
switch v := v.(*Config_HostMapping); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type x struct{}
|
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
|
File: protoimpl.DescBuilder{
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
2020-08-24 08:10:26 -04:00
|
|
|
RawDescriptor: file_app_dns_config_proto_rawDesc,
|
2020-06-08 04:16:32 -04:00
|
|
|
NumEnums: 1,
|
2020-08-15 09:22:32 -04:00
|
|
|
NumMessages: 6,
|
2020-06-08 04:16:32 -04:00
|
|
|
NumExtensions: 0,
|
|
|
|
NumServices: 0,
|
|
|
|
},
|
2020-08-24 08:10:26 -04:00
|
|
|
GoTypes: file_app_dns_config_proto_goTypes,
|
|
|
|
DependencyIndexes: file_app_dns_config_proto_depIdxs,
|
|
|
|
EnumInfos: file_app_dns_config_proto_enumTypes,
|
|
|
|
MessageInfos: file_app_dns_config_proto_msgTypes,
|
2020-06-08 04:16:32 -04:00
|
|
|
}.Build()
|
2020-08-24 08:10:26 -04:00
|
|
|
File_app_dns_config_proto = out.File
|
|
|
|
file_app_dns_config_proto_rawDesc = nil
|
|
|
|
file_app_dns_config_proto_goTypes = nil
|
|
|
|
file_app_dns_config_proto_depIdxs = nil
|
2017-01-02 14:52:45 -05:00
|
|
|
}
|