实现节点自动切换到备用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

@@ -13,6 +13,7 @@ message NodeIPAddressLog {
bool isUp = 4;
bool isOn = 5;
bool canAccess = 6;
string backupIP = 7;
NodeIPAddress nodeIPAddress = 30;
Admin admin = 31;