pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/iodine



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 12 13:19:06 UTC 2012

Added Files:
        pkgsrc/net/iodine: DESCR Makefile PLIST distinfo
        pkgsrc/net/iodine/patches: patch-aa patch-ab

Log Message:
Import iodine-0.6.0rc1 as net/iodine, packaged for wip by Moritz Wilhelmy,
Georg Schwarz and MJ Turner.

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/iodine/DESCR pkgsrc/net/iodine/Makefile \
    pkgsrc/net/iodine/PLIST pkgsrc/net/iodine/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/iodine/patches/patch-aa \
    pkgsrc/net/iodine/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index