commit 68d87340f307007536962ac05e4d1913552b76f4 from: Omar Polo date: Thu Nov 25 21:24:02 2021 UTC add an example commit - 4a797971a5f97f3963da28a0f0c7c92c67583481 commit + 68d87340f307007536962ac05e4d1913552b76f4 blob - 8c2a0d783c5805d3e0487eee7854206ed7892839 blob + e2a476343f3cfb0f2b293274c001f3a3b233ab3e --- lstun.1 +++ lstun.1 @@ -76,6 +76,15 @@ Defaults to 120. .It Fl v Produce more verbose output. .El +.Sh EXAMPLES +Forward traffic on the port 2525 to the remote port 25 +.Po note that 2526 is binded by ssh while +.Nm +listens on 2525 and forwards the traffic +.Pc +.Bd -literal -offset indent +$ lstun -B 2526:localhost:25 -b 2525 example.com +.Ed .Sh AUTHORS .An -nosplit The