global { chroot_dir="/var/empty"; cache_dir="/var/cache/pdnsd"; run_as="pdnsd"; strict_setuid=on; paranoid=off; status_ctl=on; perm_cache=2048; # local usage only server_ip="127.0.0.1"; server_port=53; max_ttl=3600000; min_ttl=600; } server { # A.ROOT-SERVERS.NET by default # /etc/ip-up.d/0pdnsd will set ISP DNS1 whenever possible ip="198.41.0.4"; label="pppdns1"; timeout=30; purge_cache=off; } server { # B.ROOT-SERVERS.NET by default # /etc/ip-up.d/0pdnsd will set ISP DNS2 whenever possible ip="128.9.0.107"; label="pppdns2"; timeout=30; purge_cache=off; } source { ttl=86400; owner="localhost."; file="/etc/hosts"; } rr { ttl=86400; name="localhost."; owner="localhost."; a="127.0.0.1"; soa="localhost.","root.localhost.",42,86400,900,86400,86400; } rr { ttl=86400; name="1.0.0.127.in-addr.arpa."; owner="localhost."; ptr="localhost."; soa="localhost.","root.localhost.",42,86400,900,86400,86400; }