167754Smsmith/*
267754Smsmith * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
367754Smsmith *
467754Smsmith * SPDX-License-Identifier: MPL-2.0
567754Smsmith *
667754Smsmith * This Source Code Form is subject to the terms of the Mozilla Public
767754Smsmith * License, v. 2.0.  If a copy of the MPL was not distributed with this
867754Smsmith * file, you can obtain one at https://mozilla.org/MPL/2.0/.
967754Smsmith *
1067754Smsmith * See the COPYRIGHT file distributed with this work for additional
11202771Sjkim * information regarding copyright ownership.
1270243Smsmith */
1367754Smsmith
1467754Smsmith// NS1
1567754Smsmith
1667754Smsmithoptions {
1767754Smsmith	query-source address 10.53.0.1;
1867754Smsmith	notify-source 10.53.0.1;
1967754Smsmith	transfer-source 10.53.0.1;
2067754Smsmith	port @PORT@;
2167754Smsmith	pid-file "named.pid";
2267754Smsmith	listen-on { 10.53.0.1; };
2367754Smsmith	listen-on-v6 { none; };
2467754Smsmith	recursion no;
2567754Smsmith	notify yes;
2667754Smsmith	dnssec-validation no;
2767754Smsmith};
2867754Smsmith
2967754Smsmithzone "." {
3067754Smsmith	type primary;
3167754Smsmith	file "root.db";
3267754Smsmith};
3367754Smsmith