mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-05 07:53:23 +00:00
Add clarification about ipv4/ipv6 setup
This commit is contained in:
parent
5079d8bf5e
commit
97b7c604d1
3
README
3
README
|
@ -110,7 +110,8 @@ is IPv4 only.
|
||||||
The client can use IPv4 or IPv6 nameservers to connect to iodined. The relay
|
The client can use IPv4 or IPv6 nameservers to connect to iodined. The relay
|
||||||
nameservers will translate between protocols automatically if needed. Use
|
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
|
options -4 or -6 to force the client to use a specific IP version for its DNS
|
||||||
queries.
|
queries. The client has to force IPv4 if it has dual-stack connectivity and
|
||||||
|
the hostname handling the tunnel domain has both A and AAAA records.
|
||||||
|
|
||||||
Routing:
|
Routing:
|
||||||
It is possible to route all traffic through the DNS tunnel. To do this, first
|
It is possible to route all traffic through the DNS tunnel. To do this, first
|
||||||
|
|
Loading…
Reference in a new issue