1/* 2 * Copyright (C) Internet Systems Consortium, Inc. ("ISC") 3 * 4 * SPDX-License-Identifier: MPL-2.0 5 * 6 * This Source Code Form is subject to the terms of the Mozilla Public 7 * License, v. 2.0. If a copy of the MPL was not distributed with this 8 * file, you can obtain one at https://mozilla.org/MPL/2.0/. 9 * 10 * See the COPYRIGHT file distributed with this work for additional 11 * information regarding copyright ownership. 12 */ 13 14server 1.2.3.4 { 15 query-source 10.10.10.10 port 5353; 16}; 17 18options { 19 dnssec-validation yes; 20 21 dialup yes; 22 heartbeat-interval 60; 23 24 dnssec-must-be-secure mustbesecure.example yes; 25 26 use-v4-udp-ports { range 1024 65535; }; 27 use-v6-udp-ports { range 1024 65535; }; 28 avoid-v4-udp-ports { range 1 1023; }; 29 avoid-v6-udp-ports { range 1 1023; }; 30 31 tkey-dhkey "server" 12345; 32 33 root-delegation-only exclude { "them"; }; 34 35 resolver-nonbackoff-tries 3; 36 resolver-retry-interval 800; 37}; 38 39trusted-keys { 40 fake.trusted. 257 3 8 41 "AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF 42 FVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoX 43 bfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaD 44 X6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpz 45 W5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relS 46 Qageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulq 47 QxA+Uk1ihz0="; 48}; 49 50managed-keys { 51 fake.managed. initial-key 257 3 8 52 "AwEAAaz/tAm8yTn4Mfeh5eyI96WSVexTBAvkMgJzkKTOiW1vkIbzxeF3 53 +/4RgWOq7HrxRixHlFlExOLAJr5emLvN7SWXgnLh4+B5xQlNVz8Og8kv 54 ArMtNROxVQuCaSnIDdD5LKyWbRd2n9WGe2R8PzgCmr3EgVLrjyBxWezF 55 0jLHwVN8efS3rCj/EWgvIWgb9tarpVUDK/b58Da+sqqls3eNbuv7pr+e 56 oZG+SrDK6nWeL3c6H5Apxz7LjVc1uTIdsIXxuOLYA4/ilBmSVIzuDWfd 57 RUfhHdY6+cn8HFRm+2hM8AnXGXws9555KrUB5qihylGa8subX2Nn6UwN 58 R1AkUTV74bU="; 59}; 60 61zone "." { 62 type hint; 63 file "shared.example.db"; 64 delegation-only yes; 65}; 66 67zone com { 68 type delegation-only; 69}; 70