mirror of
https://github.com/2dust/v2rayN.git
synced 2026-05-18 23:54:49 +03:00
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
|
#endregion System proxy and Routings
|
||||||
|
|
||||||
#region UI
|
#region UI
|
||||||
|
|||||||
Reference in New Issue
Block a user