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
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

go.mod 441B

1234567891011121314
  1. module github.com/9seconds/mtg/v2
  2. go 1.16
  3. require (
  4. github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
  5. github.com/babolivier/go-doh-client v0.0.0-20201028162107-a76cff4cb8b6
  6. github.com/libp2p/go-reuseport v0.0.2
  7. github.com/mccutchen/go-httpbin v1.1.1
  8. github.com/pelletier/go-toml v1.8.1
  9. github.com/stretchr/objx v0.3.0 // indirect
  10. github.com/stretchr/testify v1.7.0
  11. golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
  12. )