From 9d0174e5da39aa5a0940322efe3de11b523d2d30 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Sun, 28 May 2017 14:23:37 -0700 Subject: [PATCH] [v9_10] Use 127.0.0.1 as interface for rndc in logfileconfig test --- bin/tests/system/logfileconfig/ns1/rndc.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bin/tests/system/logfileconfig/ns1/rndc.conf b/bin/tests/system/logfileconfig/ns1/rndc.conf index 61fe409596..83653593dd 100644 --- a/bin/tests/system/logfileconfig/ns1/rndc.conf +++ b/bin/tests/system/logfileconfig/ns1/rndc.conf @@ -14,15 +14,13 @@ * 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" {