2dust / v2rayN

A GUI client for Windows and Linux, support Xray core and others
https://1.2345345.xyz
GNU General Public License v3.0
70.83k stars 11.66k forks source link

[Bug]: 自定义的clash系配置服务器设置ipv6:true 后经V2rayN转换后的config.json ipv6被设定为false #5449

Closed Kukuair closed 4 months ago

Kukuair commented 4 months ago

预期情况

config.json的ipv6开关保持和自定义配置一致

实际情况

自定义的clash系配置服务器设置ipv6:true 后经V2rayN转换后的config.json ipv6被设定为false

复现方法

导入自定义配置,core选mihomo,自定义配置中 ipv6设为true ,生成的config.json ipv6没有和自定义配置中 ipv6一致,生成的config.json ipv6 是false

日志信息

2024-07-31 09:12:04.6527-INFO v2rayN start up | v2rayN - V6.53 - 2024/07/26 | D:\v2rayN-With-Core\v2rayN.exe 2024-07-31 09:12:04.6749-INFO Microsoft Windows NT 10.0.22631.0 - 64 2024-07-31 09:13:05.2737-INFO UpdateTaskRunSubscription 2024-07-31 09:14:05.2760-INFO UpdateTaskRunGeo 2024-07-31 09:14:08.1690-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Object reference not set to an instance of an object.) 2024-07-31 09:14:08.1690-DEBUG 2024-07-31 09:14:08.1690-ERROR System.NullReferenceException: Object reference not set to an instance of an object.

额外信息

No response

我确认已更新至最新版本

我确认已查询历史issues

2dust commented 4 months ago

退出v2rayN后,打开 guiNConfig.json文件,找到clashUIItem.enableIPv6,改成true,保存