-
-
Notifications
You must be signed in to change notification settings - Fork 563
Closed
Labels
featureNew feature or enhancement requestNew feature or enhancement request
Description
Currently telepresence runs local code in a container. It would be even nicer if it didn't require that and code could be run normally on the developer machine directly.
Interested in this feature? Add a "thumbs up" or comment below.
Implementation options:
- torsocks - LD_PRELOAD a library that redirects network traffic over a SOCKS proxy; the latter would be done using SSH as first pass.
- http://sshuttle.readthedocs.io/en/stable/requirements.html - this would require root, so I'm not sure I want to pursue it, but worth mentioning.
plombardi89, jbianquetti-nami and exarkun
Metadata
Metadata
Assignees
Labels
featureNew feature or enhancement requestNew feature or enhancement request