This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
chaos-dns [2018-04-04 23:39] – mention how secondary name servers are handled. victor | chaos-dns [2018-04-24 17:21] (current) – Removed redundant CH class indicator victor | ||
---|---|---|---|
Line 54: | Line 54: | ||
where 123.123.123.123 is the IP address of your secondary name server. | where 123.123.123.123 is the IP address of your secondary name server. | ||
==== Example contents of the zone file ==== | ==== Example contents of the zone file ==== | ||
+ | Note that the class indicator " | ||
< | < | ||
@ SOA localhost. root.localhost. ( 2005050702 | @ SOA localhost. root.localhost. ( 2005050702 | ||
Line 69: | Line 69: | ||
;; so " | ;; so " | ||
MD HINFO KLH10 ITS | MD HINFO KLH10 ITS | ||
- | CH A CH-ADDR 3141 | + | A CH-ADDR 3141 |
;;; PTR records to find names from addresses. | ;;; PTR records to find names from addresses. | ||
- | 3141.CH-ADDR CH PTR | + | 3141.CH-ADDR PTR MD |
</ | </ | ||