mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 06: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
150 B
Text
12 lines
150 B
Text
view first {
|
|
zone shared.example {
|
|
in-view second;
|
|
};
|
|
};
|
|
|
|
view second {
|
|
zone shared.example {
|
|
type primary;
|
|
file "shared.example.db";
|
|
};
|
|
};
|