glider/proxy/socks5
mzz d2268b623f
fix(socks5): should not dial returned bind addr directly (#212)
* fix(socks5): should not dial returned bind addr directly
When server returns an any ip (0.0.0.0 or [::0]), we should use conventional ip to replace the any ip given (0.0.0.0 or [::0]).
This behaviour adapts to most situations.

See v2fly/v2ray-core#523

* fix: splithostport
2021-02-07 11:04:58 +08:00
..
client.go fix(socks5): should not dial returned bind addr directly (#212) 2021-02-07 11:04:58 +08:00
packet.go kcp: support set mode (#197) 2020-11-30 20:28:09 +08:00
server.go chore: document works and code optimizations 2020-12-02 19:00:39 +08:00
socks5.go chore: update doc for info and restructure codes 2020-10-03 22:42:34 +08:00