Ajout de l'option allow-notify dans la définition de la zone des slaves

This commit is contained in:
whirigoyen 2023-09-20 11:46:39 +02:00
parent 216be2bb29
commit 1aefd73b2f

View file

@ -319,6 +319,7 @@ zone "example.com" {
file "/etc/bind/bak.example.com";
allow-query { any; };
masters { 192.0.2.53; };
allow-notify { 192.0.2.53; };
};
~~~