mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
remove synatx errors from example
This commit is contained in:
parent
9d856845d6
commit
d937817697
6
FAQ.xml
6
FAQ.xml
@ -17,7 +17,7 @@
|
|||||||
- PERFORMANCE OF THIS SOFTWARE.
|
- PERFORMANCE OF THIS SOFTWARE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- $Id: FAQ.xml,v 1.51 2009/10/05 01:49:59 each Exp $ -->
|
<!-- $Id: FAQ.xml,v 1.52 2009/11/03 14:02:20 marka Exp $ -->
|
||||||
|
|
||||||
<article class="faq">
|
<article class="faq">
|
||||||
<title>Frequently Asked Questions about BIND 9</title>
|
<title>Frequently Asked Questions about BIND 9</title>
|
||||||
@ -448,7 +448,7 @@ Master 10.0.1.1:
|
|||||||
type master;
|
type master;
|
||||||
file "internal/example.db";
|
file "internal/example.db";
|
||||||
allow-update { key mykey; };
|
allow-update { key mykey; };
|
||||||
notify-also { 10.0.1.1; };
|
also-notify { 10.0.1.1; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -458,7 +458,7 @@ Master 10.0.1.1:
|
|||||||
type slave;
|
type slave;
|
||||||
file "external/example.db";
|
file "external/example.db";
|
||||||
masters { 10.0.1.1; };
|
masters { 10.0.1.1; };
|
||||||
transfer-source { 10.0.1.1; };
|
transfer-source 10.0.1.1;
|
||||||
// allow-update-forwarding { any; };
|
// allow-update-forwarding { any; };
|
||||||
// allow-notify { ... };
|
// allow-notify { ... };
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user