chore: revoke #2148 (#2160)

This commit is contained in:
vkamn
2026-01-26 14:39:47 +03:00
committed by GitHub
parent a7199ca6f5
commit f73792844c

View File

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