Friedrich Schöller 0801a67257 Fix server name resolution
When resolving the name of a server, the result was always assumed to
be an IPv4 address, even if an IPv6 address was actually returned.

Use `getaddrinfo` instead of `gethostbyname` and specify that we are
only interested in IPv4 addresses.
2017-05-13 14:21:33 +02:00
2017-05-13 14:21:33 +02:00
2016-11-18 15:53:39 +01:00
2013-05-02 03:06:43 +02:00
2013-05-13 13:58:37 +02:00
2016-11-18 14:21:47 +01:00
2013-05-02 03:10:51 +02:00

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/

Description
IP over ICMP
Readme GPL-3.0 180 KiB
Languages
C++ 65.1%
C 32%
Makefile 2%
Shell 0.9%