mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
chore: remove redundant gateway (#2148)
This commit is contained in:
@@ -14,7 +14,6 @@ XrayProtocol::XrayProtocol(const QJsonObject &configuration, QObject *parent) :
|
|||||||
{
|
{
|
||||||
readXrayConfiguration(configuration);
|
readXrayConfiguration(configuration);
|
||||||
m_routeGateway = NetworkUtilities::getGatewayAndIface().first;
|
m_routeGateway = NetworkUtilities::getGatewayAndIface().first;
|
||||||
m_vpnGateway = amnezia::protocols::xray::defaultLocalAddr;
|
|
||||||
m_vpnLocalAddress = amnezia::protocols::xray::defaultLocalAddr;
|
m_vpnLocalAddress = amnezia::protocols::xray::defaultLocalAddr;
|
||||||
m_t2sProcess = IpcClient::InterfaceTun2Socks();
|
m_t2sProcess = IpcClient::InterfaceTun2Socks();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user