mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-17 23:50:24 +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;
|
||||
|
||||
Reference in New Issue
Block a user