mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Add all clients FTL knowns about to the network table. This requires a yet to be done modification to the web interface to hide the mock hardware addresses we generate for these devices.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -376,10 +376,9 @@ void DB_read_queries(void)
|
||||
query->reply = REPLY_UNKNOWN;
|
||||
query->CNAME_domainID = -1;
|
||||
|
||||
// Set lastQuery timer and add one query for network table
|
||||
// Set lastQuery timer for network table
|
||||
clientsData* client = getClient(clientID, true);
|
||||
client->lastQuery = queryTimeStamp;
|
||||
client->numQueriesARP++;
|
||||
|
||||
// Handle type counters
|
||||
if(type >= TYPE_A && type < TYPE_MAX)
|
||||
|
||||
Reference in New Issue
Block a user