Changed README updated CHANGES

This commit is contained in:
Friedrich Schöller 2013-05-02 03:09:47 +02:00
parent 7261752c5c
commit 02b6626b3c
3 changed files with 8 additions and 25 deletions

View File

@ -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)

20
README
View File

@ -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

6
README.md Normal file
View File

@ -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/