diff --git a/README.md b/README.md index bdb8a18..bae5157 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,7 @@ - - -About Daplie: We're taking back the Internet! --------------- - -Down with Google, Apple, and Facebook! - -We're re-decentralizing the web and making it read-write again - one home cloud system at a time. - -Tired of serving the Empire? Come join the Rebel Alliance: - -jobs@daplie.com | [Invest in Daplie on Wefunder](https://daplie.com/invest/) | [Pre-order Cloud](https://daplie.com/preorder/), The World's First Home Server for Everyone - - - # tunnel-packer +| Sponsored by [ppl](https://ppl.family) | + A strategy for packing and unpacking tunneled network messages (or any stream) in node.js Examples @@ -127,4 +114,4 @@ Note that `16 03 01 00` starts at the 29th byte (at index 28 or 0x1C) instead of 00000d0 02 01 00 00 0d 00 0c 00 0a 05 01 04 01 02 01 04 00000e0 03 02 03 00000e3 -``` \ No newline at end of file +``` diff --git a/package.json b/package.json index 6301b67..9db751e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "proxy-packer", - "version": "1.4.1", + "name": "tunnel-packer", + "version": "1.4.2", "description": "A strategy for packing and unpacking a proxy stream (i.e. packets through a tunnel). Handles multiplexed and tls connections. Used by telebit and telebitd.", "main": "index.js", "scripts": {