Ticket #107 (new enhancement)
Opened 7 months ago
IPv6 support
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Version: | 0.5.2 "WifiFree" | Keywords: | |
| Cc: |
Description
This patch adds IPv6 supports to iodine. It'll work on both IPv4 and IPv6 DNS servers, although direct connections will only be done if initial communications client->DNS server and DNS server->iodine are using the same IP version.
Inside tunnel is still IPv4 only, but I could try to add IPv6 if someone is interested.
It also adds support for Linux TPROXY iptables functionality, quite useful as there isn't DNAT in IPv6.
Contact: jachirica@…
Attachments
Change History
Changed 4 months ago by tarakeshwar
-
attachment
iodine_ipv6.patch
added
The patch is implemented with the following new features: -> The patch provides both an IPv6 address and IPv4 address for the vtun interface. -> Iodine-Iodined communication can now happen over pure IPv6 nameservers over the INTERNET. ->Support of these two capabilities only for the LINUX platform.

IPv6 patch