Skip to content
New issue

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

V2Ray 5.22.0 dokodemo-door V5配置无法监听端口 #3271

Open
hh-dxl opened this issue Jan 3, 2025 · 1 comment
Open

V2Ray 5.22.0 dokodemo-door V5配置无法监听端口 #3271

hh-dxl opened this issue Jan 3, 2025 · 1 comment

Comments

@hh-dxl
Copy link

hh-dxl commented Jan 3, 2025

    {
        "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 都一样的问题

@hh-dxl
Copy link
Author

hh-dxl commented Jan 3, 2025

我使用了5.23.0 一直向后测试到 5.2.1 都是一样使用 jsonv5 就无法监听 v4就正常

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant