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.

mtg-config.toml 336B

12345678910111213
  1. # Minimal mtg configuration for the SNI-router setup.
  2. #
  3. # 1. Generate a secret: mtg generate-secret --hex example.com
  4. # 2. Paste it below.
  5. # 3. Replace example.com with your actual domain everywhere.
  6. secret = "PASTE_YOUR_SECRET_HERE"
  7. bind-to = "0.0.0.0:3128"
  8. [defense.anti-replay]
  9. enabled = true
  10. max-size = "1mib"
  11. error-rate = 0.001