Nostradamus
Technical User
Using bind9 on Linux.
I want to add a allow-query and a allow-transfer statement to a specific zone i named.conf. not a global config. I want the master(s) to be able to do both transfers and queries.
Is this config correct?
zone "whatever.com" {
type slave;
file "bak.whatever.com";
masters { 195.252.0.51; };
allow-transfer { 195.252.0.51; 192.36.104.41;
};
allow-query { 195.252.0.0/24; 192.36.104.0/24; };
};
Is there some way to only let a specific ip do queries, instead of a whole net.
/Sören
I want to add a allow-query and a allow-transfer statement to a specific zone i named.conf. not a global config. I want the master(s) to be able to do both transfers and queries.
Is this config correct?
zone "whatever.com" {
type slave;
file "bak.whatever.com";
masters { 195.252.0.51; };
allow-transfer { 195.252.0.51; 192.36.104.41;
};
allow-query { 195.252.0.0/24; 192.36.104.0/24; };
};
Is there some way to only let a specific ip do queries, instead of a whole net.
/Sören