Martin Petraschek wrote:
[ ... ]
Thank you, Dan. I was not aware of the fact that FreeBSD does not cache
DNS entries unless you are running a name server.
At least some versions of the standard C library will cache the last DNS
looked up, and reuse that value if the process asks about the same ho
>In the last episode (Apr 05), Martin Petraschek said:
>> On Tue, 5 Apr 2005 10:36:35 -0500, Dan Nelson wrote:
>> >In the last episode (Apr 05), Martin Petraschek said:
>> >> The operating system is caching DNS name resolutions in order to
>> >> avoid repeated DNS requests for the same hostname. Is
In the last episode (Apr 05), Martin Petraschek said:
> The operating system is caching DNS name resolutions in order to
> avoid repeated DNS requests for the same hostname. Is it possible to
> display the entries of that DNS cache?
>
> Under Windows, the command "ipconfig /displaydns" exists, and