]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Don't use production address (127.0.0.1) in runtime system test.
authorMark Andrews <marka@isc.org>
Mon, 31 Aug 2020 03:51:47 +0000 (13:51 +1000)
committerMark Andrews <marka@isc.org>
Thu, 10 Sep 2020 10:21:03 +0000 (20:21 +1000)
(cherry picked from commit 1f147059386aa3f60206af715abc4fc278b68049)

bin/tests/system/runtime/ns2/named-alt4.conf.in
bin/tests/system/runtime/ns2/named-alt5.conf.in
bin/tests/system/runtime/ns2/named-alt6.conf.in
bin/tests/system/runtime/ns2/named-alt9.conf.in

index 49c9e675b1435c67820f4a64c309e99b8d06e213..6128e141341a0d553a0fab3de2f1542c777cbfd6 100644 (file)
@@ -14,7 +14,7 @@ options {
        include "nopemkd";
        port @PORT@;
        pid-file "named.pid";
-       listen-on { 127.0.0.1; };
+       listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion yes;
        dnssec-validation auto;
index 7d413fdcf60e1f20123d6597e143f4dec2247c19..445e93908ce8c061dad6cc5712f8acc3f1722187 100644 (file)
@@ -13,7 +13,7 @@ options {
        include "nopedir";
        port @PORT@;
        pid-file "../named.pid";
-       listen-on { 127.0.0.1; };
+       listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
        dnssec-validation auto;
index 4e35f26be402e4838d1cdeb60ab25a144ac0d58f..363e68e8d8a83b746b0dee0c2ab154a501897666 100644 (file)
@@ -14,7 +14,7 @@ options {
        include "../mkd";
        port @PORT@;
        pid-file "../named.pid";
-       listen-on { 127.0.0.1; };
+       listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
        dnssec-validation auto;
index 7a5cb244e872a2e78a21ff1cdc94efcbf8872086..9457d300d4e3b81172c78e83801eab2fb06af939 100644 (file)
@@ -12,7 +12,7 @@
 options {
        port @PORT@;
        pid-file "named9.pid";
-       listen-on { 127.0.0.1; };
+       listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
 };