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.