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,10 +15,11 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.2 2000/11/21 23:50:00 gson Exp $ */
/* $Id: named.conf,v 1.3 2000/11/22 01:34:11 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; };