From c300636477dcdc87971dad8da79199b8ae4a8125 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 24 Apr 2018 01:49:56 +0000 Subject: [PATCH 1/3] node node v9x bug --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1ff73dd..a7cfe25 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ the ARGUMENTS, such as SECRET, MUST BE CHANGED. *TODO*: make `--config /path/to/config` the only argument (and have the secret auto-generated on first run?) +## Note: Use node.js v8.x + +There is a bug in node v9.x that causes stunneld to crash. + +https://github.com/nodejs/node/issues/20241 + ### Advanced Usage How to use `stunnel.js` with your own instance of `stunneld.js`: From 2b62ac2109f2e21a964d1a126d18feb95ab86e45 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 24 Apr 2018 01:53:11 +0000 Subject: [PATCH 2/3] update links --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7cfe25..df910e7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +| Sponsored by [ppl](https://ppl.family) | **tunnel-server.js** | [tunnel-client.js](https://git.coolaj86.com/coolaj86/tunnel-client.js) # stunneld.js A server that works in combination with [stunnel.js](https://git.coolaj86.com/coolaj86/tunnel-client.js) From 7f3c8ee96db4414ff2f6bc64d7158ce4f393fae1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 24 Apr 2018 01:53:27 +0000 Subject: [PATCH 3/3] update links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df910e7..8aafb2d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -| Sponsored by [ppl](https://ppl.family) | **tunnel-server.js** | [tunnel-client.js](https://git.coolaj86.com/coolaj86/tunnel-client.js) +| Sponsored by [ppl](https://ppl.family) | **tunnel-server.js** | [tunnel-client.js](https://git.coolaj86.com/coolaj86/tunnel-client.js) | # stunneld.js A server that works in combination with [stunnel.js](https://git.coolaj86.com/coolaj86/tunnel-client.js)