1
2
Derivar 1

add another example

Este cometimento está contido em:
AJ ONeal 2016-10-06 15:16:21 -06:00
ascendente 4578d593d8
cometimento 53a89f7a48
1 ficheiros modificados com 8 adições e 1 eliminações

Ver ficheiro

@ -23,7 +23,14 @@ npm install -g stunnel
How to use `stunnel.js` with your own instance of `stunneld.js`:
```bash
stunnel.js --locals http:john.example.com:3000,https:john.example.com --stunneld https://tunnel.example.com:443 --secret abc123
stunnel.js --locals john.example.com --stunneld wss://tunnel.example.com:443 --secret abc123
```
```bash
stunnel.js \
--locals http:john.example.com:3000,https:john.example.com \
--stunneld wss://tunnel.example.com:443 \
--secret abc123
```
```