mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
always publish SSU port
This commit is contained in:
parent
c3a2fca76a
commit
124c3ef2d7
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ namespace data
|
||||||
WriteString (address.ntcp2->iv.ToBase64 (), properties); properties << ';';
|
WriteString (address.ntcp2->iv.ToBase64 (), properties); properties << ';';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isPublished)
|
if (isPublished || address.ssu)
|
||||||
{
|
{
|
||||||
WriteString ("port", properties);
|
WriteString ("port", properties);
|
||||||
properties << '=';
|
properties << '=';
|
||||||
|
|
Loading…
Add table
Reference in a new issue