v2fly / v2ray-core

A platform for building proxies to bypass network restrictions.
https://v2fly.org
MIT License
29.42k stars 4.65k forks source link

配置文件在4.44版能正常啟動使用但在之後的版本都是一閃而過沒法啟動 #3117

Open RickyWong19922005 opened 2 months ago

RickyWong19922005 commented 2 months ago

這到底是配置文件問題還是5打後的版本要有什麼要求才能啟動?

unknowndevQwQ commented 2 months ago

没拿出来配置文件,难道是要大伙用水晶球给你算算?

RickyWong19922005 commented 2 months ago

没拿出来配置文件,难道是要大伙用水晶球给你算算?

{ "log": { "access": "", "error": "", "loglevel": "warning" }, "inbounds": [ { "port": 999, "protocol": "vmess", "settings": { "udp": false, "clients": [ { "id": "hide", "alterId": 0, "email": "t@t.tt" } ], "allowTransparent": false }, "streamSettings": { "network": "tcp" } } ], "outbounds": [ { "protocol": "freedom" }, { "tag": "block", "protocol": "blackhole", "settings": {} } ], "routing": { "domainStrategy": "IPIfNonMatch", "rules": [] } }

4.45版還能用 但再新一版就已經不能用了

unknowndevQwQ commented 2 months ago

没拿出来配置文件,难道是要大伙用水晶球给你算算?

{ "log": { "access": "", "error": "", "loglevel": "warning" }, "inbounds": [ { "port": 999, "protocol": "vmess", "settings": { "udp": false, "clients": [ { "id": "hide", "alterId": 0, "email": "t@t.tt" } ], "allowTransparent": false }, "streamSettings": { "network": "tcp" } } ], "outbounds": [ { "protocol": "freedom" }, { "tag": "block", "protocol": "blackhole", "settings": {} } ], "routing": { "domainStrategy": "IPIfNonMatch", "rules": [] } }

4.45版還能用 但再新一版就已經不能用了

这是服务端还是客户端? 如果双击一闪而过,为啥不在终端里输入一下看看呢