Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOCKS5 proxy support #93

Open
rafagalvez opened this issue Apr 17, 2018 · 0 comments
Open

SOCKS5 proxy support #93

rafagalvez opened this issue Apr 17, 2018 · 0 comments

Comments

@rafagalvez
Copy link

Use case

Some systems, like the Tor network, expose their client functionality through a local SOCKS5 proxy.

Motivation

One of the cool functionalities of Tor is that it provides a mechanism to make servers publicly accessible through a random looking address, whose location is hidden. There is no need for a domain, and you can host the website in any machine running the Tor binary.

This servers, called Onion services, have two big advantages over normal web servers:

  • The identity of the user and the location of the server are hidden.
  • They are cheap to deploy and run, as there is no need to register for a domain.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant