Няма описание

Mohamed Al Ashaal 7e5132e857 fixed err: http: multiple response.WriteHeader calls преди 7 години
LICENSE 03ed497e66 Add an MIT LICENSE file преди 8 години
README.md bf74b1983c Create README.md преди 8 години
colorize.go 1abed6b2bc initializing the new version преди 7 години
flags.go 32bd6eb64c initializing the new version преди 7 години
hosts.go 32bd6eb64c initializing the new version преди 7 години
main.go 32bd6eb64c initializing the new version преди 7 години
server.go 7e5132e857 fixed err: http: multiple response.WriteHeader calls преди 7 години

README.md

HTTPSify v2

A letsencrypt based reverse proxy to automatically handles ssl termination with no hassle .
It listens on :443 by default DON'T CHANGE IT because letsencrypt uses that port to confirm ownership of your domains .

Features

  • Auto SSL Certs generation and renewal .
  • Now you can specify custom backends for custom domains .
  • Now serves websocket based requestes easily with no problem .

Requirements

  • Golang >= 1.7

Installation

go get github.com/alash3al/httpsify

Usage

run the following command and you will get some examples at the end .

httpsify --help

Author

Mohammed Al Ashaal, a problem solver ;)