1 // Read the pdnsd.conf(5) manpage for an explanation of the options.
3 /* Note: this file is overriden by automatic config files when
4 /etc/default/pdnsd AUTO_MODE is set and that
5 /usr/share/pdnsd/pdnsd-$AUTO_MODE.conf exists
10 cache_dir="/var/cache/pdnsd";
12 server_ip = 127.0.0.1; // Use eth0 here if you want to allow other
13 // machines on your network to query pdnsd.
16 // query_method=tcp_udp; // pdnsd must be compiled with tcp
17 // query support for this to work.
18 min_ttl=15m; // Retain cached entries at least 15 minutes.
19 max_ttl=1w; // One week.
20 timeout=120; // Global timeout option (10 seconds).
22 // Don't enable if you don't recurse yourself, can lead to problems
23 // delegation_only="com","net";
49 soa=localhost,root.localhost,42,86400,900,86400,86400;