Show Hostnames in Logs #1502
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Thanks for asking. The query logs do not include domain names since reverse DNS query can take a lot of time and thus affects the overall performance of the query logging. The hostnames you see on Dashboard are done in best effort basis with a timeout and since its a limited set of entries, it usually works without delays. But, yes, something can be done where it does a lookup only for DHCP leases to get hostnames which can be done in reasonable time and wont have performance issues. Will see how this can be implemented. |
Beta Was this translation helpful? Give feedback.
-
|
Aside of client name as above. I would be like to see the endpoint. I use DNS-over-TLS. I have different sni names (e.g. client1.dns.domain.com, client2.dns.domain.com) which i also use to restrict access from internet and also to bypass block lists. it would be great to have possablity to filter for this in the query logs. |
Beta Was this translation helpful? Give feedback.


Thanks for asking. The query logs do not include domain names since reverse DNS query can take a lot of time and thus affects the overall performance of the query logging. The hostnames you see on Dashboard are done in best effort basis with a timeout and since its a limited set of entries, it usually works without delays.
But, yes, something can be done where it does a lookup only for DHCP leases to get hostnames which can be done in reasonable time and wont have performance issues. Will see how this can be implemented.