A userspace WireGuard client that exposes itself as a proxy
1–10 of 91 posts
Re: A userspace WireGuard client that exposes itself as a proxy
#2This sounds pretty useful for gaining access to resources on your network, from a machine without elevated privs.
Re: A userspace WireGuard client that exposes itself as a proxy
#3This sounds neat, I wonder if some people might intentionally open their network to the public via this tool as some kind of experiment. Could be fun.
(The below is meant to be tongue-in-cheek:)
>>> APT for your network... in a box! Market now ripe for someone to use this to deliver APT4UaaS.
Re: A userspace WireGuard client that exposes itself as a proxy
#4tailscale supports something similar. I use it, inside CI runner jobs, to enable network access to things behind firewalls/nat. Really great solution.
Re: A userspace WireGuard client that exposes itself as a proxy
#5Excellent. I've been wanting something like this for a while to use with Mullvad, but had to resort to docker containers instead.
This plays well with proxychains to make proxy-naive programs use SOCKS5 proxies.
Re: A userspace WireGuard client that exposes itself as a proxy
#6This sounds pretty useful for gaining access to resources on your network, from a machine without elevated privs.
Or a new drop bear for yah know…shenanigans.
Re: A userspace WireGuard client that exposes itself as a proxy
#7tailscale supports something similar. I use it, inside CI runner jobs, to enable network access to things behind firewalls/nat. Really great solution.
"things" ?
Re: A userspace WireGuard client that exposes itself as a proxy
#8Re: A userspace WireGuard client that exposes itself as a proxy
#9Very useful. Config looks easy to set up. Will explore. Thanks.
Re: A userspace WireGuard client that exposes itself as a proxy
#10This is good stuff. There should be, ideally, one really good tool for doing plugboard-y stunnel-y type stuff with user-mode WireGuard, where you don't need root to set up the tunnels, and this could be that.