mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 07:10:12 -04:00
auto-set hidden node address and ports from TorManager
This commit is contained in:
parent
390af949a8
commit
77d0337ae9
4 changed files with 64 additions and 47 deletions
|
@ -37,6 +37,7 @@
|
|||
|
||||
#include <QObject>
|
||||
#include <QStringList>
|
||||
#include <QHostAddress>
|
||||
|
||||
namespace Tor
|
||||
{
|
||||
|
@ -84,6 +85,8 @@ public:
|
|||
bool hasError() const;
|
||||
QString errorMessage() const;
|
||||
|
||||
bool getHiddenServiceInfo(QString& service_id,QString& service_onion_address,uint16_t& service_port, QHostAddress& service_target_address,uint16_t& target_port);
|
||||
|
||||
public slots:
|
||||
void start();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue