feat(remoteingress): expose connected edge IPs and detected public IP; resolve proxy IPs from SmartProxy and improve ops UI

This commit is contained in:
2026-02-26 23:15:00 +00:00
parent bc77321752
commit ea9427d46b
11 changed files with 78 additions and 15 deletions

View File

@@ -70,6 +70,7 @@ export interface IConfigData {
tunnelPort: number | null;
hubDomain: string | null;
tlsConfigured: boolean;
connectedEdgeIps: string[];
};
}