소스 검색

Update dns.md

Håvard O. Nordstrand 4 년 전
부모
커밋
7597f64299
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      it/services/dns.md

+ 5 - 4
it/services/dns.md

@@ -12,10 +12,11 @@ Everyone knows this, no point reiterating.
 
 ## Special TLDs
 
-- `.localhost`: For statically defined domain names pointing to localhost. (RFC 2606)
-- `.example`: For documentation or examples. (RFC 2606)
-- `.test`: For testing. (RFC 2606)
-- `.invalid`: For domain names that should never be valid. (RFC 2626)
+- `localhost`: For statically defined domain names pointing to localhost. (RFC 2606)
+- `example`: For documentation or examples. (RFC 2606)
+- `test`: For testing. (RFC 2606)
+- `invalid`: For domain names that should never be valid. (RFC 2626)
+- `local`: Used for mDNS and zeroconf. Not available from root servers. (RFC 6762)
 
 ## DNSSEC