by CBrown | Aug 1, 2013 | Servers, Work
Put this at the end of your .bashrc function cz { zonefile=$1 zone=$(basename $zonefile .zone) named-checkzone $zone $zonefile } Then you will be able to use cz to check you zone files. Example: cbrown$ cz...
by CBrown | Jun 17, 2010 | Notes, Servers, Uncategorized, Web Sites, Work
If you are going to use MyDNS on a VPS you must remove Bind first. It is preinstalled on most VPS images.