Skip to content

Instantly share code, notes, and snippets.

@miguelramos
Created October 10, 2012 12:39
Show Gist options
  • Save miguelramos/3865353 to your computer and use it in GitHub Desktop.
Save miguelramos/3865353 to your computer and use it in GitHub Desktop.
CL: Bind Config
/etc/bind/named.conf
/etc/bind/named.conf.options
/etc/bind/named.conf.local
sudo /etc/init.d/bind9 restart
zone "1.168.192.in-addr.arpa" {
type master;
notify no;
file "/etc/bind/db.192";
};
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment