/*
 * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
 *
 * SPDX-License-Identifier: MPL-2.0
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0.  If a copy of the MPL was not distributed with this
 * file, you can obtain one at https://mozilla.org/MPL/2.0/.
 *
 * See the COPYRIGHT file distributed with this work for additional
 * information regarding copyright ownership.
 */

// NS5

options {
	{% include_indented "_common/options.conf.j2" %}
	allow-transfer { any; };
	recursion no;
	dnssec-validation no;
};

{% include "_common/controls.conf.j2" %}

{% include "_common/root.hint.conf" %}

zone "ns2" {
	type primary;
	allow-update { any; };
	allow-transfer { @ns.ip@; 10.53.0.7; 10.53.0.10; };
	also-notify { 10.53.0.7; 10.53.0.10; };
	dnssec-policy default;
	file "ns2.db";
};

zone "ns2-4" {
	type primary;
	allow-update { any; };
	allow-transfer { @ns.ip@; 10.53.0.7; 10.53.0.10; };
	also-notify { 10.53.0.7; 10.53.0.10; };
	dnssec-policy default;
	file "ns2-4.db";
};

zone "ns2-4-5" {
	type primary;
	allow-update { any; };
	allow-transfer { @ns.ip@; 10.53.0.7; 10.53.0.10; };
	also-notify { 10.53.0.7; 10.53.0.10; };
	dnssec-policy default;
	file "ns2-4-5.db";
};

zone "ns2-4-6" {
	type primary;
	allow-update { any; };
	allow-transfer { @ns.ip@; 10.53.0.7; 10.53.0.10; };
	also-notify { 10.53.0.7; 10.53.0.10; };
	dnssec-policy default;
	file "ns2-4-6.db";
};

zone "ns2-5-7" {
	type primary;
	allow-update { any; };
	allow-transfer { @ns.ip@; 10.53.0.7; 10.53.0.10; };
	also-notify { 10.53.0.7; 10.53.0.10; };
	dnssec-policy default;
	file "ns2-5-7.db";
};

zone "ns5" {
	type primary;
	allow-update { any; };
	allow-transfer { @ns.ip@; 10.53.0.7; 10.53.0.10; };
	also-notify { 10.53.0.7; 10.53.0.10; };
	dnssec-policy default;
	file "ns5.db";
};

zone "ns5-6-7" {
	type primary;
	allow-update { any; };
	allow-transfer { @ns.ip@; 10.53.0.7; 10.53.0.10; };
	also-notify { 10.53.0.7; 10.53.0.10; };
	dnssec-policy default;
	file "ns5-6-7.db";
};

zone "ns5-7" {
	type primary;
	allow-update { any; };
	allow-transfer { @ns.ip@; 10.53.0.7; 10.53.0.10; };
	also-notify { 10.53.0.7; 10.53.0.10; };
	dnssec-policy default;
	file "ns5-7.db";
};

zone "ns6" {
	type primary;
	allow-update { any; };
	allow-transfer { @ns.ip@; 10.53.0.7; 10.53.0.10; };
	also-notify { 10.53.0.7; 10.53.0.10; };
	dnssec-policy default;
	file "ns6.db";
};
