mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 07:00:05 -04:00
[v9_10] Use 127.0.0.1 as interface for rndc in logfileconfig test
This commit is contained in:
parent
10a12de0ef
commit
9d0174e5da
1 changed files with 3 additions and 5 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue