换成单集群模式
This commit is contained in:
@@ -8,8 +8,7 @@ message HTTPDNSApp {
|
||||
string name = 2;
|
||||
string appId = 3;
|
||||
bool isOn = 4;
|
||||
int64 primaryClusterId = 5;
|
||||
int64 backupClusterId = 6;
|
||||
reserved 5, 6; // removed: primaryClusterId, backupClusterId
|
||||
string sniMode = 7;
|
||||
bool signEnabled = 8;
|
||||
string signSecret = 9;
|
||||
@@ -17,4 +16,5 @@ message HTTPDNSApp {
|
||||
int64 createdAt = 11;
|
||||
int64 updatedAt = 12;
|
||||
int64 userId = 13;
|
||||
bytes clusterIdsJSON = 14;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user