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
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

go.mod 304B

1234567891011
  1. module github.com/9seconds/mtg/v2
  2. go 1.16
  3. require (
  4. github.com/babolivier/go-doh-client v0.0.0-20201028162107-a76cff4cb8b6
  5. github.com/libp2p/go-reuseport v0.0.2
  6. github.com/pelletier/go-toml v1.8.1
  7. github.com/shadowsocks/go-shadowsocks2 v0.1.4
  8. golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
  9. )