]> 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:00:53 +0000 (20:00 +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 6c729492d4e1d8cce2b299ccfd5f6157088c4a0d..dca9ccff06caedbe03d4851864a522a8762df137 100644 (file)
@@ -13,7 +13,7 @@ options {
        directory "./nope";
        port @PORT@;
        pid-file "named.pid";
-       listen-on { 127.0.0.1; };
+       listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
 };
index c5735353a8b6a3178cf91a6dc6f1b48e02602f84..d2dbf3f955fce7827e23a1a3b03c168332788e2a 100644 (file)
@@ -13,7 +13,7 @@ options {
        managed-keys-directory "./nope";
        port @PORT@;
        pid-file "named.pid";
-       listen-on { 127.0.0.1; };
+       listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
 };
index 7409e95e95a4fe2638c227fef3eb5eca616aebea..283457b5881e7aa09cc431709999b2e112b0e557 100644 (file)
@@ -13,7 +13,7 @@ options {
        new-zones-directory "./nope";
        port @PORT@;
        pid-file "named.pid";
-       listen-on { 127.0.0.1; };
+       listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion no;
 };
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;
 };