phunix/etc/namedb/localhost
David van Moolenbroek 00b67f09dd Import NetBSD named(8)
Also known as ISC bind.  This import adds utilities such as host(1),
dig(1), and nslookup(1), as well as many other tools and libraries.

Change-Id: I035ca46e64f1965d57019e773f4ff0ef035e4aa3
2017-03-21 22:00:06 +00:00

13 lines
286 B
Plaintext

; $NetBSD: localhost,v 1.2 2000/05/19 13:07:37 sommerfeld Exp $
$TTL 3600
@ IN SOA netbsd.org. hostmaster.netbsd.org. (
1999012100 ; Serial
3600 ; Refresh
300 ; Retry
3600000 ; Expire
3600 ) ; Minimum
IN NS localhost.
localhost. IN A 127.0.0.1
IN AAAA ::1