Hyperminimal https server
Go to file
2015-03-28 18:55:12 +01:00
.gitignore Initial commit 2014-09-21 16:43:48 +02:00
hyp.py Add new upload mode 2015-03-28 18:55:12 +01:00
README.md Initial commit 2014-09-21 17:00:56 +02:00

#hyp ###hyperminimal https server Also pyh(tts) backward.

Perfect for sharing files on the fly.

Usage

hyp

Will load tls certificates inside /usr/local/etc/openssl and starts serving the working directory on every interface, on port 443.

hyp localhost 8080

Use custom address and port.

hyp -t /etc/ssl

Use another directory.

Without any key/certificate hyp will fallback to http.

License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html