1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-06-02 05:44:08 -04:00
database64128 0eccf52399
🧦 Fix socks client UDP outbound's wrong destination (#522)
- When you connect to a non-localhost socks5 server, in the response of a UdpAssociate from a socks5 server, the remote address may be `::` or `0.0.0.0`. The previous behavior is to connect to the remote address in the response, which obviously fails.
- This commit changes the behavior to dial to the outbound server's address when the remote address in the response is `::` or `0.0.0.0`.
- Rename `cmdUDPPort` to `cmdUDPAssociate` for clarity.
2020-12-16 04:23:40 +08:00
2020-11-30 20:48:17 +08:00
2020-12-03 16:07:41 +08:00
2020-12-03 16:14:34 +08:00
2018-12-03 22:44:42 +01:00
2020-06-24 12:57:03 +08:00
2018-10-21 20:33:08 +02:00
2020-06-27 20:50:39 -04:00
2020-11-20 16:09:43 +08:00
2018-09-30 18:39:53 +02:00
2020-10-07 14:34:00 +08:00
2020-10-29 09:04:12 +08:00
2020-12-05 06:35:26 +08:00
2020-11-20 01:02:52 +08:00

V2Ray

Project V

Project V is a set of network tools that helps you to build your own computer network. It secures your network connections and thus protects your privacy.

GitHub Test Badge codecov.io codebeat Codacy Badge Downloads

Packaging Status

If you are willing to package V2Ray for other distros/platforms, please let us know or seek for help via GitHub issues.

Packaging status Packaging status Packaging status

License

The MIT License (MIT)

Credits

This repo relies on the following third-party projects:

Description
No description provided
Readme MIT 70 MiB
Languages
Go 70.8%
JavaScript 29%
Shell 0.1%