Skip to content

Commit

Permalink
Network: clients don't report their addrs
Browse files Browse the repository at this point in the history
Apparently, clients don't have to report
their IP addresses.
  • Loading branch information
aarani committed May 1, 2023
1 parent 965cb6d commit d59e9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NOnion/Network/TorGuard.fs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ type TorGuard private (client: TcpClient, sslStream: SslStream) =
CellNetInfo.Time =
DateTimeUtils.ToUnixTimestamp DateTime.UtcNow
OtherAddress = otherAddress
MyAddresses = List.singleton netInfo.OtherAddress
MyAddresses = List.empty
}

TorLogger.Log "TorGuard: finished handshake process"
Expand Down

0 comments on commit d59e9c4

Please sign in to comment.