This file is indexed.

/usr/share/opendnssec/zonelist.xml is in opendnssec-common 1:1.4.9-2.

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
<?xml version="1.0" encoding="UTF-8"?>

<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>