mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
only one transfer-source is allowed.
This commit is contained in:
parent
dbc41c8290
commit
c210363ad9
@ -15,12 +15,11 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* 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 {
|
options {
|
||||||
query-source address 10.53.0.2;
|
query-source address 10.53.0.2;
|
||||||
transfer-source 10.53.0.2;
|
transfer-source 10.53.0.2;
|
||||||
transfer-source 10.53.0.2;
|
|
||||||
port 5300;
|
port 5300;
|
||||||
pid-file "named.pid";
|
pid-file "named.pid";
|
||||||
listen-on { 10.53.0.2; };
|
listen-on { 10.53.0.2; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user