how to do TPROXY on ros?

eg:
iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY --tproxy-mark 0x1/0x1 --on-port 8080

ros can do it?

if i understood meaning of TPROXY in iptables - redirect to router and then use use proxy to transfer request to parent proxy

yes,i need this。but in ros only use redirect,not have TPROXY config。