两个config.json文件对比。 重要信息: 谢谢作者,目前遇到的异常就这样吧,作为业余人士很难懂。 感谢你做的软件,谢谢谢谢。。💐 下面三段信息供参考,个人看了感觉没用了。😮‍💨 ------------------------------------------------- 【软件4.2.3,内核1.8.21】。。。config.json文件内容如下。 此时连接grpc的不正常工作。 { "log": { "access": "/Users/xxxxxx/.V2rayU/v2ray-core.log", "loglevel": "info", "error": "/Users/xxxxx/.V2rayU/v2ray-core.log" }, "inbounds": [ { "listen": "127.0.0.1", "protocol": "socks", "port": "1080", "settings": { "udp": false, "auth": "noauth" } }, { "port": "1087", "settings": { "timeout": 360 }, "listen": "127.0.0.1", "protocol": "http" } ], "outbounds": [ { "mux": { "concurrency": 8, "enabled": false }, "protocol": "vless", "settings": { "vnext": [ { "address": "服务器xxxxxxx", "port": 26xxxx0, "users": [ { "flow": "xtls-rprx-vision", "encryption": "none", "level": 0, "id": "795xxxxxxxx" } ] } ] }, "tag": "proxy", "streamSettings": { "realitySettings": { "fingerprint": "chrome", "publicKey": "s-7xxxxxxxxxxo", "show": true, "shortId": "6baxxxxxxxxxxx2", "spiderX": "", "serverName": "swcdn.apple.com" }, "security": "reality", "network": "grpc", "grpcSettings": { "multiMode": false, "serviceName": "grpc", "idle_timeout": 60, "permit_without_stream": false, "user_agent": "", "health_check_timeout": 60, "initial_windows_size": 0 } } }, { "protocol": "freedom", "tag": "direct", "settings": { "userLevel": 0, "domainStrategy": "UseIP" } }, { "settings": { "response": { "type": "none" } }, "protocol": "blackhole", "tag": "block" } ], "dns": {}, "routing": { "domainStrategy": "AsIs", "balancers": [], "rules": [ { "type": "field", "outboundTag": "direct", "ip": [ "geoip:cn", "geoip:private" ] }, { "domain": [ "geosite:cn", "localhost" ], "outboundTag": "direct", "type": "field" } ] } } -------------------------------------------------- 【软件4.1,内核1.8.18】。。。config.json文件内容如下。 此时连接grpc的也不工作了,我有点意外。笑哭😂了 【软件从4.2.3删除,回到4.1的过程不顺利,同时4.1软件启动也不顺利。 怀疑这中间发生了什么异常😳】 谢谢作者,目前遇到的异常就这样吧,作为业余人士很难懂。 感谢你做的软件,谢谢谢谢。。💐 最最下面还有一段信息,也是一次测试,没啥用。 { "log": { "error": "/Users//.V2rayU/v2ray-core.log", "loglevel": "info", "access": "/Users//.V2rayU/v2ray-core.log" }, "inbounds": [ { "port": "1080", "protocol": "socks", "settings": { "auth": "noauth", "udp": false }, "listen": "127.0.0.1" }, { "protocol": "http", "settings": { "timeout": 360 }, "listen": "127.0.0.1", "port": "1087" } ], "outbounds": [ { "tag": "proxy", "streamSettings": { "network": "grpc", "security": "reality", "grpcSettings": { "user_agent": "", "health_check_timeout": 60, "initial_windows_size": 0, "multiMode": false, "idle_timeout": 60, "permit_without_stream": false, "serviceName": "grpc" }, "realitySettings": { "serverName": "swcdn.apple.com", "show": true, "fingerprint": "chrome", "publicKey": "o", "shortId": "2", "spiderX": "" } }, "mux": { "enabled": false, "concurrency": 8 }, "protocol": "vless", "settings": { "vnext": [ { "address": "5", "port": 0, "users": [ { "level": 0, "encryption": "none", "id": "da", "flow": "xtls-rprx-vision" } ] } ] } }, { "protocol": "freedom", "tag": "direct", "settings": { "userLevel": 0, "domainStrategy": "UseIP" } }, { "protocol": "blackhole", "tag": "block", "settings": { "response": { "type": "none" } } } ], "dns": {}, "routing": { "settings": { "rules": [ { "type": "field", "domain": [ "geosite:cn", "localhost" ], "outboundTag": "direct" }, { "ip": [ "geoip:cn", "geoip:private" ], "outboundTag": "direct", "type": "field" } ], "domainStrategy": "AsIs" } } } -------------------------------------------------- 【软件4.1,内核1.8.21】。。。config.json文件内容如下。 此时连接grpc的,也不工作了。。。 { "log": { "error": "/Users//.V2rayU/v2ray-core.log", "access": "/Users//.V2rayU/v2ray-core.log", "loglevel": "info" }, "inbounds": [ { "listen": "127.0.0.1", "protocol": "socks", "settings": { "auth": "noauth", "udp": false }, "port": "1080" }, { "port": "1087", "protocol": "http", "settings": { "timeout": 360 }, "listen": "127.0.0.1" } ], "outbounds": [ { "tag": "proxy", "streamSettings": { "network": "grpc", "security": "reality", "realitySettings": { "shortId": "6bc2", "show": true, "fingerprint": "chrome", "serverName": "swcdn.apple.com", "publicKey": "o", "spiderX": "" }, "grpcSettings": { "permit_without_stream": false, "idle_timeout": 60, "health_check_timeout": 60, "serviceName": "grpc", "multiMode": false, "initial_windows_size": 0, "user_agent": "" } }, "mux": { "concurrency": 8, "enabled": false }, "settings": { "vnext": [ { "users": [ { "level": 0, "id": "7da", "flow": "xtls-rprx-vision", "encryption": "none" } ], "address": "45", "port": 0 } ] }, "protocol": "vless" }, { "tag": "direct", "protocol": "freedom", "settings": { "userLevel": 0, "domainStrategy": "UseIP" } }, { "protocol": "blackhole", "tag": "block", "settings": { "response": { "type": "none" } } } ], "dns": {}, "routing": { "settings": { "rules": [ { "outboundTag": "direct", "type": "field", "domain": [ "geosite:cn", "localhost" ] }, { "ip": [ "geoip:cn", "geoip:private" ], "type": "field", "outboundTag": "direct" } ], "domainStrategy": "AsIs" } } }