This file is indexed.

/etc/maas/templates/dns/named.conf.options.inside.maas.template is in maas-region-controller-min 1.5+bzr2252-0ubuntu1.

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
{{if upstream_dns}}
    forwarders {
        {{upstream_dns}};
    };
{{endif}}