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:
@@ -15,10 +15,11 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.6 2000/11/21 23:49:45 gson Exp $ */
|
||||
/* $Id: named.conf,v 1.7 2000/11/22 01:33:57 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; };
|
||||
|
||||
Reference in New Issue
Block a user