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
V2Ray version: V2Ray 5.21.0
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:
The text was updated successfully, but these errors were encountered:
Same issue. But in browser version it is working perfectly. For desktop app I am using wireguard.
Sorry, something went wrong.
No branches or pull requests
V2Ray version:
V2Ray 5.21.0
Client config:
logs:
Discord:
The text was updated successfully, but these errors were encountered: