TCP-UDP-Proxy
TCP-UDP-Proxy copied to clipboard
Possibility of virtual ip masking
user defines a subnet over cli argument like --virtualnet=192.168.1.X
client ip 123.12.12.3 connects
proxy assigns virtual ip address from subnet template, resulting in 192.168.1.12 to the datagrams
maybe it should be detected if the ip is in use by another device...
the datagram is forwarded to server
when response is received for 192.168.1.12
the datagram destination is restored to 123.12.12.3
then it is sent back to client