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}' {} +
5 lines
125 B
Django/Jinja
5 lines
125 B
Django/Jinja
zone "bad-default-algorithm.example" {
|
|
type primary;
|
|
file "bad-default-algorithm.example.db";
|
|
dnssec-policy "default";
|
|
};
|