From https://www.grahamedgecombe.com/blog/2013/12/29/linux-tproxy-server-in-java will find tproxy is difficult and complex for java in linux.
I don't see IP_TRANSPARENT in the code, is the tproxy in this project the same as the linux tproxy in the link?
And if I use tcpdump to capture traffic in server side hope the source address is client address not proxy address。
From https://www.grahamedgecombe.com/blog/2013/12/29/linux-tproxy-server-in-java will find tproxy is difficult and complex for java in linux.
I don't see IP_TRANSPARENT in the code, is the tproxy in this project the same as the linux tproxy in the link?
And if I use tcpdump to capture traffic in server side hope the source address is client address not proxy address。