v1.4.2
This commit is contained in:
parent
91965622b3
commit
ae2ad20059
17
README.md
17
README.md
|
@ -1,20 +1,7 @@
|
||||||
<!-- BANNER_TPL_BEGIN -->
|
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
||||||
<a href="mailto:jobs@daplie.com">jobs@daplie.com</a> | [Invest in Daplie on Wefunder](https://daplie.com/invest/) | [Pre-order Cloud](https://daplie.com/preorder/), The World's First Home Server for Everyone
|
|
||||||
|
|
||||||
<!-- BANNER_TPL_END -->
|
|
||||||
|
|
||||||
# tunnel-packer
|
# tunnel-packer
|
||||||
|
|
||||||
|
| Sponsored by [ppl](https://ppl.family) |
|
||||||
|
|
||||||
A strategy for packing and unpacking tunneled network messages (or any stream) in node.js
|
A strategy for packing and unpacking tunneled network messages (or any stream) in node.js
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "proxy-packer",
|
"name": "tunnel-packer",
|
||||||
"version": "1.4.1",
|
"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.",
|
"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",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue