mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-30 17:30:25 +08:00
DNS服务商增加厂家筛选
This commit is contained in:
@@ -60,6 +60,7 @@ message CountAllEnabledDNSProvidersRequest {
|
||||
int64 userId = 2;
|
||||
string keyword = 3;
|
||||
string domain = 4;
|
||||
string type = 5;
|
||||
}
|
||||
|
||||
// 列出单页的服务商信息
|
||||
@@ -68,6 +69,7 @@ message ListEnabledDNSProvidersRequest {
|
||||
int64 userId = 2;
|
||||
string keyword = 5;
|
||||
string domain = 6;
|
||||
string type = 7;
|
||||
int64 offset = 3;
|
||||
int64 size = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user