mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add query-source everywhere
Fix out output
This commit is contained in:
parent
7cbfebb762
commit
5458e9245c
20 changed files with 20 additions and 7 deletions
|
|
@ -1,11 +1,11 @@
|
|||
// NS1
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.1 port 5300;
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.1; };
|
||||
query-source address 10.53.0.1;
|
||||
recursion no;
|
||||
notify yes;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
// NS2
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.2 port 5300;
|
||||
port 5300;
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.2; };
|
||||
query-source address 10.53.0.2;
|
||||
recursion no;
|
||||
notify yes;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
// NS3
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.3 port 5300;
|
||||
port 5300;
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.3; };
|
||||
query-source address 10.53.0.3;
|
||||
recursion no;
|
||||
notify yes;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
// NS4
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.4 port 5300;
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.4; };
|
||||
query-source address 10.53.0.4;
|
||||
recursion yes;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
// NS5
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.5 port 5300;
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.5; };
|
||||
query-source address 10.53.0.5;
|
||||
recursion yes;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
options {
|
||||
query-source address 10.53.0.1 port 5300;
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
options {
|
||||
query-source address 10.53.0.2 port 5300;
|
||||
port 5300;
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.2; };
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
options {
|
||||
query-source address 10.53.0.1 port 5300;
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ echo "T:$test:1:A" >&2
|
|||
test -f /var/run/system_test_ifsetup ||
|
||||
test -f /etc/system_test_ifsetup ||
|
||||
{ echo "I:Interfaces not set up. Not trying system tests." >&2;
|
||||
echo "R:UNTESTED" >&2
|
||||
echo "E:$test:`date`" >&2
|
||||
exit 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ do
|
|||
do
|
||||
x=`expr $x + 1`
|
||||
if [ $x = 5 ]; then
|
||||
echo "I: Couldn't start servers!"
|
||||
echo "I: Couldn't start server $d!"
|
||||
exit 1
|
||||
fi
|
||||
sleep 1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
options {
|
||||
query-source address 10.53.0.1 port 5300;
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
options {
|
||||
query-source address 10.53.0.2 port 5300;
|
||||
port 5300;
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.2; };
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
options {
|
||||
query-source address 10.53.0.2 port 5300;
|
||||
port 5300;
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.2;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
options {
|
||||
query-source address 10.53.0.3 port 5300;
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
options {
|
||||
query-source address 10.53.0.3 port 5300;
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
options {
|
||||
query-source address 10.53.0.1 port 5300;
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
options {
|
||||
query-source address 10.53.0.2 port 5300;
|
||||
port 5300;
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.2; };
|
||||
query-source address 10.53.0.2 port 1995;
|
||||
recursion no;
|
||||
notify yes;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
options {
|
||||
query-source address 10.53.0.3 port 5300;
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
options {
|
||||
query-source address 10.53.0.1 port 5300;
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
options {
|
||||
query-source address 10.53.0.2 port 5300;
|
||||
port 5300;
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.2; };
|
||||
|
|
|
|||
Loading…
Reference in a new issue