- fix typo in COMMENT
- completely overhaul DESCR files from Piotr Sikora, thanks!
This commit is contained in:
parent
64a12e3aa2
commit
565f939af7
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2008/12/16 10:30:27 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2009/02/10 21:05:09 jasper Exp $
|
||||
|
||||
COMMENT-main= modern authoritative nameserver
|
||||
COMMENT-mysql= mysql database access emodule for powerdns
|
||||
COMMENT-mysql= mysql database access module for powerdns
|
||||
COMMENT-pgsql= pgsql database access module for powerdns
|
||||
COMMENT-sqlite= sqlite database access module for powerdns
|
||||
COMMENT-sqlite3= sqlite3 database access module for powerdns
|
||||
|
@ -1,19 +1,8 @@
|
||||
pdnsd is a proxy dns server with permanent caching (the cache
|
||||
contents are written to hard disk on exit) that is designed to cope
|
||||
with unreachable or down dns servers (for example in dial-in
|
||||
networking).
|
||||
The PowerDNS daemon is a versatile nameserver which supports
|
||||
a large number of backends. These backends can either be plain
|
||||
zonefiles or be more dynamic in nature. Additionally, through
|
||||
use of clever programming techniques, PowerDNS offers very high
|
||||
domain resolution performance.
|
||||
|
||||
pdnsd is configurable via a file and supports run-time configuration
|
||||
using the program pdnsd-ctl that comes with pdnsd.
|
||||
|
||||
Wonder why you should use it instead of BIND?
|
||||
|
||||
* permanent disk cache (useful for frequent power-offs/reboots)
|
||||
* usually smaller memory footprint (depends on cache size)
|
||||
* offline-detection prevents hangs (e.g. the typical hang on startup
|
||||
of some Netscape Navigator versions if not dialed in)
|
||||
* better control about timeouts (also to prevent hangs)
|
||||
* better control over the cache
|
||||
* better run-time control
|
||||
* strict RFC 2181 matching
|
||||
* negative caching
|
||||
Prime examples of backends include relational databases,
|
||||
but also (geographical) loadbalancing and failover algorithms.
|
||||
|
@ -1,9 +1,7 @@
|
||||
pdnsd is a proxy dns server with permanent caching (the cache
|
||||
contents are written to hard disk on exit) that is designed to cope
|
||||
with unreachable or down dns servers (for example in dial-in
|
||||
networking).
|
||||
|
||||
pdnsd is configurable via a file and supports run-time configuration
|
||||
using the program pdnsd-ctl that comes with pdnsd.
|
||||
The PowerDNS daemon is a versatile nameserver which supports
|
||||
a large number of backends. These backends can either be plain
|
||||
zonefiles or be more dynamic in nature. Additionally, through
|
||||
use of clever programming techniques, PowerDNS offers very high
|
||||
domain resolution performance.
|
||||
|
||||
This package contains the MySQL-backend.
|
||||
|
@ -1,9 +1,7 @@
|
||||
pdnsd is a proxy dns server with permanent caching (the cache
|
||||
contents are written to hard disk on exit) that is designed to cope
|
||||
with unreachable or down dns servers (for example in dial-in
|
||||
networking).
|
||||
|
||||
pdnsd is configurable via a file and supports run-time configuration
|
||||
using the program pdnsd-ctl that comes with pdnsd.
|
||||
The PowerDNS daemon is a versatile nameserver which supports
|
||||
a large number of backends. These backends can either be plain
|
||||
zonefiles or be more dynamic in nature. Additionally, through
|
||||
use of clever programming techniques, PowerDNS offers very high
|
||||
domain resolution performance.
|
||||
|
||||
This package contains the PostgreSQL-backend.
|
||||
|
@ -1,9 +1,7 @@
|
||||
pdnsd is a proxy dns server with permanent caching (the cache
|
||||
contents are written to hard disk on exit) that is designed to cope
|
||||
with unreachable or down dns servers (for example in dial-in
|
||||
networking).
|
||||
|
||||
pdnsd is configurable via a file and supports run-time configuration
|
||||
using the program pdnsd-ctl that comes with pdnsd.
|
||||
The PowerDNS daemon is a versatile nameserver which supports
|
||||
a large number of backends. These backends can either be plain
|
||||
zonefiles or be more dynamic in nature. Additionally, through
|
||||
use of clever programming techniques, PowerDNS offers very high
|
||||
domain resolution performance.
|
||||
|
||||
This package contains the SQLite-backend.
|
||||
|
@ -1,9 +1,7 @@
|
||||
pdnsd is a proxy dns server with permanent caching (the cache
|
||||
contents are written to hard disk on exit) that is designed to cope
|
||||
with unreachable or down dns servers (for example in dial-in
|
||||
networking).
|
||||
|
||||
pdnsd is configurable via a file and supports run-time configuration
|
||||
using the program pdnsd-ctl that comes with pdnsd.
|
||||
The PowerDNS daemon is a versatile nameserver which supports
|
||||
a large number of backends. These backends can either be plain
|
||||
zonefiles or be more dynamic in nature. Additionally, through
|
||||
use of clever programming techniques, PowerDNS offers very high
|
||||
domain resolution performance.
|
||||
|
||||
This package contains the SQLite3-backend.
|
||||
|
Loading…
Reference in New Issue
Block a user