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
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

proxy_opts.go 263B

1234567891011121314
  1. package mtglib
  2. type ProxyOpts struct {
  3. Secret Secret
  4. Network Network
  5. AntiReplayCache AntiReplayCache
  6. IPBlocklist IPBlocklist
  7. EventStream EventStream
  8. Logger Logger
  9. Concurrency uint
  10. CloakPort uint
  11. PreferIP string
  12. }