-
Notifications
You must be signed in to change notification settings - Fork 18
Bug fixed (SocksPort) and add the DataDirectory command #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Removed those lines /** TEMPORARY: DELETE LATER **/ builder.AppendFormat(" --SocksPort 9050"); as it prevents to use the SetConfig(ConfigurationNames.SocksPort, Port0 --> 2 command would be append and it would crash.
Add the DataDirectory command line option. the Configuration.cs is changed accordingly
Add the DataDirectory option. The ConfigurationNames.cs is changed accordingly
Update Configuration.cs
Update ConfigurationNames.cs
Update ClientCreateParams.cs
@PsykotropyK is this lib work for you?
running the above code will give you a IP address of Tor node actually conected to? |
I did not try your specific piece of code, but when I start usting the library I realized that I could not use Something like this should work :
Hope it will help you. Ciao |
@PsykotropyK by |
Yes, System.Net |
So then does this lib work or not? It seems abandoned. |
Fixed a bug in ClientCreateParam.cs (SocksPort hardcodded which prevented the user to specify its socks port)
Add the DataDirectory command option (ConfigurationNames.cs & Configuration.cs)