diff --git a/CHANGES b/CHANGES index 4709e87..c531e0a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,7 @@ -Changelog for hans -================== - -Release ??? +Release 0.4.2 (Mai 2013) ----------------- +* Fixed compilation issue on Linux * Changed the license of tunemu from GPL to BSD -* Added this changelog * Minor changes Release 0.4.1 (February 2010) diff --git a/README b/README deleted file mode 100644 index 40169d5..0000000 --- a/README +++ /dev/null @@ -1,20 +0,0 @@ -### Documentation ### - -http://code.gerade.org/hans/ - -### Compiling ### - -make - -### Running as a server ### - -./hans -s 10.1.2.0 -r -p password -u nobody -echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all - -### Running as a client ### - -./hans -c server_address -p password -u nobody - -### Help ### - -./hans diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ab9e2e --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Hans - IP over ICMP +=================== + +Hans makes it possible to tunnel IPv4 through ICMP echo packets, so you could call it a ping tunnel. This can be useful when you find yourself in the situation that your Internet access is firewalled, but pings are allowed. + +http://code.gerade.org/hans/