slackbuilds/network/pdnsd
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
doinst.sh
pdnsd.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
pdnsd.info
rc.pdnsd
slack-desc

README

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