Guest User

Untitled

a guest
Apr 23rd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ; Hosts
  2. ; This file is parsed by the MacTCP domain name resolver and the resource records
  3. ; are loaded into the resolver's cache.
  4. ;
  5. ; The Hosts file follows a SUBSET of the Master File Format (see rfc1035 pg 33).
  6. ; Each line in this file has the form: <domain-name> <rr> [<comment>]
  7. ; <domain-name> is an absolute domain name (see rfc1034 pg 11).
  8. ; <rr> = [<ttl>] [<class>] <type> <rdata> OR [<class>] [<ttl>] <type> <rdata>
  9. ; A comment starts with ";" or by a line begining with a " ".
  10. ;
  11. ; NOTES:
  12. ; $INCLUDE is not implemented
  13. ; Class is always IN, ttl is in seconds, type can be A, CNAME or NS.
  14.  
  15. ; Examples
  16.  
  17. ;knowAll.apple.com. A 128.8.1.1 ; address of host knowAll.apple.com.
  18. ;
  19. ;apple.com. NS knowAll.apple.com. ; apple.com name server
  20. ;. NS knowAll.apple.com. ; root name server
  21. ;
  22. ;myHost.apple.com. IN 604800 A 128.8.1.2 ; ttl of 1 week
  23. ;JohnS.apple.com. A 128.8.1.3
  24. ;Sculley.apple.com. CNAME JohnS.apple.com. ; canonical name for alias Sculley.apple.com
Add Comment
Please, Sign In to add comment