mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
route delete fixed (Windows)
This commit is contained in:
@@ -55,7 +55,8 @@ bool RouterMac::routeDelete(const QString &ip)
|
||||
p.waitForFinished();
|
||||
qDebug().noquote() << "OUTPUT routeDelete: " + p.readAll();
|
||||
|
||||
return p.exitCode() == 0;}
|
||||
return p.exitCode() == 0;
|
||||
}
|
||||
|
||||
void RouterMac::flushDns()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user