改进智能DNS验证相关API

This commit is contained in:
GoEdgeLab
2023-06-05 12:34:51 +08:00
parent c52eadf669
commit 4535237144
4 changed files with 189 additions and 136 deletions

View File

@@ -237,6 +237,8 @@ message VerifyNSDomainResponse {
bool isOk = 1; // 是否成功
string errorCode = 2; // 错误代码
string errorMessage = 3; // 错误消息
repeated string currentTXTValues = 4; // 当前的TXT值
repeated string currentNSValues = 5; // 当前的NS记录值
}
// 查询记录健康检查全局设置