summaryrefslogtreecommitdiffstats
path: root/etc/namedb/PROTO.localhost.rev
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-03-21 16:33:45 +0000
committerwollman <wollman@FreeBSD.org>1995-03-21 16:33:45 +0000
commit7f0f8722f6f4b445242f230675dabb9e105df3ca (patch)
tree51ce5e1aa960575b05779431883814e336f9ab7b /etc/namedb/PROTO.localhost.rev
parent976a4f67ae008839e122c53d31472ce88ec98a17 (diff)
downloadFreeBSD-src-7f0f8722f6f4b445242f230675dabb9e105df3ca.zip
FreeBSD-src-7f0f8722f6f4b445242f230675dabb9e105df3ca.tar.gz
Update root NS cache.
Delete bogus localhost.rev. Add prototype localhost.rev and a script to create it automatically. (NB to installl people: you should ask ``do you have a full-time connection o the Internet?'', run this script, and enable named if the answer is yes.)
Diffstat (limited to 'etc/namedb/PROTO.localhost.rev')
-rw-r--r--etc/namedb/PROTO.localhost.rev15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/namedb/PROTO.localhost.rev b/etc/namedb/PROTO.localhost.rev
new file mode 100644
index 0000000..bc4e8ac
--- /dev/null
+++ b/etc/namedb/PROTO.localhost.rev
@@ -0,0 +1,15 @@
+; From: @(#)localhost.rev 5.1 (Berkeley) 6/30/90
+; $Id$
+;
+; This file is automatically edited by the `make-localhost' script in
+; the /etc/namedb directory.
+;
+
+@ IN SOA @host@. root.@host@. (
+ @date@ ; Serial
+ 3600 ; Refresh
+ 300 ; Retry
+ 3600000 ; Expire
+ 3600 ) ; Minimum
+ IN NS @host@.
+1 IN PTR localhost.@domain@.
OpenPOWER on IntegriCloud