mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-03 05:38:51 +00:00
Remove TunHandler
This commit is contained in:
parent
032d12a592
commit
db1b3fdaad
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue