This file is indexed.

/usr/share/opendnssec/zonelist.xml is in opendnssec-common 1.3.4-1ubuntu1.

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
<?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>
				<File>/var/lib/opendnssec/unsigned/example.com</File>
			</Input>
			<Output>
				<File>/var/lib/opendnssec/signed/example.com</File>
			</Output>
		</Adapters>
	</Zone>
-->
</ZoneList>