Skip to content
/ tor Public
forked from mixmesh/tor

Support library for Tor activities written in Erlang

Notifications You must be signed in to change notification settings

joagre/tor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support library for Tor activities

Files

./src/tor_socks_tcp.erl
A simple plugin replacement for the gen_tcp module which communicates via a SOCKS5 proxy. The PKI server uses a SOCKS5 proxy as an option.
./test/test_tor_socks_tcp.erl
Test for the tor_socks_tcp module

Testing

make runtest runs all tests, i.e.

$ ../mixmesh/bin/run_test --config ../mixmesh/etc/mixmesh-do-nothing.conf test/

Tests can be run individually as well:

$ ../mixmesh/bin/run_test --config ../mixmesh/etc/mixmesh-do-nothing.conf tor_socks_tcp

About

Support library for Tor activities written in Erlang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 80.6%
  • Makefile 19.4%