实现线路优先级/多个NS接口增加用户ID参数

This commit is contained in:
GoEdgeLab
2022-12-03 20:49:10 +08:00
parent 07607df059
commit af2592b531
7 changed files with 246 additions and 191 deletions

View File

@@ -18,6 +18,7 @@ message NSDomain {
bytes tsigJSON = 7;
repeated int64 nsDomainGroupIds = 8;
string status = 9;
int64 userId = 10; // 用户ID
NSCluster nsCluster = 30;
User user = 31;