The net/pdnsd port
pdnsd-1.2.9ap1 – threaded DNS daemon, optimized for caching (cvsweb github mirror)
Description
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. 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 cachingWWW: http://members.home.nl/p.a.rombouts/pdnsd/
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Files
- /etc/pdnsd.conf
- /etc/rc.d/pdnsd
- /usr/local/man/man5/pdnsd.conf.5
- /usr/local/man/man8/pdnsd-ctl.8
- /usr/local/man/man8/pdnsd.8
- /usr/local/sbin/pdnsd
- /usr/local/sbin/pdnsd-ctl
- /usr/local/share/doc/pdnsd/
- /usr/local/share/doc/pdnsd/faq.txt
- /usr/local/share/doc/pdnsd/intro.txt
- /usr/local/share/doc/pdnsd/manual.txt
- /usr/local/share/examples/pdnsd/
- /usr/local/share/examples/pdnsd/pdnsd.conf
- /var/pdnsd/
- @exec chown _pdnsd:_pdnsd /var/pdnsd/pdnsd.cache
- @exec touch /var/pdnsd/pdnsd.cache
- @extraunexec rm -rf /var/pdnsd/*
- @newgroup _pdnsd:510
- @newuser _pdnsd:510:_pdnsd::Proxy DNS Server:/nonexistent:/sbin/nologin