Added host contact counters for core servers

This commit is contained in:
Luca Deri 2021-01-28 23:41:25 +01:00
parent da9dc17f25
commit 0b4e2757c1
7 changed files with 56 additions and 11 deletions

View file

@ -606,7 +606,6 @@ void Host::lua(lua_State* vm, AddressTree *ptree,
char ip_buf[64], *ipaddr = NULL;
bool mask_host = Utils::maskHost(isLocalHost());
if((ptree && (!match(ptree))) || mask_host)
return;