HOWTO: Persistent DNS Caching on Ubuntu with pdnsd
Posted by Kelvin on 27 Apr 2010 | Tagged as: programming, Ubuntu
sudo apt-get install pdnsd If prompted, choose "Manual". sudo gedit /etc/pdnsd.conf Copy and paste this into the editor. // Read the pdnsd.conf(5) manpage for an explanation of the options. /* Note: this file is overriden by automatic config files when /etc/default/pdnsd AUTO_MODE is set and that /usr/share/pdnsd/pdnsd-$AUTO_MODE.conf exists */ global { perm_cache=8192; cache_dir="/var/cache/pdnsd"; run_as="pdnsd"; server_ip […]