austinhartzheim / trixy

Create network listeners, tunnels, and outbound connections in a modular way allowing interception and modification of the traffic.
GNU General Public License v3.0
3 stars 0 forks source link

Support the SOCKS4 protocol #1

Open austinhartzheim opened 9 years ago

austinhartzheim commented 9 years ago

The SOCKS4 implementation already supports the CONNECT command, but it does not support the BIND command.

Because this command allows for connections to be made in the opposite direction, another class might need to be added to create some type of asyncore dispatcher to listen on that port.

austinhartzheim commented 8 years ago

This issue will no longer be solved in the Trixy 2 branch; instead, it will be available in Trixy 3.