701e9f3149e79740c42786c5c241a762135318e7Tinderbox User/*
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User *
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User * This Source Code Form is subject to the terms of the Mozilla Public
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User * License, v. 2.0. If a copy of the MPL was not distributed with this
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User * file, You can obtain one at http://mozilla.org/MPL/2.0/.
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User */
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User
f53e0bda467d96dfeeba1b4da30c37b37766bb75Evan Huntoptions {
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User query-source address 10.53.0.3;
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User notify-source 10.53.0.3;
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User transfer-source 10.53.0.3;
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User port 5300;
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User pid-file "named.pid";
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User listen-on { 10.53.0.3; };
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User listen-on-v6 { none; };
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User recursion no;
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User notify no;
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User allow-new-zones yes;
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User allow-transfer { none; };
f53e0bda467d96dfeeba1b4da30c37b37766bb75Evan Hunt};
f53e0bda467d96dfeeba1b4da30c37b37766bb75Evan Hunt
f53e0bda467d96dfeeba1b4da30c37b37766bb75Evan Huntcontrols {
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
f53e0bda467d96dfeeba1b4da30c37b37766bb75Evan Hunt};
f53e0bda467d96dfeeba1b4da30c37b37766bb75Evan Hunt
f53e0bda467d96dfeeba1b4da30c37b37766bb75Evan Huntkey rndc_key {
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User secret "1234abcd8765";
701e9f3149e79740c42786c5c241a762135318e7Tinderbox User algorithm hmac-sha256;
f53e0bda467d96dfeeba1b4da30c37b37766bb75Evan Hunt};