Bug fixed (SocksPort) and add the DataDirectory command#3
Open
PsykotropyK wants to merge 6 commits intosharpbrowser:masterfrom
PsykotropyK:master
Open
Bug fixed (SocksPort) and add the DataDirectory command#3PsykotropyK wants to merge 6 commits intosharpbrowser:masterfrom PsykotropyK:master
PsykotropyK wants to merge 6 commits intosharpbrowser:masterfrom
PsykotropyK:master
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? |
Author
|
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 |
Author
|
Yes, System.Net |
|
So then does this lib work or not? It seems abandoned. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)