Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 235 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 235 Bytes

udpforward

Simple udp packet forwarder

Example usage:

$ python udpforward.py 12345 1.2.3.4:1234 2.3.4.5:2345
Local forward port 12345
Adding remote forward 1.2.3.4:1234
Adding remote forward 2.3.4.5:2345
Starting serverloop