User Tools

Site Tools


internet:dns:public_dns

This is an old revision of the document!


Build and Secure a Public Recursive DNS Server

Install PowerDNS Recursor on Ubuntu Server

apt-get install pdns-recursor
vim /etc/powerdns/recursor.conf

allow-from=0.0.0.0/0
etc-hosts-file=/etc/hosts
export-etc-hosts=on
forward-zones=internal.yourdomain.com=10.0.0.20
local-address=127.0.0.1,123.123.123.123
log-common-errors=yes

:!: With export-etc-hosts=on, we can take advantage of a hosts file with ad servers.

Configure a Mikrotik Router as Caching DNS Client

Mikrotik IP DNS Settings

internet/dns/public_dns.1451794589.txt.gz · Last modified: 2016/01/02 21:16 by gcooper