RootlessRelay #1442
obegron
started this conversation in
Show and tell
RootlessRelay
#1442
Replies: 2 comments
-
|
We have a similar netstack in Go that lets you do rootless relays like this. Also cross platform, even runs in the browser. I've not made it a standalone utility yet, but there's a version of it in env86, wanix, apptron, etc... What's cool about this one though is it could be added to this project since v86 is fairly nodejs oriented. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Added to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
https://github.com/obegron/rootlessRelay.git lets you run a relay as ordinary user, all you need is nodejs i've tested it on windows and Linux i'm sure it works on pretty much everything else with nodejs support. It contains dhcp server and enabels traffice between your vms and bridge net. So you can access Internet and your own network without setting IP forward or tun interfaces or any kind of priv acces nor docker it's all userspace and self contain. You can use it as reverse proxy to reach services hosted on the vms. It's very new relay expect bugs but it's stable enough to play with.
some examples:
ssh between two linux vms
smb between to windows vm an access http server on a linux box:
Beta Was this translation helpful? Give feedback.
All reactions