This file is indexed.

/usr/share/opendnssec/zonelist.xml is in opendnssec-common 1:2.1.3-0.2build1.

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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>

<!-- ********* Important changes to zonelist.xml in 2.0 ***************

In 2.0, the zonelist.xml file is no longer automatically updated when zones 
are added or deleted  via the command line by using the 'ods-enforcer zone add' 
command. However, in 2.0 it is possible to force an update of the zonelist.xml
file by using the new 'xml' flag. This is in contrast to the behaviour in 1.4
where zonelist.xml was always updated, unless the 'no-xml' flag was used. 

As a result in 2.0 the contents of the enforcer database should be considered 
the 'master' for the list of currently configured zones, not the zonelist.xml 
file as the file can easily become out of sync with the database. 

The contents of the database can be listed using:
  ods-enforcer zone list
and exported using the command 
  ods-enforcer zonelist export
The contents of the database can still be updated in bulk from the zonelist.xml
file by using the command:
  ods-enforcer zonelist import    (or ods-enforcer update zonelist)         -->


<ZoneList>
<!--
	<Zone name="example.com">
		<Policy>default</Policy>
		<SignerConfiguration>/var/lib/opendnssec/signconf/example.com.xml</SignerConfiguration>
		<Adapters>
			<Input>
				<Adapter type="File">/var/lib/opendnssec/unsigned/example.com</Adapter>
			</Input>
			<Output>
				<Adapter type="File">/var/lib/opendnssec/signed/example.com</Adapter>
			</Output>
		</Adapters>
	</Zone>
-->
<!--
	<Zone name="example.net">
		<Policy>default</Policy>
		<SignerConfiguration>/var/lib/opendnssec/signconf/example.net.xml</SignerConfiguration>
		<Adapters>
			<Input>
				<Adapter type="DNS">/etc/opendnssec/addns.xml</Adapter>
			</Input>
			<Output>
				<Adapter type="DNS">/etc/opendnssec/addns.xml</Adapter>
			</Output>
		</Adapters>
	</Zone>
-->
</ZoneList>