From e7bf7af3583dc6db318e345e06cc40b9d279bc50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=9F=D1=80=D0=BE?= =?UTF-8?q?=D1=85=D0=BE=D1=80=D0=BE=D0=B2?= Date: Sun, 10 Jun 2018 21:48:38 +0200 Subject: [PATCH] Add "features" to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92e364e..cd992ec 100644 --- a/README.md +++ b/README.md @@ -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 ------------