A simple local resolver configuration for pdnsd
global {
server_ip = 127.0.0.1;
status_ctl = on;
}
server {
# A server definition is required, even if emtpy.
label="empty";
proxy_only=on;
# If this configuation is read-only then you can include a resolv.conf
# style file using the below directive if you enable pdnsd_resolv in resolvconf.conf
# file="/etc/pdnsd-resolv.conf";
}