TCP-UDP-Proxy icon indicating copy to clipboard operation
TCP-UDP-Proxy copied to clipboard

Possibility of virtual ip masking

Open beppe9000 opened this issue 4 years ago • 0 comments

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

beppe9000 avatar Mar 23 '20 01:03 beppe9000