diff options
Diffstat (limited to 'named.localhost')
| -rw-r--r-- | named.localhost | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/named.localhost b/named.localhost new file mode 100644 index 0000000..26d4f87 --- /dev/null +++ b/named.localhost @@ -0,0 +1,10 @@ +$TTL 1D +@ IN SOA localhost. root.localhost. ( + 0 ; serial + 3H ; refresh + 1H ; retry + 1W ; expire + 3H ) ; minimum +@ IN NS localhost. +@ IN A 127.0.0.1 +@ IN AAAA ::1 |
