From f9158e3129efd4ccdc291aefb840209791226a77 Mon Sep 17 00:00:00 2001 From: Viktor Oreshkin Date: Thu, 19 Jul 2018 10:12:10 +0300 Subject: [PATCH] Update readme (fix #173) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 16b2d94..e3c131c 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,15 @@ Also feel free to check out other options using `mtproto-proxy --help`. 7. Set received tag with arguments: `-P ` 8. Enjoy. +## Random padding +Due to some ISPs detecting MTProxy by packet sizes, random padding is +added to packets if such mode is enabled. + +It's only enabled for clients which request it. + +Add `dd` prefix to secret (`cafe...babe` => `ddcafe...babe`) to enable +this mode on client side. + ## Systemd example configuration 1. Create systemd service file (it's standart path for the most Linux distros, but you should check it before): ```bash @@ -97,3 +106,4 @@ systemctl enable MTProxy.service ## Docker image Telegram is also providing [official Docker image](https://hub.docker.com/r/telegrammessenger/proxy/). +Note: the image is outdated.