GSMLG.Tor (GSMLG.Tor v0.2.0)

Documentation for GSMLG.Tor.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Start tor server at

Link to this section Functions

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

handle_continue(atom, state)

Callback implementation for GenServer.handle_continue/2.

Callback implementation for GenServer.init/1.

Start tor server at

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

Accept accesss from 127.0.0.1/8 or ::1/128

Start server with

GSMLG.Tor.start()

To start server, libevent must be installed.