vrnobody / V2RayGCon

V2Ray的图形配置器。Graphic configer for v2ray-core/xray-core.
https://vrnobody.github.io/V2RayGCon
GNU General Public License v3.0
125 stars 19 forks source link

解码失败 #16

Closed FavorMylikes closed 1 year ago

FavorMylikes commented 1 year ago

复现

源码编译版 可正常使用

Json configuration ```json { "outbounds": [ { "protocol": "vmess", "settings": { "vnext": [ { "address": "xxx.example.com", "port": 443, "users": [ { "id": "28041838-xxxx-4282-a923-74af6b492fc8", "alterId": 0, "security": "auto", "level": 0 } ] } ] } }, { "protocol": "freedom", "tag": "direct", "settings": {} } ], "routing": { "rules": [ { "type": "field", "outboundTag": "direct", "domain": [ "geosite:cn" ] }, { "type": "field", "outboundTag": "direct", "ip": [ "geoip:cn", "geoip:private" ] } ], "domainStrategy": "IPIfNonMatch" }, "dns": { "servers": [ "1.1.1.1", "8.8.8.8", "localhost" ] }, "v2raygcon": { "alias": "xxx", "description": "" } } ```
FavorMylikes commented 1 year ago

选项>解码模板(空),使用

会触发该问题