mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
make sure server tunnel is published
This commit is contained in:
parent
e8f4c42bfb
commit
41d6c117ee
2 changed files with 6 additions and 0 deletions
|
@ -139,6 +139,7 @@ namespace client
|
|||
void SetLeaseSetUpdated ();
|
||||
|
||||
bool IsPublic () const { return m_IsPublic; };
|
||||
void SetPublic (bool pub) { m_IsPublic = pub; };
|
||||
|
||||
protected:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue