You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dns/pdnsd/files/pdnsd.conf.test

28 lines
370 B

// $Id: pdnsd.conf.in,v 1.4 2000/11/11 20:32:58 thomas Exp $
global {
perm_cache=512;
cache_dir=;
max_ttl=604800;
paranoid=on;
server_port=33455;
server_ip=127.0.0.1;
status_ctl=on;
}
server {
ip=
timeout=30;
interval=30;
uptest=ping;
ping_timeout=50;
purge_cache=off;
}
source {
ttl=86400;
owner="localhost.";
serve_aliases=on;
file="/etc/hosts";
}