yarrick / iodine

Official git repo for iodine dns tunnel
https://code.kryo.se/iodine
ISC License
6.26k stars 508 forks source link

Fix -4 and -6 flags #23

Closed jovial closed 8 years ago

jovial commented 8 years ago

This allows you to run iodined if the autodetected IP for and address family you aren't using is invalid. This occurs for instance if you disable IPV6, e.g on with the following sysctl options on Linux:

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1