Comment on Tunnelling a port from a separate computer
moonpiedumplings@programming.dev 11 months ago
Someone recommended ssh, which is good, but it can’t do udp connections.
github.com/anderspitman/awesome-tunneling
From this list, I selected rathole since they claimed to be more performant than frp, the most popular solution.
dadarobot@lemmy.sdf.org 11 months ago
Actually, i found socat which seems to work just fine so far, and appears to be a standard linux command.
socat TCP4-LISTEN:8096 TCP4:192.168.86.2:8096
Thats a test i did with jellyfin at home