aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/doc/README.DNS64
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-03-18 18:50:21 +0200
committerRiccardo Spagni <ric@spagni.net>2018-03-18 18:50:21 +0200
commit1f6e6001ed37b48788ef071f3297b7e9d67586a5 (patch)
tree7ff391303a4b5643294bc4f91d1c493791f98879 /external/unbound/doc/README.DNS64
parentMerge pull request #3426 (diff)
parentUnbound: add git submodule for unbound (diff)
downloadmonero-1f6e6001ed37b48788ef071f3297b7e9d67586a5.tar.xz
Merge pull request #2133
efe70a15 Unbound: add git submodule for unbound (anonimal) 84c5a9ba Unbound: remove unbound from in-tree source (anonimal)
Diffstat (limited to '')
-rw-r--r--external/unbound/doc/README.DNS6430
1 files changed, 0 insertions, 30 deletions
diff --git a/external/unbound/doc/README.DNS64 b/external/unbound/doc/README.DNS64
deleted file mode 100644
index 49446ac57..000000000
--- a/external/unbound/doc/README.DNS64
+++ /dev/null
@@ -1,30 +0,0 @@
-The DNS64 code was written by Viagenie, 2009, by Simon Perrault as part
-of the Ecdysis project. The code is copyright by them, and has the BSD
-license (see the dns64/dns64.c file).
-
-To enable DNS64 functionality in Unbound, two directives in unbound.conf must
-be edited:
-
-1. The "module-config" directive must start with "dns64". For example:
-
- module-config: "dns64 validator iterator"
-
-If you're not using DNSSEC then you may remove "validator".
-
-2. The "dns64-prefix" directive indicates your DNS64 prefix. For example:
-
- dns64-prefix: 64:FF9B::/96
-
-The prefix must be a /96 or shorter.
-
-To test that things are working right, perform a query against Unbound for a
-domain name for which no AAAA record exists. You should see a AAAA record in
-the answer section. The corresponding IPv6 address will be inside the DNS64
-prefix. For example:
-
- $ unbound -c unbound.conf
- $ dig @localhost jazz-v4.viagenie.ca aaaa
- [...]
- ;; ANSWER SECTION:
- jazz-v4.viagenie.ca. 86400 IN AAAA 64:ff9b::ce7b:1f02
-