]> git.pld-linux.org Git - packages/pdnsd.git/blame - pdnsd-query_roots_in_default_conf.patch
- rel 3; don't obsolete real nameservers that do other things than only caching
[packages/pdnsd.git] / pdnsd-query_roots_in_default_conf.patch
CommitLineData
a86e398a
MK
1--- pdnsd-1.2.5/doc/pdnsd.conf.in.query_roots_in_default_conf.patch 2007-05-01 12:13:57.000000000 +0200
2+++ pdnsd-1.2.5/doc/pdnsd.conf.in 2007-05-01 12:14:36.000000000 +0200
26aae004 3@@ -14,9 +14,10 @@
a86e398a
MK
4 min_ttl=15m; # Retain cached entries at least 15 minutes.
5 max_ttl=1w; # One week.
6 timeout=10; # Global timeout option (10 seconds).
7 }
8
9+/*
26aae004 10 # The following section is most appropriate if you have a fixed connection to
11 # the Internet and an ISP which provides good DNS servers.
a86e398a
MK
12 server {
13 label= "myisp";
14@@ -30,6 +31,7 @@
15 purge_cache=off; # Keep stale cache entries in case the ISP's
16 # DNS servers go offline.
17 }
18+*/
19
20 /*
21 # The following section is more appropriate for dial-up connections.
22@@ -47,7 +49,6 @@
23 }
24 */
25
26-/*
27 # This section is meant for resolving from root servers.
28 server {
29 label = "root-servers";
30@@ -75,7 +76,7 @@
31 policy = included;
32 preset = off;
33 }
34-*/
35+
36
37 source {
38 owner=localhost;
This page took 0.068349 seconds and 4 git commands to generate.