换成单集群模式

This commit is contained in:
robin
2026-03-02 20:07:53 +08:00
parent 5d0b7c7e91
commit 2a76d1773d
432 changed files with 5681 additions and 5095 deletions

View File

@@ -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;
}