Fini mais bancal
This commit is contained in:
@@ -19,17 +19,13 @@ zone "1.168.192.in-addr.arpa"
|
|||||||
zone "tp.scr"
|
zone "tp.scr"
|
||||||
{
|
{
|
||||||
type master;
|
type master;
|
||||||
// 2. Modification du chemin vers le répertoire inscriptible pour DDNS (I.4)
|
|
||||||
file "/var/cache/bind/db.tp.scr";
|
file "/var/cache/bind/db.tp.scr";
|
||||||
// 3. Ajout de la clause allow-update avec la clé TSIG (II.2)
|
|
||||||
allow-update { key "tp.scr-key"; };
|
allow-update { key "tp.scr-key"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "1.168.192.in-addr.arpa"
|
zone "1.168.192.in-addr.arpa"
|
||||||
{
|
{
|
||||||
type master;
|
type master;
|
||||||
// 2. Modification du chemin vers le répertoire inscriptible pour DDNS (I.4)
|
|
||||||
file "/var/cache/bind/db.tp.scr.inv";
|
file "/var/cache/bind/db.tp.scr.inv";
|
||||||
// 3. Ajout de la clause allow-update avec la clé TSIG (II.2)
|
|
||||||
allow-update { key "tp.scr-key"; };
|
allow-update { key "tp.scr-key"; };
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user