mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 16:45:24 +00:00
Merge branch 'matthijs-iterations-typo-dnssec-guide' into 'main'
Fix missing iterations value in dnssec-guide See merge request isc-projects/bind9!5317
This commit is contained in:
@@ -800,7 +800,7 @@ DNSSEC policy, using 10 iterations, no opt-out, and a random string that is
|
|||||||
::
|
::
|
||||||
|
|
||||||
dnssec-policy "standard" {
|
dnssec-policy "standard" {
|
||||||
nsec3param iterations optout no salt-length 16;
|
nsec3param iterations 10 optout no salt-length 16;
|
||||||
};
|
};
|
||||||
|
|
||||||
Then reconfigure the server with ``rndc``. You can tell that it worked if you
|
Then reconfigure the server with ``rndc``. You can tell that it worked if you
|
||||||
|
Reference in New Issue
Block a user