test: test endpoint

This commit is contained in:
vladimir.kuznetsov
2025-07-17 11:24:36 +08:00
parent 63c336d96e
commit 35f5101fa8

View File

@@ -14,7 +14,7 @@ namespace
const char cloudFlareNs1[] = "1.1.1.1";
const char cloudFlareNs2[] = "1.0.0.1";
constexpr char gatewayEndpoint[] = "http://gw.amnezia.org:80/";
constexpr char gatewayEndpoint[] = "http://192.168.0.222:80/";
}
Settings::Settings(QObject *parent) : QObject(parent), m_settings(ORGANIZATION_NAME, APPLICATION_NAME, this)