bind9-pinpoint-zone
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| bind9-pinpoint-zone [2021/07/31 18:25] – created baumi | bind9-pinpoint-zone [2022/07/15 08:24] (current) – baumi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== DNS Pinpoint Zone with Bind9 ====== | ====== DNS Pinpoint Zone with Bind9 ====== | ||
| - | {tag>kb linux} | + | |
| + | ===== Add zone definition to / | ||
| + | < | ||
| + | zone " | ||
| + | notify no; | ||
| + | type master; | ||
| + | file "/ | ||
| + | }; | ||
| + | </ | ||
| + | |||
| + | ===== Create pinpoint zone file / | ||
| + | < | ||
| + | $TTL 1D | ||
| + | @ | ||
| + | 2021071401 | ||
| + | 8H ; refresh, seconds | ||
| + | 2H ; retry, seconds | ||
| + | 1W ; expire, seconds | ||
| + | 1D ) ; minimum, seconds | ||
| + | ; | ||
| + | NS ns ; Inet Address of name server | ||
| + | |||
| + | IN A | ||
| + | ns IN A | ||
| + | </ | ||
| + | **Remarks: | ||
| + | * The missing "" | ||
| + | * The closing " | ||
| + | |||
| + | {{tag>kb linux dns}} | ||
bind9-pinpoint-zone.1627748726.txt.gz · Last modified: by baumi
