From aad9d6dae2f4d4efe0cfb0d0e7fa69bdab90d619 Mon Sep 17 00:00:00 2001 From: Yaroslav Gurov <31506978+ygurov@users.noreply.github.com> Date: Thu, 22 Jan 2026 11:21:15 +0100 Subject: [PATCH] chore: remove redundant gateway (#2148) --- client/protocols/xrayprotocol.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client/protocols/xrayprotocol.cpp b/client/protocols/xrayprotocol.cpp index 575960b2d..0c6bda989 100755 --- a/client/protocols/xrayprotocol.cpp +++ b/client/protocols/xrayprotocol.cpp @@ -14,7 +14,6 @@ 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(); }