diff --git a/Netch/Controllers/TUNController.cs b/Netch/Controllers/TUNController.cs index e96ec805..fb0dc513 100644 --- a/Netch/Controllers/TUNController.cs +++ b/Netch/Controllers/TUNController.cs @@ -89,7 +89,8 @@ namespace Netch.Controllers #endregion Global.Logger.Debug("tun2socks init"); - Init(); + if (!Init()) + throw new MessageException("tun2socks start failed, reboot your system and start again."); _tunAdapter = new TunAdapter(); switch (mode.Type)