Commit f9158e31 authored by Viktor Oreshkin's avatar Viktor Oreshkin

Update readme (fix #173)

parent cf26efc6
...@@ -60,6 +60,15 @@ Also feel free to check out other options using `mtproto-proxy --help`. ...@@ -60,6 +60,15 @@ Also feel free to check out other options using `mtproto-proxy --help`.
7. Set received tag with arguments: `-P <proxy tag>` 7. Set received tag with arguments: `-P <proxy tag>`
8. Enjoy. 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 ## Systemd example configuration
1. Create systemd service file (it's standart path for the most Linux distros, but you should check it before): 1. Create systemd service file (it's standart path for the most Linux distros, but you should check it before):
```bash ```bash
...@@ -97,3 +106,4 @@ systemctl enable MTProxy.service ...@@ -97,3 +106,4 @@ systemctl enable MTProxy.service
## Docker image ## Docker image
Telegram is also providing [official Docker image](https://hub.docker.com/r/telegrammessenger/proxy/). Telegram is also providing [official Docker image](https://hub.docker.com/r/telegrammessenger/proxy/).
Note: the image is outdated.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment