jpillora / chisel

A fast TCP/UDP tunnel over HTTP
MIT License
12.72k stars 1.34k forks source link

Default server local-host to localhost #49

Open anacrolix opened 6 years ago

anacrolix commented 6 years ago

ssh -L defaults to exposing the tunnel locally on localhost. If a chisel server is providing access to a port on its localhost, it seems like having the client keep its end of the tunnel on localhost is a safe default. As a user coming from ssh tunnelling, this not being the case was an unexpected difference.

jpillora commented 5 years ago

Yep, chisel should support both directions. TODO!