Remove TunHandler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user