/*
* Copyright (C) 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
*
* 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 http://mozilla.org/MPL/2.0/.
*/
controls {
};
options {
port 5300;
zone "catalog1.example"
zone "catalog2.example"
zone "catalog3.example"
};
};
zone "catalog1.example" {
file "catalog1.example.db";
};
zone "catalog2.example" {
file "catalog2.example.db";
};
zone "catalog3.example" {
file "catalog3.example.db";
};
zone "catalog4.example" {
file "catalog4.example.db";
};
secret "LSAnCU+Z";
};