.Sh SUBSCRIBER OPTIONS
openresolv ships with subscribers for the name servers
.Xr dnsmasq 8 ,
-.Xr named 8
+.Xr named 8 ,
+.Xr pdnsd 8
and
.Xr unbound 8 .
Each subscriber can create configuration files which should be included in
.D1 include "/etc/named-options.conf";
.D1 };
.D1 include "/etc/named-zones.conf";
+.It Sy pdnsd_conf
+This is the main pdnsd configuration file which we modify to add our
+forward domains to.
.It Sy pdnsd_resolv
This file tells pdnsd about global nameservers.
.Pp
Example resolvconf.conf for pdnsd:
.D1 nameservers=127.0.0.1
+.D1 pdnsd_conf=/etc/pdnsd.conf
.D1 pdnsd_resolv=/etc/pdnsd-resolv.conf
.Pp
Example pdnsd.conf: