Deleted Added
full compact
named.conf.in (1.1.1.2) named.conf.in (1.1.1.1)
1/*
2 * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
3 *
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 *
8 * See the COPYRIGHT file distributed with this work for additional

--- 11 unchanged lines hidden (view full) ---

20 listen-on { 10.53.0.1; };
21 listen-on-v6 { none; };
22 recursion no;
23 notify yes;
24 dnssec-validation no;
25};
26
27zone "." {
1/*
2 * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
3 *
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 *
8 * See the COPYRIGHT file distributed with this work for additional

--- 11 unchanged lines hidden (view full) ---

20 listen-on { 10.53.0.1; };
21 listen-on-v6 { none; };
22 recursion no;
23 notify yes;
24 dnssec-validation no;
25};
26
27zone "." {
28 type primary;
28 type master;
29 file "root.db";
30};
29 file "root.db";
30};