mirror of
https://github.com/norohind/hans.git
synced 2025-05-30 07:09:24 +03:00
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.
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.
Languages
C++
65.1%
C
32%
Makefile
2%
Shell
0.9%