| 
					
				 | 
			
			
				@@ -64,11 +64,11 @@ func (*Account) ProtoMessage()               {} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 func (*Account) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 type ServerConfig struct { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	AuthType   AuthType                         `protobuf:"varint,1,opt,name=auth_type,json=authType,enum=v2ray.core.proxy.socks.AuthType" json:"auth_type,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	Accounts   map[string]string                `protobuf:"bytes,2,rep,name=accounts" json:"accounts,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	Address    *v2ray_core_common_net.AddressPB `protobuf:"bytes,3,opt,name=address" json:"address,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	UdpEnabled bool                             `protobuf:"varint,4,opt,name=udp_enabled,json=udpEnabled" json:"udp_enabled,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	Timeout    uint32                           `protobuf:"varint,5,opt,name=timeout" json:"timeout,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	AuthType   AuthType                          `protobuf:"varint,1,opt,name=auth_type,json=authType,enum=v2ray.core.proxy.socks.AuthType" json:"auth_type,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	Accounts   map[string]string                 `protobuf:"bytes,2,rep,name=accounts" json:"accounts,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	Address    *v2ray_core_common_net.IPOrDomain `protobuf:"bytes,3,opt,name=address" json:"address,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	UdpEnabled bool                              `protobuf:"varint,4,opt,name=udp_enabled,json=udpEnabled" json:"udp_enabled,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	Timeout    uint32                            `protobuf:"varint,5,opt,name=timeout" json:"timeout,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 func (m *ServerConfig) Reset()                    { *m = ServerConfig{} } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -83,7 +83,7 @@ func (m *ServerConfig) GetAccounts() map[string]string { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	return nil 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-func (m *ServerConfig) GetAddress() *v2ray_core_common_net.AddressPB { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+func (m *ServerConfig) GetAddress() *v2ray_core_common_net.IPOrDomain { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	if m != nil { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		return m.Address 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -91,7 +91,7 @@ func (m *ServerConfig) GetAddress() *v2ray_core_common_net.AddressPB { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 type ClientConfig struct { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	Server []*v2ray_core_common_protocol1.ServerSpecPB `protobuf:"bytes,1,rep,name=server" json:"server,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	Server []*v2ray_core_common_protocol1.ServerEndpoint `protobuf:"bytes,1,rep,name=server" json:"server,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 func (m *ClientConfig) Reset()                    { *m = ClientConfig{} } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -99,7 +99,7 @@ func (m *ClientConfig) String() string            { return proto.CompactTextStri 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 func (*ClientConfig) ProtoMessage()               {} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 func (*ClientConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-func (m *ClientConfig) GetServer() []*v2ray_core_common_protocol1.ServerSpecPB { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+func (m *ClientConfig) GetServer() []*v2ray_core_common_protocol1.ServerEndpoint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	if m != nil { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		return m.Server 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -116,32 +116,33 @@ func init() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 func init() { proto.RegisterFile("v2ray.com/core/proxy/socks/config.proto", fileDescriptor0) } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 var fileDescriptor0 = []byte{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	// 428 bytes of a gzipped FileDescriptorProto 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x74, 0x91, 0x51, 0x6b, 0xdb, 0x30, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x10, 0xc7, 0xe7, 0x64, 0x69, 0xdc, 0x73, 0x3a, 0x82, 0x18, 0xc3, 0xf8, 0x65, 0x26, 0x30, 0x66, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0xf6, 0x20, 0x97, 0xec, 0x65, 0x74, 0x0c, 0xe6, 0x74, 0x85, 0x3d, 0xb5, 0xc6, 0xe9, 0x18, 0xec, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x25, 0xa8, 0xf2, 0x6d, 0x0d, 0xb5, 0x25, 0x21, 0xc9, 0xd9, 0xfc, 0x31, 0xf7, 0x8d, 0x46, 0x2c, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0xbb, 0xac, 0x25, 0x7d, 0xd3, 0xe9, 0xfe, 0xf7, 0xbf, 0xbb, 0xdf, 0xc1, 0xdb, 0xdd, 0x52, 0xb3, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x96, 0x72, 0x59, 0xa7, 0x5c, 0x6a, 0x4c, 0x95, 0x96, 0x7f, 0xda, 0xd4, 0x48, 0x7e, 0x67, 0x52, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x2e, 0xc5, 0xcf, 0xed, 0x2f, 0xaa, 0xb4, 0xb4, 0x92, 0xbc, 0x1a, 0x84, 0x1a, 0x69, 0x27, 0xa2, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x9d, 0x28, 0x7a, 0x6c, 0xc0, 0x65, 0x5d, 0x4b, 0x91, 0x0a, 0xb4, 0x29, 0x2b, 0x4b, 0x8d, 0xc6, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x38, 0x83, 0xe8, 0xf4, 0xb0, 0xb0, 0x4b, 0x72, 0x59, 0xa5, 0x06, 0xf5, 0x0e, 0xf5, 0xc6, 0x28, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0xe4, 0xae, 0x62, 0x91, 0xc1, 0x34, 0xe3, 0x5c, 0x36, 0xc2, 0x92, 0x08, 0xfc, 0xc6, 0xa0, 0x16, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0xac, 0xc6, 0xd0, 0x8b, 0xbd, 0xe4, 0xb8, 0xb8, 0x8f, 0xf7, 0x39, 0xc5, 0x8c, 0xf9, 0x2d, 0x75, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x19, 0x8e, 0x5c, 0x6e, 0x88, 0x17, 0x7f, 0x47, 0x30, 0x5b, 0x77, 0xc6, 0xe7, 0xdd, 0x32, 0xe4, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x13, 0x1c, 0xb3, 0xc6, 0xde, 0x6e, 0x6c, 0xab, 0x9c, 0xd3, 0x8b, 0x65, 0x4c, 0x0f, 0xaf, 0x46, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0xb3, 0xc6, 0xde, 0x5e, 0xb7, 0x0a, 0x0b, 0x9f, 0xf5, 0x2f, 0x72, 0x09, 0x3e, 0x73, 0x23, 0x99, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x70, 0x14, 0x8f, 0x93, 0x60, 0xb9, 0x7c, 0xaa, 0xfa, 0xff, 0xb6, 0xb4, 0xdf, 0xc3, 0x5c, 0x08, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0xab, 0xdb, 0xe2, 0xde, 0x83, 0x9c, 0xc1, 0xb4, 0xa7, 0x14, 0x8e, 0x63, 0x2f, 0x09, 0x1e, 0x0e, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0xe3, 0x10, 0x51, 0x81, 0x96, 0x66, 0x4e, 0x95, 0xaf, 0x8a, 0xa1, 0x80, 0xbc, 0x86, 0xa0, 0x29, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0xd5, 0x06, 0x05, 0xbb, 0xa9, 0xb0, 0x0c, 0x9f, 0xc7, 0x5e, 0xe2, 0x17, 0xd0, 0x94, 0xea, 0xc2, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0xfd, 0x90, 0x10, 0xa6, 0x76, 0x5b, 0xa3, 0x6c, 0x6c, 0x38, 0x89, 0xbd, 0xe4, 0xa4, 0x18, 0xc2, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0xe8, 0x23, 0x9c, 0x3c, 0x98, 0x88, 0xcc, 0x61, 0x7c, 0x87, 0x6d, 0x8f, 0x76, 0xff, 0x24, 0x2f, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x61, 0xb2, 0x63, 0x55, 0x83, 0x3d, 0x52, 0x17, 0x9c, 0x8d, 0x3e, 0x78, 0x8b, 0x1c, 0x66, 0xe7, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0xd5, 0x16, 0x85, 0xed, 0x91, 0x7e, 0x86, 0x23, 0x77, 0xbb, 0xd0, 0xeb, 0x88, 0x24, 0x07, 0x56, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x18, 0xae, 0xdc, 0x53, 0x59, 0x2b, 0xe4, 0xf9, 0xaa, 0xe8, 0xeb, 0xde, 0xbd, 0x01, 0x7f, 0x60, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x4d, 0x02, 0x98, 0x5e, 0x5e, 0x6d, 0xb2, 0x6f, 0xd7, 0x5f, 0xe7, 0xcf, 0xc8, 0x0c, 0xfc, 0x3c, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x5b, 0xaf, 0xbf, 0x5f, 0x15, 0x5f, 0xe6, 0xde, 0xea, 0x14, 0x22, 0x2e, 0xeb, 0x27, 0x78, 0xaf, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x02, 0x37, 0x4e, 0xbe, 0xef, 0xf4, 0x63, 0xd2, 0xfd, 0xdd, 0x1c, 0x75, 0x7d, 0xdf, 0xff, 0x0b, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	0x00, 0x00, 0xff, 0xff, 0xb4, 0x25, 0x49, 0xd6, 0xe6, 0x02, 0x00, 0x00, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	// 435 bytes of a gzipped FileDescriptorProto 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x74, 0x91, 0x51, 0x6f, 0xd3, 0x30, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x10, 0xc7, 0x49, 0x4b, 0xd7, 0xec, 0xd2, 0xa1, 0xca, 0x42, 0x28, 0xca, 0x0b, 0xa1, 0x12, 0x22, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0xda, 0x83, 0x33, 0x85, 0x17, 0xc4, 0xc4, 0x43, 0xba, 0x55, 0x82, 0x97, 0xb5, 0x72, 0x87, 0x90, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x78, 0xa9, 0x3c, 0xc7, 0xb0, 0x68, 0x8d, 0x6d, 0xd9, 0x4e, 0x21, 0x5f, 0x93, 0x4f, 0x84, 0x1a, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x27, 0xd3, 0x40, 0xed, 0x9b, 0xcf, 0x77, 0xf7, 0xbf, 0xfb, 0xff, 0x0e, 0xde, 0xed, 0x32, 0x4d, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x1b, 0xcc, 0x64, 0x95, 0x32, 0xa9, 0x79, 0xaa, 0xb4, 0xfc, 0xdd, 0xa4, 0x46, 0xb2, 0x07, 0x93, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x32, 0x29, 0x7e, 0x94, 0x3f, 0xb1, 0xd2, 0xd2, 0x4a, 0xf4, 0xaa, 0x2f, 0xd4, 0x1c, 0xb7, 0x45, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0xb8, 0x2d, 0x8a, 0xfe, 0x17, 0x60, 0xb2, 0xaa, 0xa4, 0x48, 0x05, 0xb7, 0x29, 0x2d, 0x0a, 0xcd, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x8d, 0x71, 0x02, 0xd1, 0xc5, 0xe1, 0xc2, 0x36, 0xc9, 0xe4, 0x36, 0x35, 0x5c, 0xef, 0xb8, 0xde, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x18, 0xc5, 0x99, 0xeb, 0x98, 0xe5, 0x30, 0xce, 0x19, 0x93, 0xb5, 0xb0, 0x28, 0x02, 0xbf, 0x36, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x5c, 0x0b, 0x5a, 0xf1, 0xd0, 0x8b, 0xbd, 0xe4, 0x94, 0x3c, 0xc6, 0xfb, 0x9c, 0xa2, 0xc6, 0xfc, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x92, 0xba, 0x08, 0x07, 0x2e, 0xd7, 0xc7, 0xb3, 0x3f, 0x03, 0x98, 0xac, 0x5b, 0xe1, 0xab, 0xd6, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x0c, 0xfa, 0x04, 0xa7, 0xb4, 0xb6, 0xf7, 0x1b, 0xdb, 0x28, 0xa7, 0xf4, 0x22, 0x8b, 0xf1, 0x61, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x6b, 0x38, 0xaf, 0xed, 0xfd, 0x6d, 0xa3, 0x38, 0xf1, 0x69, 0xf7, 0x42, 0x37, 0xe0, 0x53, 0xb7, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x92, 0x09, 0x07, 0xf1, 0x30, 0x09, 0xb2, 0xec, 0x58, 0xf7, 0xd3, 0xb1, 0xb8, 0xf3, 0x61, 0x16, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0xc2, 0xea, 0x86, 0x3c, 0x6a, 0xa0, 0x4b, 0x18, 0x77, 0x94, 0xc2, 0x61, 0xec, 0x25, 0x41, 0xf6, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0xe6, 0xa9, 0x9c, 0x43, 0x84, 0x05, 0xb7, 0xf8, 0xcb, 0x6a, 0xa9, 0xaf, 0x65, 0x45, 0x4b, 0x41, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0xfa, 0x0e, 0xf4, 0x1a, 0x82, 0xba, 0x50, 0x1b, 0x2e, 0xe8, 0xdd, 0x96, 0x17, 0xe1, 0xf3, 0xd8, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x4b, 0x7c, 0x02, 0x75, 0xa1, 0x16, 0xee, 0x07, 0x85, 0x30, 0xb6, 0x65, 0xc5, 0x65, 0x6d, 0xc3, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x51, 0xec, 0x25, 0x67, 0xa4, 0x0f, 0xa3, 0x4b, 0x38, 0xfb, 0x67, 0x25, 0x34, 0x85, 0xe1, 0x03, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x6f, 0x3a, 0xb6, 0xfb, 0x27, 0x7a, 0x09, 0xa3, 0x1d, 0xdd, 0xd6, 0xbc, 0x63, 0xea, 0x82, 0x8f, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x83, 0x0f, 0xde, 0x8c, 0xc0, 0xe4, 0x6a, 0x5b, 0x72, 0x61, 0x3b, 0xa6, 0x73, 0x38, 0x71, 0xc7, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x0b, 0xbd, 0x16, 0xc9, 0xf9, 0x01, 0x0f, 0xfd, 0x99, 0x3b, 0x2c, 0x0b, 0x51, 0x28, 0x59, 0x0a, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x4b, 0xba, 0xce, 0xf3, 0xb7, 0xe0, 0xf7, 0xb8, 0x51, 0x00, 0xe3, 0x9b, 0xe5, 0x26, 0xff, 0x7a, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0xfb, 0x79, 0xfa, 0x0c, 0x4d, 0xc0, 0x5f, 0xe5, 0xeb, 0xf5, 0xb7, 0x25, 0xb9, 0x9e, 0x7a, 0xf3, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x0b, 0x88, 0x98, 0xac, 0x8e, 0x20, 0x9f, 0x07, 0x6e, 0xa1, 0xd5, 0x7e, 0xd6, 0xf7, 0x51, 0xfb, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x77, 0x77, 0xd2, 0x4e, 0x7e, 0xff, 0x37, 0x00, 0x00, 0xff, 0xff, 0x3f, 0xcd, 0xac, 0xc7, 0xe9, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	0x02, 0x00, 0x00, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |