named.plainconf revision 0c27b3fe77ac1d5094ba3521e8142d9e7973133f
192N/A/*
1634N/A * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
192N/A *
192N/A * This Source Code Form is subject to the terms of the Mozilla Public
919N/A * License, v. 2.0. If a copy of the MPL was not distributed with this
919N/A * file, You can obtain one at http://mozilla.org/MPL/2.0/.
919N/A */
919N/A
919N/Aoptions {
192N/A query-source address 10.53.0.1;
919N/A notify-source 10.53.0.1;
919N/A transfer-source 10.53.0.1;
919N/A port 5300;
192N/A pid-file "named.pid";
919N/A listen-on port 5300 {
919N/A 10.53.0.1;
919N/A };
919N/A listen-on-v6 { none; };
919N/A recursion no;
919N/A notify yes;
919N/A};
192N/A
192N/Acontrols {
192N/A inet 127.0.0.1 port 9593 allow {
192N/A 127.0.0.1/32; ::1/128; }
192N/A keys { "rndc-key"; };
192N/A};
192N/A
192N/Akey "rndc-key" {
192N/A algorithm hmac-sha256;
192N/A secret "Am9vCg==";
192N/A};
192N/A
192N/Azone "." {
192N/A type master;
192N/A file "root.db";
192N/A};
192N/A