diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-12-18 23:31:09 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2017-12-18 23:31:09 +0100 |
commit | 3c491a8bec71606b7af5f1d8c34de8e9710bbe13 (patch) | |
tree | 8d909a5a1fc72138887078c9c54b3b6514253234 /web | |
parent | 9c82c27e6326609150db837f37077774a8a5919c (diff) |
ptunnel-ng:
* this is now an autotools project (added/renamed required files e.g. AUTHORS, COPYING)
* removed user defined ip header (buggy; not useful anymore)
Diffstat (limited to 'web')
-rwxr-xr-x | web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index 1df601a..57dab72 100755 --- a/web/index.html +++ b/web/index.html @@ -1,12 +1,12 @@ <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> -<title>Ping Tunnel - Send TCP traffic over ICMP</title> +<title>Ping Tunnel [N]ew[G]eneration - Send TCP traffic over ICMP</title> </head> <body> <TABLE BORDER=0 BGCOLOR="#999999" CELLSPACING=0 CELLPADDING=5 WIDTH="100%"> <TR><TD BGCOLOR="#EEEEEE" VALIGN=TOP WIDTH="100%" COLSPAN=2> -<h1>Ping Tunnel</h1> +<h1>Ping Tunnel [N]ew[G]eneration</h1> <h4>For those times when everything else is blocked.</h4> <h5>By Daniel Stødle, daniels@cs.uit.no</h5> <h5><i>Last updated: 5. September 2011</i></h5> |