mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 03:26:36 +08:00
节点如果没有设置DNS线路就使用默认线路
This commit is contained in:
13
pkg/rpc/protos/models/model_dns_issue.proto
Normal file
13
pkg/rpc/protos/models/model_dns_issue.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message DNSIssue {
|
||||
string target = 1;
|
||||
int64 targetId = 2;
|
||||
string type = 3;
|
||||
string description = 4;
|
||||
map<string, string> params = 5;
|
||||
bool mustFix = 6; // 是否必须修复
|
||||
}
|
||||
Reference in New Issue
Block a user