[v9_11] Use 127.0.0.1 as interface for rndc in logfileconfig test
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user