GSMLG.Tor (GSMLG.Tor v0.1.0)
Documentation for GSMLG.Tor
.
Link to this section Summary
Link to this section Functions
Link to this function
cmd()
Link to this function
download()
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
Link to this function
download_url()
Link to this function
filename()
Link to this function
os_arch()
Link to this function
start()
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.
Link to this function