diff options
Diffstat (limited to 'network/nsd/localhost.zone')
-rw-r--r-- | network/nsd/localhost.zone | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/nsd/localhost.zone b/network/nsd/localhost.zone new file mode 100644 index 0000000000000..c47baf5f1f7db --- /dev/null +++ b/network/nsd/localhost.zone @@ -0,0 +1,11 @@ +$TTL 86400 +$ORIGIN localhost. +@ 1D IN SOA @ root ( + 42 ; serial (d. adams) + 3H ; refresh + 15M ; retry + 1W ; expiry + 1D ) ; minimum + + 1D IN NS @ + 1D IN A 127.0.0.1 |