From dcba1ee77eb41566beae701b22e71068b51af8ad Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Fri, 19 Mar 2021 18:45:21 +0100 Subject: [PATCH] Improve a header title --- _posts/2021-03-23-attributing-dns-requests-on-windows.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_posts/2021-03-23-attributing-dns-requests-on-windows.md b/_posts/2021-03-23-attributing-dns-requests-on-windows.md index 20b5957..befe125 100644 --- a/_posts/2021-03-23-attributing-dns-requests-on-windows.md +++ b/_posts/2021-03-23-attributing-dns-requests-on-windows.md @@ -16,13 +16,11 @@ These requests are not sent using common DNS packets on the wire, but use a RPC This means that we could not attribute DNS requests to processes out of the box. -### The Quick and Dirty Solution +### Disabling the DNS Client Turned Out to Be the Quick But Dirty Solution While researching this issue we found that disabling the DNS-Client seemed to be a rather much requested action and quite common for Windows users. Most often, Windows users asked for this in order to work around bugs or to improve some aspect of their network performance. - -### The Bummer So we decided to take the easy route and just disable the DNS-Client upon installation, because it is only a caching stub resolver with no other functionality, right? Right? No.