BIND9 server types
- by aGr
I was configuring DNS on my server using BIND9, everything seems to work, but I have a question regarding my config file.
I've ended up with this configuration in /etc/bind/named.conf.local
zone "example.com" {
type master;
file "/etc/bind/db.example.com";
allow-transfer { 192.168.1.1; };
};
zone "1.168.192.in-addr.arpa" {
type master;
…