make views test work

This commit is contained in:
Mark Andrews
2000-12-19 03:42:36 +00:00
parent f53848e171
commit 96f66b3396
2 changed files with 3 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: controls.conf,v 1.1 2000/12/18 21:04:15 gson Exp $ */
/* $Id: controls.conf,v 1.2 2000/12/19 03:42:34 marka Exp $ */
key rndc_key {
secret "1234abcd8765";
@@ -23,6 +23,6 @@ key rndc_key {
};
controls {
inet 10.53.0.2 port 11953 allow { any; } keys { rndc_key; };
inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
};