This script is for Slackware 14.0 only and may be outdated.

SlackBuilds Repository

14.0 > Network > pdnsd (1.2.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 (e.g., in dial-in networking).

Add this to /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.pdnsd ]; then
/etc/rc.d/rc.pdnsd start
fi

Add this to /etc/rc.d/rc.local_shutdown
if [ -x /etc/rc.d/rc.pdnsd ]; then
/etc/rc.d/rc.pdnsd stop
fi

Maintained by: André Geraldo Vieira
Keywords: dns,pdns,bind,dnsmasq,djbdns
ChangeLog: pdnsd

Homepage:
http://members.home.nl/p.a.rombouts/pdnsd/

Source Downloads:
pdnsd-1.2.7-par.tar.gz (114b3b21b09b43cbfcccdde726b84c12)

Download SlackBuild:
pdnsd.tar.gz
pdnsd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
pdnsd.SlackBuild
pdnsd.info
rc.pdnsd
slack-desc

Validated for Slackware 14.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds