named.plainconf revision 44613d4d868ed5e73a1132280880f0699af56733
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User/*
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User *
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User * Permission to use, copy, modify, and/or distribute this software for any
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User * purpose with or without fee is hereby granted, provided that the above
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User * copyright notice and this permission notice appear in all copies.
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User *
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User * PERFORMANCE OF THIS SOFTWARE.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User */
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User
f9ce6280cec79deb16ff6d9807aa493ff23e10d9Tinderbox Useroptions {
0da02c26a6631c25f075a8e4ac6de9e58f49a0c2Tinderbox User query-source address 10.53.0.1;
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User notify-source 10.53.0.1;
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User transfer-source 10.53.0.1;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt port 5300;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt pid-file "named.pid";
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User listen-on port 5300 {
0da02c26a6631c25f075a8e4ac6de9e58f49a0c2Tinderbox User 10.53.0.1;
0da02c26a6631c25f075a8e4ac6de9e58f49a0c2Tinderbox User };
0da02c26a6631c25f075a8e4ac6de9e58f49a0c2Tinderbox User listen-on-v6 { none; };
0da02c26a6631c25f075a8e4ac6de9e58f49a0c2Tinderbox User recursion no;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt notify yes;
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User};
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox Usercontrols {
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt inet 127.0.0.1 port 9593 allow {
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt 127.0.0.1/32; ::1/128; }
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User keys { "rndc-key"; };
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt};
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Huntkey "rndc-key" {
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt algorithm hmac-sha256;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt secret "Am9vCg==";
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt};
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox Userzone "." {
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User type master;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt file "root.db";
a1ff871f78b7d907d6fc3a382beea2a640fe8423Tinderbox User};
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User