mirror of
https://github.com/jpillora/chisel
synced 2026-06-08 15:07:02 +00:00
5b5e3fafb9
An upcoming enhancement will add reverse port forwarding support (client sharing its ports to the server) to complement the existing port forwarding (server sharing its ports to the client). As a first step, introduce notation for specifying a remote for reverse port forwarding; i.e. "R:<local-interface>:<local-port>:<remote-host>:<remote-port>". At this stage, reverse port forwarding remotes are recognized but never actually created. A subsequent change will flesh out the functionality.