mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 20:09:12 +00:00
Fixes
This commit is contained in:
parent
896ec62232
commit
2035a5ae61
1 changed files with 5 additions and 7 deletions
|
@ -23,13 +23,11 @@ public class CoreConfigNaiveService
|
|||
return ret;
|
||||
}
|
||||
|
||||
// TODO: EConfigType.Naive
|
||||
|
||||
//if (node.ConfigType != EConfigType.Naive)
|
||||
//{
|
||||
// ret.Msg = ResUI.Incorrectconfiguration + $" - {node.ConfigType}";
|
||||
// return ret;
|
||||
//}
|
||||
if (node.ConfigType != EConfigType.NaiveProxy)
|
||||
{
|
||||
ret.Msg = ResUI.Incorrectconfiguration + $" - {node.ConfigType}";
|
||||
return ret;
|
||||
}
|
||||
|
||||
var configJsonNode = new JsonObject();
|
||||
|
||||
|
|
Loading…
Reference in a new issue