Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
18 lignes
602 B
18 lignes
602 B
; |
|
; db.localhost -- zonefile for the forward mapping of the loopback network |
|
; |
|
|
|
$ORIGIN localhost. |
|
$TTL 86400 ; = 1D |
|
|
|
@ IN SOA localhost. root.localhost. ( |
|
2001010101 ; SERIAL |
|
6H ; REFRESH: Secondaries refresh |
|
60M ; RETRY: Secondaries retry |
|
1W ; EXPIRE: Maximum TTL of data (expiry) |
|
1D ; MINTTL: Minimum TTL of data (expiry) |
|
) |
|
|
|
IN NS @ |
|
IN A 127.0.0.1 |
|
|
|
|