1
0
Fork 0
Esse commit está contido em:
AJ ONeal 2018-04-28 19:44:09 -06:00
commit ae2ad20059
2 arquivos alterados com 5 adições e 18 exclusões

Ver arquivo

@ -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
| 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
```
```

Ver arquivo

@ -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": {