Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Add support for unix domain socket control port connections #35

Closed
DonnchaC opened this issue Jul 27, 2016 · 0 comments
Closed

Add support for unix domain socket control port connections #35

DonnchaC opened this issue Jul 27, 2016 · 0 comments

Comments

@DonnchaC
Copy link
Owner

Tor can make its control port accessible over a Unix domain socket.

Using the domain socket can allow the onionbalance application to be sandboxed without any network capabilities. Currently OnionBalance connects to the Tor control port over TCP (normally on localhost). The Stem Tor control port library supports unix domain sockets so it should take much time to implement support.

DonnchaC added a commit that referenced this issue Jul 27, 2016
OnionBalance will now automatically try to connect to a local Tor unix
domain control socket before falling back to using a Tor control port
connection.

This commit also adds some documentation describing how the OnionBalance
command line options can also be specified in the configuration file.

Resolves #35.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant