Jump to Content


Articles tagged with DNS

Useful Technical Publications

This is a shameless plug really! I've set up an amazon store, with some useful books that pertain to these tutorials and some that have helped me in the past getting to grips with things My Amazon Store - Music & Books

Preventing Recursive Lookups for untrusted hosts BIND

This tutorial explains how to close an open DNS server and obscure which version you are running. Open /etc/named.conf Undernieth this: include "/etc/rndc.key"; controls {    inet 127.0.0.1 allow { localhost; } keys { "rndckey"; };...
Back to top