This file is indexed.

/etc/ikiwiki-hosting/templates/zonefile.tmpl is in ikiwiki-hosting-common 0.20170622ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
;
; Stub BIND data file for <TMPL_VAR DOMAIN>. Modify as needed.
;

$ORIGIN .
$TTL 28800	; 8 hours
<TMPL_VAR DOMAIN>		IN SOA	ns1.<TMPL_VAR DOMAIN>. root.<TMPL_VAR DOMAIN>. (
				2          ; serial
				14400      ; refresh (4 hours)
				3600       ; retry (1 hour)
				2419200    ; expire (4 weeks)
				0          ; minimum (no caching)
				)
			NS	ns1.<TMPL_VAR DOMAIN>.
			NS	ns2.<TMPL_VAR DOMAIN>.
			MX	0 <TMPL_VAR DOMAIN>.
			A	; configure here
$ORIGIN <TMPL_VAR DOMAIN>.
ns1			A	; configure here
ns2			A	; configure here