diff options
author | Andy Bailey <bailey@akamai.com> | 2010-07-31 21:53:12 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-31 21:53:12 -0500 |
commit | 04a1ac450578f89b7a8f080e58bb1051b31395e7 (patch) | |
tree | 7f27869a592771d61df479357813573f90e3c6d8 /network/pdns-recursor/slack-desc | |
parent | 99377380ae5f995b6119059b7dfb349dffc4ab5d (diff) | |
download | slackbuilds-04a1ac450578f89b7a8f080e58bb1051b31395e7.tar.gz |
network/pdns-recursor: Added (high-performance recursive resolver)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/pdns-recursor/slack-desc')
-rw-r--r-- | network/pdns-recursor/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/pdns-recursor/slack-desc b/network/pdns-recursor/slack-desc new file mode 100644 index 0000000000..c517fbd4a2 --- /dev/null +++ b/network/pdns-recursor/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +pdns-recursor: pdns-recursor (high-performance recursive resolver) +pdns-recursor: +pdns-recursor: PowerDNS consists of two parts: the Authoritative Server +pdns-recursor: and the Recursor. Other nameservers fully combine these functions, +pdns-recursor: PowerDNS offers them separately, but can mix both authoritative and +pdns-recursor: recursive usage seamlessly. The Authoritative Server will answer +pdns-recursor: questions about domains it knows about, but will not go out on the net +pdns-recursor: to resolve queries about other domains. However, it can use a +pdns-recursor: recursing backend to provide that functionality. Depending on your +pdns-recursor: needs, this backend can either be the PowerDNS recursor or an external +pdns-recursor: one. |