summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projects/network-manager-iodine.mdwn34
1 files changed, 34 insertions, 0 deletions
diff --git a/projects/network-manager-iodine.mdwn b/projects/network-manager-iodine.mdwn
new file mode 100644
index 0000000..a5ff9fc
--- /dev/null
+++ b/projects/network-manager-iodine.mdwn
@@ -0,0 +1,34 @@
+[[!meta title="Network Manager Iodine VPN Plugin"]]
+[[!meta description="GNOME, Network Manager, Iodine, DNS, Tunnel"]]
+
+NetworkManager-iodine is a [network manager][0] VPN plugin that allows you
+to tunnel your connection through a DNS tunnel. This can be useful if internet
+access is firewalled but DNS traffic is still allowed.
+
+[[!toc ]]
+
+[[!template id=honk_git repo="network-manager-iodine"]]
+
+### Releases
+Tarball releases and [Debian][Debian] packages are available from
+[here](http://honk.sigxcpu.org/projects/network-manager-iodine/).
+
+### Building
+Fetch the source code from git then do a:
+
+ ./autogen.sh
+ make
+ make install
+
+### Dependencies
+You need [network-manager][0] 0.9.2 and [iodine][iodine] 0.6.0-rc1.
+
+### Authors
+network-manager-iodine was written by Guido Günther <<agx@sigxcpu.org>>.
+
+### License
+network-manager-iodine is free software and licensed under the GPL Version 2.
+
+[0]: http://projects.gnome.org/NetworkManager/
+[Debian]: http://debian.org
+[iodine]: http://code.kryo.se/iodine/