Add "features" to README

This commit is contained in:
Сергей Прохоров 2018-06-10 21:48:38 +02:00
parent 9819da2562
commit e7bf7af358
No known key found for this signature in database
GPG key ID: 1C570244E4EF3337

View file

@ -3,7 +3,15 @@ Erlang mtproto proxy
This part of code was extracted from [@socksy_bot](https://t.me/socksy_bot).
This implementation supports promoted channels! See `mtproto_proxy_app.src` `tag` option.
Features
--------
* Promoted channels! See `mtproto_proxy_app.src` `tag` option.
* Multiple ports with unique secret and promo tag for each port
* Automatic configuration reload (no need for restarts once per day)
* Very high performance - can handle tens of thousands connections!
* Small codebase compared to oficial one
* A lots of metrics could be exported (optional)
How to start
------------