Skip to content

Fix missing iterations value in dnssec-guide

Matthijs Mekking requested to merge matthijs-iterations-typo-dnssec-guide into main

In the "Migrating from NSEC to NSEC3" section, it says:

    dnssec-policy "standard" {
        nsec3param iterations optout no salt-length 16;
    };

There should be an integer after "iterations". Based on the following text, the number of iterations should be 10.

Merge request reports