Skip to content

Commit d59e9c4

Browse files
committed
Network: clients don't report their addrs
Apparently, clients don't have to report their IP addresses.
1 parent 965cb6d commit d59e9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NOnion/Network/TorGuard.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ type TorGuard private (client: TcpClient, sslStream: SslStream) =
383383
CellNetInfo.Time =
384384
DateTimeUtils.ToUnixTimestamp DateTime.UtcNow
385385
OtherAddress = otherAddress
386-
MyAddresses = List.singleton netInfo.OtherAddress
386+
MyAddresses = List.empty
387387
}
388388

389389
TorLogger.Log "TorGuard: finished handshake process"

0 commit comments

Comments
 (0)