summaryrefslogtreecommitdiff
blob: 90cae2c05ea5ab51f1974490a6c524a48d58a52d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// $Id: pdnsd.conf.test,v 1.1 2004/10/04 09:20:45 dragonheart 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";
}