]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen v9_8
authorTinderbox User <tbox@isc.org>
Thu, 14 Mar 2013 01:10:35 +0000 (01:10 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 14 Mar 2013 01:10:35 +0000 (01:10 +0000)
FAQ
FAQ.xml

diff --git a/FAQ b/FAQ
index 9e3469ce4ae24646cfa391698e827b5f740b2c68..5e86a082f5cba23e75ac37d5901d0032d7e6fd5d 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -1,6 +1,6 @@
 Frequently Asked Questions about BIND 9
 
-Copyright © 2004-2010 Internet Systems Consortium, Inc. ("ISC")
+Copyright © 2004-2010, 2013 Internet Systems Consortium, Inc. ("ISC")
 
 Copyright © 2000-2003 Internet Software Consortium.
 
@@ -869,7 +869,7 @@ A: If you run Tiger(Mac OS 10.4) or later then this is all you need to do:
    Copy the key statement from /etc/rndc.conf into /etc/rndc.key, e.g.:
 
    key "rndc-key" {
-           algorithm hmac-md5;
+           algorithm hmac-sha256;
            secret "uvceheVuqf17ZwIcTydddw==";
    };
 
diff --git a/FAQ.xml b/FAQ.xml
index 7b21689ce9057d46374b423b577fabf260c0b8f7..4face9e9201c5d3737155e03b70809b43e6315fb 100644 (file)
--- a/FAQ.xml
+++ b/FAQ.xml
@@ -1564,7 +1564,7 @@ rand_irqs="3 14 15"</programlisting>
        <informalexample>
          <programlisting>
 key "rndc-key" {
-       algorithm hmac-md5;
+       algorithm hmac-sha256;
        secret "uvceheVuqf17ZwIcTydddw==";
 };</programlisting>
        </informalexample>