实现节点自动切换到备用IP

This commit is contained in:
GoEdgeLab
2021-09-13 10:51:09 +08:00
parent 603ca06601
commit a09a3af84b
4 changed files with 33 additions and 11 deletions

View File

@@ -16,4 +16,5 @@ message NodeIPAddress {
bool isOn = 9;
bool isUp = 10;
string role = 12;
string backupIP = 13;
}