feat: added cache for proxy bypass (#1797)

This commit is contained in:
vkamn
2025-08-20 13:00:35 +08:00
committed by GitHub
parent 3eb06916c7
commit beb1c6dbf2
2 changed files with 22 additions and 3 deletions
@@ -32,6 +32,8 @@ private:
QString m_gatewayEndpoint;
bool m_isDevEnvironment = false;
bool m_isStrictKillSwitchEnabled = false;
inline static QString m_proxyUrl;
};
#endif // GATEWAYCONTROLLER_H