lnd/tor
Wilmer Paulino a07397465b
tor: add onion address implementation
Co-Authored-By: Eugene <crypt-iq@users.noreply.github.com>
2018-06-04 20:41:30 -07:00
..
net.go tor: streamline package to better follow the Effective Go guidelines 2018-06-04 20:41:28 -07:00
onionaddr.go tor: add onion address implementation 2018-06-04 20:41:30 -07:00
README.md tor: streamline package to better follow the Effective Go guidelines 2018-06-04 20:41:28 -07:00
tor.go tor: streamline package to better follow the Effective Go guidelines 2018-06-04 20:41:28 -07:00

tor

The tor 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/tor