mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
fix typo
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Netch.Controllers
|
||||
aiodns_dial((int) NameList.TYPE_ODNS, Encoding.UTF8.GetBytes($"{Global.Settings.AioDNS.OtherDNS}:53"));
|
||||
aiodns_dial((int) NameList.TYPE_METH, Encoding.UTF8.GetBytes(Global.Settings.AioDNS.Protocol));
|
||||
|
||||
if (aiodns_init())
|
||||
if (!aiodns_init())
|
||||
throw new Exception("AioDNS start failed");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user