mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 13:19:59 -04:00
The removal was done with the following commands:
find bin/tests/system/ -type f -name "*.conf" -exec sed -i '1,12d; 13{/^$/d}' {} +
find bin/tests/system/ -type f -name "*.conf.*" -exec sed -i '1,12d; 13{/^$/d}' {} +
12 lines
291 B
Django/Jinja
12 lines
291 B
Django/Jinja
dnssec-policy "alternative-kz" {
|
|
keys {
|
|
ksk key-directory lifetime unlimited algorithm RSASHA256;
|
|
zsk key-directory lifetime unlimited algorithm RSASHA256;
|
|
};
|
|
};
|
|
|
|
zone "bad-algorithm.kz.example" {
|
|
type primary;
|
|
file "bad-algorithm.kz.example.db";
|
|
dnssec-policy "alternative-kz";
|
|
};
|