0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Copyright (C) 2001, 2004, 2007, 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# This Source Code Form is subject to the terms of the Mozilla Public
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# License, v. 2.0. If a copy of the MPL was not distributed with this
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# file, You can obtain one at http://mozilla.org/MPL/2.0/.
9181e8a0568c37432676bd00b4bdb0dfdabfd6c1Mark Andrewsrm -f ns1/*.db ns1/*.jnl ns3/*.jnl ns4/*.db ns4/*.jnl
89485c1d7119644d2a11466ef22bb894dec0905fAndreas Gustafsson query-source address 10.53.0.1;
89485c1d7119644d2a11466ef22bb894dec0905fAndreas Gustafsson notify-source 10.53.0.1;
89485c1d7119644d2a11466ef22bb894dec0905fAndreas Gustafsson transfer-source 10.53.0.1;
89485c1d7119644d2a11466ef22bb894dec0905fAndreas Gustafsson pid-file "named.pid";
89485c1d7119644d2a11466ef22bb894dec0905fAndreas Gustafsson listen-on { 10.53.0.1; };
89485c1d7119644d2a11466ef22bb894dec0905fAndreas Gustafsson listen-on-v6 { none; };
89485c1d7119644d2a11466ef22bb894dec0905fAndreas Gustafsson secret "1234abcd8765";
4eb998928b9aef0ceda42d7529980d658138698aEvan Hunt algorithm hmac-sha256;
89485c1d7119644d2a11466ef22bb894dec0905fAndreas Gustafsson inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
fad5116b3d68e825d29f87a1d3cb41409f42e8f5Scott Mann# Setup initial db files for ns3
e9649ece3bf32ff43faea13c76bbba7813d7e139Mark Andrewsawk 'END { for (i = 0; i < 10000; i++) printf("record%d 10 IN TXT this is record %d\n", i, i) }' < /dev/null >> ns3/large.db