diff options
Diffstat (limited to 'win32utils/index.html')
-rw-r--r-- | win32utils/index.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/win32utils/index.html b/win32utils/index.html new file mode 100644 index 0000000..04e6dfb --- /dev/null +++ b/win32utils/index.html @@ -0,0 +1,57 @@ +<!-- + - Copyright (C) Internet Systems Consortium, Inc. ("ISC") + - + - This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. + - + - See the COPYRIGHT file distributed with this work for additional + - information regarding copyright ownership. +--> + +<html> +<head> +<title>Bind9 docs index</title> +</head> +<body> +<big><b>Bind 9.x documents</b></big> +<ul> + <li><a href="readme1st.txt">readme1st.txt</a> | + <a href="README">README</a> + <li><a href="FAQ">FAQ</a> | + <a href="CHANGES">CHANGES</a> | + <a href="COPYRIGHT">COPYRIGHT</a> | + <a href="notes.pdf">RELEASE NOTES</a> + <li>Migration: <a href="migration">v8 to v9</a> | + <a href="migration-4to9">v4 to v9</a> + <li><a href="named.html">named</a> | + <a href="Bv9ARM.html"><b>BIND 9 Administrator Reference Manual</b></a> (ARM) | + <a href="Bv9ARM.pdf">ARM</a> (PDF version) +</ul> +<b>BIND tools:</b> +<ul> + <li><a href="ddns-confgen.html">ddns-confgen</a><br> + <li><a href="dig.html">dig</a> + <li><a href="dnssec-dsfromkey.html">dnssec-dsfromkey</a> + <li><a href="dnssec-keygen.html">dnssec-keygen</a> | + <a href="dnssec-keyfromlabel.html">dnssec-keyfromlabel</a> | + <a href="dnssec-importkey.html">dnssec-importkey</a> + <li><a href="dnssec-settime.html">dnssec-settime</a> | + <a href="dnssec-revoke.html">dnssec-revoke</a> + <li><a href="dnssec-signzone.html">dnssec-signzone</a> | + <a href="dnssec-verify.html">dnssec-verify</a> + <li><a href="host.html">host</a> + <li><a href="named-checkconf.html">named-checkconf</a> | + <a href="named-checkzone.html">named-checkzone</a> + <li><a href="nslookup.html">nslookup</a> + <li><a href="nsupdate.html">nsupdate</a> + <li><a href="pkcs11-keygen.html">pkcs11-keygen</a> | + <a href="pkcs11-list.html">pkcs11-list</a> | + <a href="pkcs11-destroy.html">pkcs11-destroy</a> | + <a href="pkcs11-tokens.html">pkcs11-destroy</a> + <li><a href="rndc.html">rndc</a> | + <a href="rndc.conf.html">rndc.conf</a> | + <a href="rndc-confgen.html">rndc-confgen</a> +</ul> +</body> +</html> |