Highly-opinionated (ex-bullshit-free) MTPROTO proxy for Telegram.
If you use v1.0 or upgrade broke you proxy, please read the chapter Version 2
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
| 12345678910111213 |
- # Minimal mtg configuration for the SNI-router setup.
- #
- # 1. Generate a secret: mtg generate-secret --hex example.com
- # 2. Paste it below.
- # 3. Replace example.com with your actual domain everywhere.
-
- secret = "PASTE_YOUR_SECRET_HERE"
- bind-to = "0.0.0.0:3128"
-
- [defense.anti-replay]
- enabled = true
- max-size = "1mib"
- error-rate = 0.001
|