mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes web interface http server name visualization issues
This commit is contained in:
parent
e33ed413d2
commit
95d6e80bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ for key, value in ipairs(flows_stats) do
|
|||
if(vhost ~= nil) then
|
||||
if((flows_stats[key]["cli.host"] ~= vhost)
|
||||
and (flows_stats[key]["srv.host"] ~= vhost)
|
||||
and (flows_stats[key]["http.server_name"] ~= vhost)
|
||||
and (flows_stats[key]["protos.http.server_name"] ~= vhost)
|
||||
and (flows_stats[key]["protos.dns.last_query"] ~= vhost)) then
|
||||
process = false
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue