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

This commit is contained in:
GoEdgeLab
2023-03-19 17:45:15 +08:00
parent 8509551d62
commit bbe7ead387
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; // 检查端口连通性
}