options {
- query-source address 10.53.0.2;
- notify-source 10.53.0.2;
- transfer-source 10.53.0.2;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
listen-on { 10.53.0.2; 10.53.0.4; };
listen-on-v6 { none; };
recursion no;
{% include "_common/controls.conf.j2" %}
options {
- query-source address 10.53.0.2;
- notify-source 10.53.0.2;
- transfer-source 10.53.0.2;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
listen-on { 10.53.0.2; 10.53.0.4; 10.53.0.5; };
listen-on-v6 { none; };
recursion no;
options {
- query-source address 10.53.0.3;
- notify-source 10.53.0.3;
- transfer-source 10.53.0.3;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
listen-on { 10.53.0.3; 10.53.1.2; };
listen-on-v6 { none; };
allow-recursion { any; };
options {
- query-source address 10.53.0.3;
- notify-source 10.53.0.3;
- transfer-source 10.53.0.3;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
listen-on { 10.53.0.3; 10.53.1.2; };
listen-on-v6 { none; };
allow-recursion { any; };
options {
- query-source address 10.53.0.3;
- notify-source 10.53.0.3;
- transfer-source 10.53.0.3;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
listen-on { 10.53.0.3; 10.53.1.2; };
listen-on-v6 { none; };
recursion no;
options {
- query-source address 10.53.0.3;
- notify-source 10.53.0.3;
- transfer-source 10.53.0.3;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
listen-on { 10.53.0.3; 10.53.0.4; 10.53.1.2; };
listen-on-v6 { none; };
recursion no;
{% set dns64 = dns64 | default(False) %}
options {
+ {% include_indented "_common/options/server.conf.j2" %}
+ {% include_indented "_common/options/listen-dual.conf.j2" %}
{% if disablev4 %}
query-source address none;
{% else %}
notify-source 10.53.0.2;
transfer-source 10.53.0.2;
- listen-on { 10.53.0.2; };
notify-source-v6 fd92:7065:b8e:ffff::2;
transfer-source-v6 fd92:7065:b8e:ffff::2;
- listen-on-v6 { fd92:7065:b8e:ffff::2; };
- port @PORT@;
- pid-file "named.pid";
dnssec-validation no;
{% if dns64 %}
options {
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
session-keyfile "session.key";
listen-on { 10.53.0.1; 127.0.0.1; };
listen-on-v6 { none; };
acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
options {
- query-source address 10.53.0.3;
- query-source-v6 address fd92:7065:b8e:ffff::3;
- notify-source 10.53.0.3;
- notify-source-v6 fd92:7065:b8e:ffff::3;
- transfer-source 10.53.0.3;
- transfer-source-v6 fd92:7065:b8e:ffff::3;
+ {% include_indented "_common/options/sources-dual.conf.j2" %}
+ {% include_indented "_common/options/listen-dual.conf.j2" %}
port @EXTRAPORT1@;
pid-file "named.pid";
listen-on port @PORT@ { 10.53.0.3; }; // for start.pl
- listen-on { 10.53.0.3; };
- listen-on-v6 { fd92:7065:b8e:ffff::3; };
dnssec-validation no;
allow-recursion { any; };
resolver-use-dns64 yes;
// NS4
options {
- query-source address 10.53.0.4;
+ {% include_indented "_common/options/sources.conf.j2" %}
query-source-v6 address fd92:7065:b8e:fffe::10.53.0.4;
- notify-source 10.53.0.4;
notify-source-v6 fd92:7065:b8e:fffe::10.53.0.4;
- transfer-source 10.53.0.4;
transfer-source-v6 fd92:7065:b8e:fffe::10.53.0.4;
port @EXTRAPORT1@;
pid-file "named.pid";
{% set broken_key = broken_key | default(False) %}
{% set many_anchors = many_anchors | default(False) %}
options {
- query-source address 10.53.0.5;
- notify-source 10.53.0.5;
- transfer-source 10.53.0.5;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
listen-on { 10.53.0.5; 127.0.0.1; };
listen-on-v6 { none; };
minimal-any no;
options {
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
session-keyfile "session.key";
listen-on { 10.53.0.1; 127.0.0.1; };
listen-on-v6 { none; };
// NS2
options {
- query-source address 10.53.0.2;
- notify-source 10.53.0.2;
- transfer-source 10.53.0.2;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
listen-on { 127.0.0.1; 10.53.0.2; };
listen-on-v6 { ::1; fd92:7065:b8e:ffff::2; };
recursion no;
options {
- query-source address 10.53.0.4;
- notify-source 10.53.0.4;
- transfer-source 10.53.0.4;
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/listen.conf.j2" %}
port @EXTRAPORT1@;
pid-file "named.pid";
- listen-on { 10.53.0.4; };
- listen-on-v6 { none; };
allow-transfer { any; };
dnssec-validation no;
};
*/
options {
- query-source address 10.53.0.2;
- notify-source 10.53.0.2;
- transfer-source 10.53.0.2;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
listen-on {
10.53.0.2;
10.53.0.5;
*/
options {
- query-source address 10.53.0.3;
- notify-source 10.53.0.3;
- transfer-source 10.53.0.3;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
listen-on {
10.53.0.3;
};
{% endif %}
options {
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
session-keyfile "session.key";
listen-on { 10.53.0.1; 127.0.0.1; };
listen-on-v6 { none; };
};
options {
- port @PORT@;
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
##
# generic test
listen-on { 10.53.0.1; };
};
options {
- port @PORT@;
- query-source address 10.53.0.3;
- notify-source 10.53.0.3;
- transfer-source 10.53.0.3;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
##
# generic test
listen-on { 10.53.0.3; };
{% include "_common/controls.conf.j2" %}
options {
- port @PORT@;
- pid-file "named.pid";
- listen-on-v6 { fd92:7065:b8e:ffff::1; };
- listen-on { 10.53.0.1; };
+ {% include_indented "_common/options/server.conf.j2" %}
+ {% include_indented "_common/options/listen-dual.conf.j2" %}
recursion no;
dnssec-validation no;
query-source 10.53.0.1;
{% include "_common/controls.conf.j2" %}
options {
- port @PORT@;
- pid-file "named.pid";
- listen-on { 10.53.0.2; };
- listen-on-v6 { fd92:7065:b8e:ffff::2; };
+ {% include_indented "_common/options/server.conf.j2" %}
+ {% include_indented "_common/options/listen-dual.conf.j2" %}
dnssec-validation no;
query-source none;
query-source-v6 fd92:7065:b8e:ffff::2;
{% include "_common/controls.conf.j2" %}
options {
- port @PORT@;
- pid-file "named.pid";
- listen-on { 10.53.0.3; };
- listen-on-v6 { fd92:7065:b8e:ffff::3; };
+ {% include_indented "_common/options/server.conf.j2" %}
+ {% include_indented "_common/options/listen-dual.conf.j2" %}
dnssec-validation no;
query-source-v6 none;
query-source 10.53.0.3;
{% include "_common/controls.conf.j2" %}
options {
- port @PORT@;
- pid-file "named.pid";
- listen-on { 10.53.0.4; };
- listen-on-v6 { fd92:7065:b8e:ffff::4; };
+ {% include_indented "_common/options/server.conf.j2" %}
+ {% include_indented "_common/options/listen-dual.conf.j2" %}
dnssec-validation no;
query-source none;
query-source-v6 fd92:7065:b8e:ffff::4;
{% include "_common/controls.conf.j2" %}
options {
- port @PORT@;
- pid-file "named.pid";
- listen-on { 10.53.0.5; };
- listen-on-v6 { fd92:7065:b8e:ffff::5; };
+ {% include_indented "_common/options/server.conf.j2" %}
+ {% include_indented "_common/options/listen-dual.conf.j2" %}
dnssec-validation no;
query-source 10.53.0.5;
query-source-v6 none;
acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
options {
+ {% include_indented "_common/options/server.conf.j2" %}
+ {% include_indented "_common/options/listen.conf.j2" %}
query-source address 10.53.0.2; /* note this is not 10.53.0.4 */
notify-source 10.53.0.4;
transfer-source 10.53.0.4;
- port @PORT@;
- pid-file "named.pid";
- listen-on { 10.53.0.4; };
- listen-on-v6 { none; };
dnssec-validation no;
nxdomain-redirect "redirect";
};
// NS9
options {
- query-source address 10.53.0.9;
- notify-source 10.53.0.9;
- transfer-source 10.53.0.9;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
listen-on { none; };
listen-on-v6 { fd92:7065:b8e:ffff::9; };
recursive-clients 0; // regression test for [GL #4987]
options {
- query-source address 10.53.0.2;
- notify-source 10.53.0.2;
- transfer-source 10.53.0.2;
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/listen.conf.j2" %}
port @PORT@;
pid-file "named7.pid";
- listen-on { 10.53.0.2; };
- listen-on-v6 { none; };
recursion no;
dnssec-validation no;
};
*/
options {
- query-source address 10.53.0.3;
- notify-source 10.53.0.3;
- transfer-source 10.53.0.3;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
listen-on {
10.53.0.3;
10.53.0.5;
options {
- query-source address 10.53.0.4;
- notify-source 10.53.0.4;
- transfer-source 10.53.0.4;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
listen-on { 10.53.0.4; };
listen-on-v6 { ::1; };
recursion no;
options {
- query-source address 10.53.0.3;
- query-source-v6 fd92:7065:b8e:ffff::3;
- notify-source 10.53.0.3;
- notify-source-v6 fd92:7065:b8e:ffff::3;
- transfer-source 10.53.0.3;
- transfer-source-v6 fd92:7065:b8e:ffff::3;
- port @PORT@;
+ {% include_indented "_common/options/sources-dual.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
+ {% include_indented "_common/options/listen.conf.j2" %}
tls-port @TLSPORT@;
- pid-file "named.pid";
- listen-on { 10.53.0.3; };
- listen-on-v6 { none; };
recursion no;
dnssec-validation no;
notify no;
};
options {
- port @PORT@;
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
##
# generic
listen-on { 10.53.0.1; };
};
options {
- port @PORT@;
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
##
# generic
listen-on { 10.53.0.1; };
};
options {
- port @PORT@;
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
##
# generic
listen-on { 10.53.0.1; };
};
options {
- port @PORT@;
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
##
# generic
listen-on { 10.53.0.1; };
};
options {
- port @PORT@;
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
##
# generic
listen-on { 10.53.0.1; };
};
options {
- port @PORT@;
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
##
# generic
listen-on { 10.53.0.1; };
};
options {
- port @PORT@;
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
##
# generic
listen-on { 10.53.0.1; };
};
options {
- port @PORT@;
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
##
# generic
listen-on { 10.53.0.1; };
};
options {
- port @PORT@;
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
##
# generic
listen-on { 10.53.0.1; };
};
options {
- port @PORT@;
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
##
# generic
listen-on { 10.53.0.1; };
options {
- query-source address 10.53.0.1;
- notify-source 10.53.0.1;
- transfer-source 10.53.0.1;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
session-keyfile "session.key";
listen-on { 10.53.0.1; 127.0.0.1; };
listen-on-v6 { none; };
options {
- query-source address 10.53.0.2;
- notify-source 10.53.0.2;
- transfer-source 10.53.0.2;
- port @PORT@;
- pid-file "named.pid";
+ {% include_indented "_common/options/sources.conf.j2" %}
+ {% include_indented "_common/options/server.conf.j2" %}
listen-on { 10.53.0.2; 10.53.0.4; };
listen-on-v6 { none; };
allow-transfer { any; };
options {
- port @PORT@;
+ {% include_indented "_common/options/server.conf.j2" %}
+ {% include_indented "_common/options/listen.conf.j2" %}
query-source address 10.53.0.1;
- listen-on { 10.53.0.1; };
- listen-on-v6 { none; };
transfer-source 10.53.0.1;
- pid-file "named.pid";
recursion no;
/*
* Notifications are sent from 10.53.1.1. This, the `notify