+2
Bind9 : Allow-transfert
Hello,
I recently migrated a Ajenti on my VPS and it works fine!
I use a lot Bind9 to manage your DNS, I have two ideas:
In /etc/bind/named.conf:
zone "example.com" {
};
if I change something the serial change for example: 2014061701
This will allow DNS servers to replicate changes
I recently migrated a Ajenti on my VPS and it works fine!
I use a lot Bind9 to manage your DNS, I have two ideas:
- Add an input for "allow-transfer" for allowing transfert between DNS servers
In /etc/bind/named.conf:
zone "example.com" {
type master;
allow-transfer {
localnets;
213.186.33.199;
213.251.188.144;
};
file "/etc/bind/db.example.com";allow-transfer {
localnets;
213.186.33.199;
213.251.188.144;
};
};
- Automatic update of SOA serial
if I change something the serial change for example: 2014061701
This will allow DNS servers to replicate changes
Customer support service by UserEcho