mirror of
https://github.com/norohind/hans.git
synced 2025-06-12 13:22:07 +03:00
Changed README updated CHANGES
This commit is contained in:
parent
7261752c5c
commit
02b6626b3c
7
CHANGES
7
CHANGES
@ -1,10 +1,7 @@
|
|||||||
Changelog for hans
|
Release 0.4.2 (Mai 2013)
|
||||||
==================
|
|
||||||
|
|
||||||
Release ???
|
|
||||||
-----------------
|
-----------------
|
||||||
|
* Fixed compilation issue on Linux
|
||||||
* Changed the license of tunemu from GPL to BSD
|
* Changed the license of tunemu from GPL to BSD
|
||||||
* Added this changelog
|
|
||||||
* Minor changes
|
* Minor changes
|
||||||
|
|
||||||
Release 0.4.1 (February 2010)
|
Release 0.4.1 (February 2010)
|
||||||
|
20
README
20
README
@ -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
6
README.md
Normal 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/
|
Loading…
x
Reference in New Issue
Block a user