On 09/09/2016 10:15 PM, dawuud wrote:
right. it shouldn't be necessary at all to modify the torrc... for most features.
You need to modify the torrc in order to enable the ControlPort. https://github.com/Jesse-V/OnioNS-server/tree/json-rpc#setup
and an authentication, but it's just one less requirement using ADD_ONION.
nah... you could use a unix domain socket instead of a TCP port and then just use filesystem permissions to limit access to the socket file. i much prefer this to authentication.
Good suggestion, I'll look into it.