An open API service indexing awesome lists of open source software.

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

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`