added notify-source options

This commit is contained in:
Andreas Gustafsson
2000-11-28 19:07:00 +00:00
parent 78d65c6542
commit f333ea9bdd
40 changed files with 82 additions and 42 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.4 2000/11/21 23:49:59 gson Exp $ */
/* $Id: named.conf,v 1.5 2000/11/28 19:06:45 gson Exp $ */
key "update.example." {
algorithm "hmac-md5";
@@ -24,6 +24,7 @@ key "update.example." {
options {
query-source address 10.53.0.1;
notify-source 10.53.0.1;
transfer-source 10.53.0.1;
port 5300;
pid-file "named.pid";

View File

@@ -15,10 +15,11 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.3 2000/11/22 01:34:11 gson Exp $ */
/* $Id: named.conf,v 1.4 2000/11/28 19:06:46 gson Exp $ */
options {
query-source address 10.53.0.2;
notify-source 10.53.0.2;
transfer-source 10.53.0.2;
port 5300;
pid-file "named.pid";

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:01 gson Exp $ */
/* $Id: named.conf,v 1.3 2000/11/28 19:06:47 gson Exp $ */
options {
query-source address 10.53.0.3;
notify-source 10.53.0.3;
transfer-source 10.53.0.3;
port 5300;
pid-file "named.pid";