i'm moving from windows to debian 10, and on windows i'm using portproxy to re-route a port
netsh interface portproxy add v4tov4 listenport=9800 listenaddress=127.0.0.1 connectport=9078 connectaddress=127.0.0.1
I now need to do the above with debian/nftables What config would i need to do the above port remap on nftables?