Fini mais bancal
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
key "tp.scr-key" {
|
key "tp.scr-key" {
|
||||||
algorithm hmac-md5;
|
algorithm hmac-md5;
|
||||||
secret "isfoZ1noj0MAJUxImFn1ZQ==";
|
secret "isfoZ1noj0MAJUxImFn1ZQ==";
|
||||||
};
|
};
|
||||||
@@ -13,4 +13,4 @@ subnet 192.168.1.0 netmask 255.255.255.0 {
|
|||||||
{
|
{
|
||||||
primary 192.168.1.158;
|
primary 192.168.1.158;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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