Hacker News new | ask | show | jobs
by oriettaxx 1550 days ago
I don't get it, can someone explain? (we use a lot wireguard but I don't get it :( )

thanks

1 comments

userspace means that the code runs in userspace so, it doesn't require admin privileges. So, it is great if you are not the root. Exposing socks5 is great, so that another userspace process can use it. So, let's say you would like to run a torrent client in a restrictive environment, you can setup this and then through sock5 interface, you might be able to bypass firewall around it.
uh, now I've got it, thank! :)