diff --git a/bin/named/named.conf.docbook b/bin/named/named.conf.docbook index 1b245d73b5..33cd16236b 100644 --- a/bin/named/named.conf.docbook +++ b/bin/named/named.conf.docbook @@ -17,7 +17,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + Aug 13, 2004 @@ -290,6 +290,7 @@ options { allow-update-forwarding { address_match_element; ... }; update-check-ksk boolean; + masterfile-format ( text | raw ); notify notifytype; notify-source ( ipv4_address | * ) port ( integer | * ) ; notify-source-v6 ( ipv6_address | * ) port ( integer | * ) ; @@ -445,6 +446,7 @@ view string optional_class allow-update-forwarding { address_match_element; ... }; update-check-ksk boolean; + masterfile-format ( text | raw ); notify notifytype; notify-source ( ipv4_address | * ) port ( integer | * ) ; notify-source-v6 ( ipv6_address | * ) port ( integer | * ) ; @@ -533,6 +535,7 @@ zone string optional_class }; update-check-ksk boolean; + masterfile-format ( text | raw ); notify notifytype; notify-source ( ipv4_address | * ) port ( integer | * ) ; notify-source-v6 ( ipv6_address | * ) port ( integer | * ) ;