(no title)
zirror | 1 year ago
If I ping "google.com" It just queries google.com If I ping a domain I have never visited it just does a query for that domain.
It only appends .fritz.box if I, e.g. only ping "google".
So maybe they fixed it? I also changed quite a lot of settings throughout the years.
qilo|1 year ago
nslookup contains its own DNS resolver and does not rely on the resolver built into the operating system. The DNS (multi-label) query packets sent by the nslookup tool will append the domains listed in the suffix search order (or primary DNS suffix if the list is empty) irrespective of that registry key.
In summary, don't use nslookup to try to get insight into what actually happens when apps/services try to resolve names. ping is probably a better bet, at least it uses Windows resolver which honours the above registry key.
r9295|1 year ago
zirror|1 year ago