diff --git a/README b/README index 485086e..077c511 100644 --- a/README +++ b/README @@ -61,9 +61,10 @@ possible to allow maximum throughput. PORTABILITY: -iodine has been tested on Linux (x86 and SPARC64), FreeBSD (x86) and -OpenBSD (x86). It should work on other unix-like systems as well that has -TUN/TAP tunneling support. Let us know if you get it to run on other platforms. +iodine has been tested on Linux (x86 and SPARC64), FreeBSD (x86), OpenBSD (x86) +and MacOS X (10.3, ppc, with http://www-user.rhrk.uni-kl.de/~nissler/tuntap/). +It should work on other unix-like systems as well that has TUN/TAP tunneling +support. Let us know if you get it to run on other platforms. THE NAME: diff --git a/TODO b/TODO new file mode 100644 index 0000000..67efc51 --- /dev/null +++ b/TODO @@ -0,0 +1,12 @@ + +iodine - IP over DNS is now easy + + http://code.kryo.se/iodine + +******************************** + +STUFF TO DO: + +- Handle multiple concurrent users on one server + +- Better encoding (use all five bits in upstream data, a-z0-9)