You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: