File tree 1 file changed +10
-0
lines changed
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`.
60
60
7 . Set received tag with arguments: ` -P <proxy tag> `
61
61
8 . Enjoy.
62
62
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
+
63
72
## Systemd example configuration
64
73
1 . Create systemd service file (it's standart path for the most Linux distros, but you should check it before):
65
74
``` bash
@@ -97,3 +106,4 @@ systemctl enable MTProxy.service
97
106
98
107
## Docker image
99
108
Telegram 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