⇤ ← Revision 1 as of 2021-06-04 20:18:03
Size: 583
Comment:
|
← Revision 2 as of 2022-09-24 03:26:08 ⇥
Size: 576
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
== Domain name resolution == | == Name resolution == |
DNS on Windows
Domain Name Resolution (DNS) on Windows is done through a locked-down system with minimal configuration available.
Contents
Name resolution
Hosts
The hosts file (c:\windows\system32\drivers\etc\hosts) is a list of addresses and names, especially for local hosts and machines. A basic hosts file looks like:
127.0.0.1 localhost
Cache
Windows caches name lookups.
To clear the cache, try:
ipconfig /flushdns