Administrators, autoreview, Vérificateurs d’utilisateurs, checkuser-log, editor, reviewer, usersnoop
3 321
modifications
m (→Explications) |
|||
Ligne 314 : | Ligne 314 : | ||
zone 192.in-addr.arpa. { primary 127.0.0.1; key rndc-key; }</code> | zone 192.in-addr.arpa. { primary 127.0.0.1; key rndc-key; }</code> | ||
==== dans /etc/ | ==== dans /etc/bind/named.conf ou named.conf.local ==== | ||
Configurez vos zones comme suit : | Configurez vos zones comme suit : | ||
<code> | |||
controls { | |||
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; }; | |||
}; | |||
include "/etc/bind/rndc.key"; | |||
zone "isalo.org" { | |||
type master; | |||
file "/etc/bind/db.isalo.org"; | |||
allow-update { key "rndc-key"; }; | |||
notify no; | |||
}; | |||
zone "192.in-addr.arpa" { | |||
type master; | |||
file "/etc/bind/db.192"; | |||
allow-update { key "rndc-key"; }; | |||
notify no; | |||
}; | |||
</code> | |||
=== Test === | === Test === |
modifications