genshen / wssocks

socks5 over websocket
MIT License
147 stars 27 forks source link

add flags to server sub-command to support HTTPS/tls #25

Closed genshen closed 3 years ago

genshen commented 3 years ago

By adding --tls, --tls-cert-file, --tls-key-file to 'server' sub-command, server side now support HTTPS/TLS. User can enable tls and specifix certificate file and private key file in server cli.

implementation of feature request #11