added 'transfer-source' directives to all system test named.conf

files, so that tests succeed while transfer-source is still being (ab)used as
the notify source address
This commit is contained in:
Andreas Gustafsson
2000-11-22 01:34:19 +00:00
parent 01da43e63a
commit 4f37905cc3
32 changed files with 66 additions and 34 deletions

View File

@@ -15,14 +15,15 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named1.conf,v 1.11 2000/08/01 01:16:57 tale Exp $ */
/* $Id: named1.conf,v 1.12 2000/11/22 01:34:13 gson Exp $ */
options {
query-source address 10.53.0.2;
transfer-source 10.53.0.2;
port 5300;
pid-file "named.pid";
listen-on { 10.53.0.2; };
listen-on-v6 {none;};
listen-on-v6 { none; };
recursion no;
notify yes;
};