Remove TunHandler

This commit is contained in:
2dust 2023-05-07 19:09:51 +08:00
parent 032d12a592
commit db1b3fdaad

View file

@ -1617,18 +1617,6 @@ namespace v2rayN.ViewModels
}
}
private void TunModeSwitch()
{
if (EnableTun)
{
TunHandler.Instance.Start();
}
else
{
TunHandler.Instance.Stop();
}
}
#endregion System proxy and Routings
#region UI