lnd/torsvc
Olaoluwa Osuntokun 2eb9059cf7
torsvc: add support for stream isolation
In this commit, we extend the TorDial function and add a new attribute
to the TorProxyNet struct to allow the caller to opt for stream
isolation or not. Using stream isolation, we ensure that each new
connection uses a distinct circuit.
2018-02-08 20:09:04 -08:00
..
README.md torsvc: Added new module to house Tor functions 2018-02-05 17:37:46 -08:00
interface.go torsvc: Replace MultiNet with polymorphic Net interface 2018-02-05 17:37:46 -08:00
net.go torsvc: add support for stream isolation 2018-02-08 20:09:04 -08:00
torsvc.go torsvc: add support for stream isolation 2018-02-08 20:09:04 -08:00

README.md

torsvc

The torsvc package contains utility functions that allow for interacting with the Tor daemon. So far, supported functions include routing all traffic over Tor's exposed socks5 proxy and routing DNS queries over Tor (A, AAAA, SRV). In the future more features will be added: automatic setup of v2 hidden service functionality, control port functionality, and handling manually setup v3 hidden services.

Installation and Updating

$ go get -u github.com/lightningnetwork/lnd/torsvc