From: Evan Hunt Date: Sun, 28 May 2017 21:23:06 +0000 (-0700) Subject: [master] Use 127.0.0.1 as interface for rndc in logfileconfig test X-Git-Tag: v9.12.0a1~275 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5f6aa5954c4f877e4040638c8cfcc1194ac55d29;p=thirdparty%2Fbind9.git [master] Use 127.0.0.1 as interface for rndc in logfileconfig test --- diff --git a/bin/tests/system/logfileconfig/ns1/rndc.conf b/bin/tests/system/logfileconfig/ns1/rndc.conf index 2697f70b94a..e9471ddfb05 100644 --- a/bin/tests/system/logfileconfig/ns1/rndc.conf +++ b/bin/tests/system/logfileconfig/ns1/rndc.conf @@ -6,15 +6,13 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -/* $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" {