diff options
author | lippe <lippe@FreeBSD.org> | 2013-06-29 04:45:36 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2013-06-29 04:45:36 +0800 |
commit | 0046874fa91495692f56dd4ac6e1c13b4520264c (patch) | |
tree | d81eb2d10bb1ea83cf106f25986d4d63f068011f /net/Makefile | |
parent | 28e49400027710f4aa76ce7bf7e349174f0596e2 (diff) | |
download | freebsd-ports-gnome-0046874fa91495692f56dd4ac6e1c13b4520264c.tar.gz freebsd-ports-gnome-0046874fa91495692f56dd4ac6e1c13b4520264c.tar.zst freebsd-ports-gnome-0046874fa91495692f56dd4ac6e1c13b4520264c.zip |
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.
WWW: http://code.gerade.org/hans/
PR: ports/177649
Submitted by: Alexander Panyushkin <vsityz@gmail.com>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 4e39f8b4a3e2..d57e26dab5bc 100644 --- a/net/Makefile +++ b/net/Makefile @@ -206,6 +206,7 @@ SUBDIR += gupnp-ui SUBDIR += gutenfetch SUBDIR += gwhois + SUBDIR += hanstunnel SUBDIR += haproxy SUBDIR += haproxy-devel SUBDIR += hawknl |