We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "tag": "dokodemo-door", "protocol": "dokodemo-door", "settings": { "networks": [ "tcp,udp" ], "followRedirect": true }, "port": 12345, "listen": "0.0.0.0", "sniffing": { "enabled": true, "destOverride": [ "http", "tls", "quic" ], "metadataOnly": true }, "streamSettings": { "sockopt": { "tproxy": "tproxy" } } }
配置在V4下可以监听端口 使用V5运行没有报错但是没有监听端口也没有数据传入 --------------------v4 [root@debian ~]# v2ray run -c v2.json V2Ray 5.22.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.23.2 linux/amd64) A unified platform for anti-censorship. 2025/01/03 15:32:44 [Warning] V2Ray 5.22.0 started [root@debian v2ray]# netstat -tuln | grep 12345 tcp6 0 0 :::12345 :::* LISTEN ----------------------v5 [root@debian ~]# v2ray run -c v2.json -format jsonv5 V2Ray 5.22.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.23.2 linux/amd64) A unified platform for anti-censorship. [root@debian v2ray]# netstat -tuln | grep 12345 [root@debian v2ray]# ------------问题 没有干扰其他功能。只是dokodemo-door无法监听端口,其他都正常 在x86的debian下 和arm的openwrt 都一样的问题
The text was updated successfully, but these errors were encountered:
我使用了5.23.0 一直向后测试到 5.2.1 都是一样使用 jsonv5 就无法监听 v4就正常
Sorry, something went wrong.
No branches or pull requests
配置在V4下可以监听端口 使用V5运行没有报错但是没有监听端口也没有数据传入
--------------------v4
[root@debian ~]# v2ray run -c v2.json
V2Ray 5.22.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.23.2 linux/amd64)
A unified platform for anti-censorship.
2025/01/03 15:32:44 [Warning] V2Ray 5.22.0 started
[root@debian v2ray]# netstat -tuln | grep 12345
tcp6 0 0 :::12345 :::* LISTEN
----------------------v5
[root@debian ~]# v2ray run -c v2.json -format jsonv5
V2Ray 5.22.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.23.2 linux/amd64)
A unified platform for anti-censorship.
[root@debian v2ray]# netstat -tuln | grep 12345
[root@debian v2ray]#
------------问题
没有干扰其他功能。只是dokodemo-door无法监听端口,其他都正常
在x86的debian下 和arm的openwrt 都一样的问题
The text was updated successfully, but these errors were encountered: