mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 21:40:36 -04:00
added basic hidden service creation. Untested.
This commit is contained in:
parent
f5ce711ad6
commit
659367ca96
6 changed files with 145 additions and 100 deletions
|
@ -379,7 +379,7 @@ feenableexcept(FE_INVALID | FE_DIVBYZERO);
|
|||
// Now that we know the Tor service running, and we know the SSL id, we can make sure it provides a viable hidden service
|
||||
|
||||
{
|
||||
torManager->setDataDirectory(Rshare::dataDirectory() + QString("/tor/")); // re-set it, because now it's changed to the specific location that is run
|
||||
torManager->setDataDirectory(Rshare::dataDirectory() + QString("/hidden_service/")); // re-set it, because now it's changed to the specific location that is run
|
||||
|
||||
TorControlDialog tcd(torManager) ;
|
||||
tcd.show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue