chore: remove redundant gateway (#2148)

This commit is contained in:
Yaroslav Gurov
2026-01-22 11:21:15 +01:00
committed by GitHub
parent 423fe3fd4f
commit aad9d6dae2

View File

@@ -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();
}