mirror of https://github.com/2dust/v2rayN
Remove TunHandler
parent
032d12a592
commit
db1b3fdaad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue