This file is indexed.

/etc/ikiwiki-hosting/templates/named.conf.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
# Automatically generated by ikidns; do not edit directly.

<TMPL_LOOP NAME="KEYS">
key <TMPL_VAR KEY> {
	algorithm "HMAC-MD5";
	secret "<TMPL_VAR SECRET>";
};
</TMPL_LOOP>

<TMPL_LOOP NAME="DNS_DOMAINS">
zone "<TMPL_VAR DOMAIN>" {
	type master;
	file "<TMPL_VAR ZONEFILE>";
	allow-update {
		<TMPL_LOOP NAME="KEYS">key <TMPL_VAR KEY>;
</TMPL_LOOP>
	};
};
</TMPL_LOOP>