pdnsd.conf.test 370 B

12345678910111213141516171819202122232425262728
  1. // $Id: pdnsd.conf.in,v 1.4 2000/11/11 20:32:58 thomas Exp $
  2. global {
  3. perm_cache=512;
  4. cache_dir=;
  5. max_ttl=604800;
  6. paranoid=on;
  7. server_port=33455;
  8. server_ip=127.0.0.1;
  9. status_ctl=on;
  10. }
  11. server {
  12. ip=
  13. timeout=30;
  14. interval=30;
  15. uptest=ping;
  16. ping_timeout=50;
  17. purge_cache=off;
  18. }
  19. source {
  20. ttl=86400;
  21. owner="localhost.";
  22. serve_aliases=on;
  23. file="/etc/hosts";
  24. }