This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| chaos-dns [2015-09-13 14:30] – created victor | chaos-dns [2018-04-24 17:21] (current) – Removed redundant CH class indicator victor | ||
|---|---|---|---|
| Line 35: | Line 35: | ||
| type master; | type master; | ||
| file " | file " | ||
| - | allow-update { none; }; | ||
| }; | }; | ||
| }; | }; | ||
| </ | </ | ||
| + | If you have secondary name servers for your Chaosnet data, you need to add explicit notification configuration, | ||
| + | In that case, try something like | ||
| + | < | ||
| + | view " | ||
| + | match-clients { any; }; | ||
| + | zone " | ||
| + | type master; | ||
| + | file " | ||
| + | notify explicit; | ||
| + | also-notify { 123.123.123.123; | ||
| + | }; | ||
| + | }; | ||
| + | </ | ||
| + | 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 56: | 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 |
| </ | </ | ||