mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
only one transfer-source is allowed.
This commit is contained in:
parent
dbc41c8290
commit
c210363ad9
1 changed files with 1 additions and 2 deletions
|
|
@ -15,12 +15,11 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.13 2000/11/22 01:34:19 gson Exp $ */
|
||||
/* $Id: named.conf,v 1.14 2000/11/22 12:20:54 marka Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.2;
|
||||
transfer-source 10.53.0.2;
|
||||
transfer-source 10.53.0.2;
|
||||
port 5300;
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.2; };
|
||||
|
|
|
|||
Loading…
Reference in a new issue