DNS集群增加自动检测端口选项

This commit is contained in:
刘祥超
2023-03-19 17:45:15 +08:00
parent 995acfe133
commit fad1c3c6ae
5 changed files with 323 additions and 301 deletions

View File

@@ -19,4 +19,5 @@ message NSCluster {
string timeZone = 10;
bytes answerJSON = 11;
bool detectAgents = 14;
bool checkingPorts = 15; // 检查端口连通性
}