mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:40:00 -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}' {} +
13 lines
178 B
Text
13 lines
178 B
Text
view missing {
|
|
zone missing.example {
|
|
type primary;
|
|
file "missing.example.db";
|
|
};
|
|
};
|
|
|
|
view good {
|
|
zone shared.example {
|
|
type primary;
|
|
file "shared.example.db";
|
|
};
|
|
};
|