You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -77,16 +89,61 @@ Also feel free to check out other options using `mtproto-proxy --help`.
77
89
7. Set received tag with arguments: `-P <proxy tag>`
78
90
8. Enjoy.
79
91
80
-
## Random padding
81
-
Due to some ISPs detecting MTProxy by packet sizes, random padding is
82
-
added to packets if such mode is enabled.
92
+
## Transport Modes and Secret Prefixes
93
+
94
+
MTProxy supports different transport modes that provide various levels of obfuscation:
95
+
96
+
> 💡 **For complete setup instructions including RPM packages**, see the [GetPageSpeed MTProxy installation guide](https://www.getpagespeed.com/server-setup/mtproxy)
97
+
98
+
### DD Mode (Random Padding)
99
+
Due to some ISPs detecting MTProxy by packet sizes, random padding is added to packets when this mode is enabled.
100
+
101
+
**Client Setup**: Add `dd` prefix to secret (`cafe...babe` => `ddcafe...babe`)
102
+
103
+
**Server Setup**: Use `-R` argument to allow only clients with random padding enabled
0 commit comments