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.handle_continue/2.
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
get_state()
Link to this function
handle_continue(atom, state)
Callback implementation for GenServer.handle_continue/2.
Link to this function
init(init)
Callback implementation for GenServer.init/1.
Link to this function
start()
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.
Link to this function
start_link(_)
Link to this function