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 UDP packets #7

Open austinhartzheim opened 8 years ago

austinhartzheim commented 8 years ago

Add support for UDP packets. This might create some headaches because they follow completely different rules regarding how replies are managed.

Divergent Use Cases

Add an argument to the __init__ method such as lock_to_host_port. This argument indicates whether to initialize and bind a new TrixyUDPInput instance or simply create such an instance in the background and route all traffic trhough it.