chiark
/
gitweb
/
~mdw
/
dnserr
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
config.m4: Fix the nameservers following network renumbering.
[dnserr]
/
dummy.in
1
;;; -*-dns-*-
2
;;;
3
;;; An empty zone which might be useful for something.
4
5
$TTL 14400
6
7
@ IN SOA MASTER. (
8
CONTACT.
9
SERIAL ;serial
10
86400 ;refresh
11
3600 ;retry
12
1209600 ;expire
13
14400 ) ;min-ttl
14
15
SUBZONE([@])
16
17
;; A dummy address record just for form's sake.
18
@ IN A 127.0.0.1