EdgeDNS支持内置线路

This commit is contained in:
刘祥超
2021-08-09 13:59:55 +08:00
parent 7d604a0ed7
commit 618d1060bf
8 changed files with 298 additions and 174 deletions

View File

@@ -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;