NOTICE: This package has been removed from pkgsrc

./wip/iodine, Tool to tunnel IPv4 over DNS

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.6.0rc1, Package name: iodine-0.6.0rc1, Maintainer: mwilhelmy

iodine lets you tunnel IPv4 data through a DNS server. This can be usable in
different situations where internet access is firewalled, but DNS queries are
allowed.

It runs on Linux, Mac OS X, FreeBSD, NetBSD and OpenBSD and needs a TUN/TAP
device. The bandwidth is assymetrical with limited upstream and up to 1 Mbit/s
downstream.

Compared to other DNS tunnel implementations, iodine offers:
* Higher performance: iodine uses the NULL type that allows the downstream
data to be sent without encoding. Each DNS reply can contain nearly a
kilobyte of payload data.

* Portability: iodine runs on many different UNIX-like systems. Tunnels can be
set up between two hosts no matter their endianness or operating system.

* Security: iodine uses challenge-response login secured by MD5 hash. It also
filters out any packets not coming from the IP and port used when logging
in.

* Less setup: iodine handles setting IP number on interfaces automatically,
and up to 8 users can share one server at the same time.


Master sites:

SHA1: 4fa9a248b8a84df8a727a5d749e669e58136edca
RMD160: 6974beac28e07b0c280d7095f15d13699e9cad65
Filesize: 87.722 KB

Version history: (Expand)


CVS history: (Expand)


   2012-12-12 14:19:26 by Thomas Klausner | Files touched by this commit (6) | Package removed
Log message:
Remove iodine, imported to pkgsrc/net.
   2012-09-30 07:44:14 by Aleksej Saushev | Files touched by this commit (35)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-08-18 16:38:07 by Moritz Wilhelmy | Files touched by this commit (1)
Log message:
Remove confusing MESSAGE
   2012-08-16 13:20:07 by Moritz Wilhelmy | Files touched by this commit (1)
Log message:
Checksum for patch-aa
   2012-08-16 13:19:24 by Moritz Wilhelmy | Files touched by this commit (1)
Log message:
Honour CPPFLAGS
   2012-08-06 17:45:40 by mwilhelmy | Files touched by this commit (2)
Log message:
Create a user and chroot directory for iodine
   2012-08-06 17:19:01 by mwilhelmy | Files touched by this commit (1)
Log message:
Indentation
   2012-08-06 15:30:59 by mwilhelmy | Files touched by this commit (1)
Log message:
Set PKGNAME according to DISTNAME.
Thanks to OBATA Akio for pointing this out.