mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 19:20: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}' {} +
9 lines
119 B
Text
9 lines
119 B
Text
zone a {
|
|
type primary;
|
|
file "shared.db";
|
|
};
|
|
zone b {
|
|
type secondary;
|
|
file "shared.db";
|
|
primaries { 1.2.3.4; };
|
|
};
|