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
Some people want to edit the torrc file to add proxies. The file gets replaced at each startup and local path is written to it. The handling of that is questionable and subject for improvement, but it would be better to invest the effort in the new Tor library instead to modify the existing.
An alternative approach would be to let the user append entries to the torrc file via a program argument.
Easiest way would be to add a list of optional key/value pairs to OnionProxyManager.installAndConfigureFiles(). The list get passed there and is fed by a new prog argument.
Some people want to edit the torrc file to add proxies. The file gets replaced at each startup and local path is written to it. The handling of that is questionable and subject for improvement, but it would be better to invest the effort in the new Tor library instead to modify the existing.
An alternative approach would be to let the user append entries to the torrc file via a program argument.
Easiest way would be to add a list of optional key/value pairs to OnionProxyManager.installAndConfigureFiles(). The list get passed there and is fed by a new prog argument.
See also:
#829
#483
#413
The text was updated successfully, but these errors were encountered: