GSMLG.Tor (GSMLG.Tor v0.1.0)

Documentation for GSMLG.Tor.

Link to this section Summary

Functions

Download tor from website.

Start tor server at

Link to this section Functions

Download tor from website.

https://www.torproject.org/download/tor/

linux x86_64 is https://www.torproject.org/dist/torbrowser/12.0/tor-expert-bundle-12.0-linux-x86_64.tar.gz

examples

Examples

iex> GSMLG.Tor.download()
0

Start tor server at

  • 127.0.0.1:9050
  • [::1]:9050

Accept accesss from 127.0.0.1/8

Start server with

GSMLG.Tor.start()

To start server, libevent must be installed.