diff --git a/home/dns.go b/home/dns.go index 8e755e06..e3ec128c 100644 --- a/home/dns.go +++ b/home/dns.go @@ -75,7 +75,7 @@ func initDNSServer() { config.dnsctx.rdns = InitRDNS(&config.clients) config.dnsctx.whois = initWhois(&config.clients) - const topClientsNumber = 30 // the number of clients to get + const topClientsNumber = 100 // the number of clients to get topClients := config.stats.GetTopClientsIP(topClientsNumber) for _, ip := range topClients { ipAddr := net.ParseIP(ip)