File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,15 @@ Also feel free to check out other options using `mtproto-proxy --help`.
60607 . Set received tag with arguments: ` -P <proxy tag> `
61618 . 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
64731 . 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
99108Telegram is also providing [ official Docker image] ( https://hub.docker.com/r/telegrammessenger/proxy/ ) .
109+ Note: the image is outdated.
You can’t perform that action at this time.
0 commit comments