Remove node IP address from HTTP status data

This commit is contained in:
Tobias Blomberg 2019-11-03 22:26:20 +01:00
parent 0890b67abf
commit a04e08a77d
2 changed files with 2 additions and 2 deletions

View File

@ -659,7 +659,7 @@ void Reflector::httpRequestReceived(Async::HttpServerConnection *con,
{
ReflectorClient* client = client_it->second;
Json::Value node(client->nodeInfo());
node["addr"] = client->remoteHost().toString();
//node["addr"] = client->remoteHost().toString();
node["protoVer"]["majorVer"] = client->protoVer().majorVer();
node["protoVer"]["minorVer"] = client->protoVer().minorVer();
node["tg"] = client->currentTG();

View File

@ -37,4 +37,4 @@ DEVCAL=1.0.2.99.0
SVXSERVER=0.0.6
# Version for SvxReflector
SVXREFLECTOR=1.99.0
SVXREFLECTOR=1.99.1