https://github.com/lightsing/tls-anything
Make Any Connection over TLS
https://github.com/lightsing/tls-anything
Last synced: about 1 month ago
JSON representation
Make Any Connection over TLS
- Host: GitHub
- URL: https://github.com/lightsing/tls-anything
- Owner: lightsing
- License: mit
- Created: 2017-10-04T12:25:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T05:17:39.000Z (over 8 years ago)
- Last Synced: 2025-01-26T15:30:27.185Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TLS Anything
## How to use
* clone this repo
* `npm install .`
* get ssl certs of your domain (you can use letsencrypt)
* `mv config.example.js config.js`
* modify the `config.js` tlsOptions part and client remotes part.
* `npm start`