This file is indexed.

/etc/powerdns/named.conf is in pdns-backend-bind 4.1.1-1.

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
# Debian default: supermaster created zones are written here:
include "/var/lib/powerdns/supermaster.conf";

# Example for a manually configured slave zone:
#
# zone "example.net" {
#   file "/var/lib/powerdns/zones.slave.d/example.net.zone";
#   type slave;
#   masters { 192.0.2.53; };
# };