From 0032ffa055d194e3b144af432089ba7c5fff1900 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Wed, 25 Aug 2021 22:18:38 +0200 Subject: [PATCH] readme: Add IPv6 DNS setup example --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 480ba54..df449c3 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,13 @@ nameservers will translate between protocols automatically if needed. Use options `-4` or `-6` to force the client to use a specific IP version for its DNS queries. +If your server is listening on IPv6 and is reachable, add an AAAA record for it +to your DNS setup. Extending the example above would look like this: + + t1 IN NS t1ns.mydomain.com. ; note the dot! + t1ns IN A 10.15.213.99 + t1ns IN AAAA 2001:db8::1001:99 + #### Routing It is possible to route all traffic through the DNS tunnel. To do this, first add a host route to the nameserver used by iodine over the wired/wireless