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

Discord voice call does not work #3204

Open
denisstrizhkin opened this issue Oct 25, 2024 · 1 comment
Open

Discord voice call does not work #3204

denisstrizhkin opened this issue Oct 25, 2024 · 1 comment

Comments

@denisstrizhkin
Copy link

V2Ray version: V2Ray 5.21.0

Client config:

{
    "log": {
        "loglevel": "debug"
    },
    "inbounds": [
        {
            "listen": "127.0.0.1",
            "port": "1080",
            "protocol": "socks",
            "settings": {
                "auth": "noauth",
                "udp": true,
                "ip": "127.0.0.1"
            }
        }
    ],
    "outbounds": [
        {
            "protocol": "shadowsocks",
            "settings": {
                "servers": [
                    {
                        "method": "<method>",
                        "address": "<address>",
                        "port": <port>,
                        "password": "<password>"
                    }
                ]
            },
            "tag": <my tag>
        },
    ]
}

logs:

2024/10/25 03:06:37 tcp:127.0.0.1:39146 accepted tcp:us-east2591.discord.media:443 <my tag>
2024/10/25 03:06:37 [Info] [3045930322] proxy/shadowsocks: tunneling request to tcp:us-east2591.discord.media:443 via TCP:<address>
2024/10/25 03:06:38 [Info] [2730675681] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
2024/10/25 03:06:38 [Info] [2730675681] app/proxyman/outbound: failed to process outbound traffic > proxy/shadowsocks: connection ends > context canceled
2024/10/25 03:06:39 [Info] [193918290] proxy/socks: TCP Connect request to tcp:us-east2591.discord.media:443
2024/10/25 03:06:39 [Warning] [193918290] app/dispatcher: default route for tcp:us-east2591.discord.media:443

Discord:
image

@V4D1MECHE
Copy link

V4D1MECHE commented Oct 29, 2024

Same issue. But in browser version it is working perfectly. For desktop app I am using wireguard.

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

2 participants