mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-02 03:20:25 +08:00
EdgeDNS支持内置线路
This commit is contained in:
@@ -8,7 +8,8 @@ message NSAccessLog {
|
||||
int64 nsNodeId = 1;
|
||||
int64 nsDomainId = 2;
|
||||
int64 nsRecordId = 3;
|
||||
repeated int64 nsRouteIds = 4;
|
||||
repeated int64 nsRouteIds = 4 [deprecated = true];
|
||||
repeated string nsRouteCodes = 17;
|
||||
string remoteAddr = 5;
|
||||
string questionName = 6;
|
||||
string questionType = 7;
|
||||
|
||||
@@ -15,6 +15,7 @@ message NSRoute {
|
||||
bool isDeleted = 5;
|
||||
int64 order = 6;
|
||||
int64 version = 7;
|
||||
string code = 8;
|
||||
|
||||
NSCluster nsCluster = 30;
|
||||
NSDomain nsDomain = 31;
|
||||
|
||||
Reference in New Issue
Block a user