From f73792844ce5e5bd26b6ba2fe93481d3d39243a6 Mon Sep 17 00:00:00 2001 From: vkamn Date: Mon, 26 Jan 2026 14:39:47 +0300 Subject: [PATCH] chore: revoke #2148 (#2160) --- client/protocols/xrayprotocol.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client/protocols/xrayprotocol.cpp b/client/protocols/xrayprotocol.cpp index 0c6bda989..575960b2d 100755 --- a/client/protocols/xrayprotocol.cpp +++ b/client/protocols/xrayprotocol.cpp @@ -14,6 +14,7 @@ XrayProtocol::XrayProtocol(const QJsonObject &configuration, QObject *parent) : { readXrayConfiguration(configuration); m_routeGateway = NetworkUtilities::getGatewayAndIface().first; + m_vpnGateway = amnezia::protocols::xray::defaultLocalAddr; m_vpnLocalAddress = amnezia::protocols::xray::defaultLocalAddr; m_t2sProcess = IpcClient::InterfaceTun2Socks(); }