]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_10] Use 127.0.0.1 as interface for rndc in logfileconfig test
authorEvan Hunt <each@isc.org>
Sun, 28 May 2017 21:23:37 +0000 (14:23 -0700)
committerEvan Hunt <each@isc.org>
Sun, 28 May 2017 21:23:37 +0000 (14:23 -0700)
bin/tests/system/logfileconfig/ns1/rndc.conf

index 61fe40959630a7f427cde4fd44fcf094e43050ff..83653593dd1febafc7cd8a09bcdb6a49c26504d6 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc.conf,v 1.2 2011/03/05 23:52:30 tbox Exp $ */
-
 options {
-       default-server localhost;
+       default-server 127.0.0.1;
 };
 
-server localhost {
+server 127.0.0.1 {
        key "rndc-key";
-       addresses   { localhost port 9593; };
+       addresses   { 127.0.0.1 port 9593; };
 };
 
 key "rndc-key" {