dns.rst
changeset 2489 072c3ec3837c
parent 2481 dbe648b5ecf2
equal deleted inserted replaced
2488:b044a0017907 2489:072c3ec3837c
   169 FreeBSD::
   169 FreeBSD::
   170 
   170 
   171   $ named.reload
   171   $ named.reload
   172 
   172 
   173 Windows built-in DNS server
   173 Windows built-in DNS server
   174 ===
   174 ===========================
   175 
   175 
   176 Built-in DNS server respects ``hosts`` file located ``%WINDIR%\system32\drivers\etc\hosts``.
   176 Built-in DNS server respects ``hosts`` file located ``%WINDIR%\system32\drivers\etc\hosts``.
   177 
   177 
   178 Show DNS cache::
   178 Show DNS cache::
   179 
   179 
   181 
   181 
   182 Flush the cache content::
   182 Flush the cache content::
   183 
   183 
   184   ipconfig /flushdns
   184   ipconfig /flushdns
   185 
   185 
       
   186 Refreshes all DHCP leases and re-registers DNS names::
       
   187 
       
   188   ipconfig /registerdns
       
   189