Skip to content

Commit f9158e3

Browse files
committed
Update readme (fix #173)
1 parent cf26efc commit f9158e3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ Also feel free to check out other options using `mtproto-proxy --help`.
6060
7. Set received tag with arguments: `-P <proxy tag>`
6161
8. Enjoy.
6262

63+
## Random padding
64+
Due to some ISPs detecting MTProxy by packet sizes, random padding is
65+
added to packets if such mode is enabled.
66+
67+
It's only enabled for clients which request it.
68+
69+
Add `dd` prefix to secret (`cafe...babe` => `ddcafe...babe`) to enable
70+
this mode on client side.
71+
6372
## Systemd example configuration
6473
1. Create systemd service file (it's standart path for the most Linux distros, but you should check it before):
6574
```bash
@@ -97,3 +106,4 @@ systemctl enable MTProxy.service
97106

98107
## Docker image
99108
Telegram is also providing [official Docker image](https://hub.docker.com/r/telegrammessenger/proxy/).
109+
Note: the image is outdated.

0 commit comments

Comments
 (0)