|
|
@@ -38,6 +38,18 @@ mtg is an implementation in golang which is intended to be:
|
|
38
|
38
|
* **No management WebUI**
|
|
39
|
39
|
This is an implementation of simple lightweight proxy. I won't do that.
|
|
40
|
40
|
|
|
|
41
|
+This proxy supports 2 modes of work: direct connection to Telegram and
|
|
|
42
|
+promoted channel mode. If you do not need promoted channels, I would
|
|
|
43
|
+recommend you to go with direct mode: this is way more robust.
|
|
|
44
|
+
|
|
|
45
|
+To run proxy in direct mode, all you need to do is just provide a
|
|
|
46
|
+secret. If you do not provide ADTag as a second parameter, promoted
|
|
|
47
|
+channels mode won't be activated.
|
|
|
48
|
+
|
|
|
49
|
+To get promoted channel, please contact
|
|
|
50
|
+[@MTProxybot|https://t.me/MTProxybot] and provide generated adtag as a
|
|
|
51
|
+second parameter.
|
|
|
52
|
+
|
|
41
|
53
|
|
|
42
|
54
|
# How to build
|
|
43
|
55
|
|