mirror of
https://github.com/netchx/netch.git
synced 2026-05-09 22:54:03 +08:00
Update Interop start failed Message
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Netch.Controllers
|
||||
Dial(NameList.TYPE_DNSHOST, Global.Settings.Redirector.DNSHijack ? Global.Settings.Redirector.DNSHijackHost : "");
|
||||
|
||||
if (!Init())
|
||||
throw new MessageException("Redirector Start failed, run Netch with \"-console\" argument");
|
||||
throw new MessageException("Redirector start failed.");
|
||||
}
|
||||
|
||||
public void Stop()
|
||||
|
||||
Reference in New Issue
Block a user