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
Você não pode selecionar mais de 25 tópicosOs tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
dolonet
ec5e97cf78
Parallelize IP detection and tighten OK() semantics
Review follow-ups:
- Run the IPv4 and IPv6 detection in runSNICheck concurrently. With
the new three-endpoint fallback in getIP, sequential detection could
extend proxy startup by up to 30s per family on a slow/blocked
network. Parallel detection bounds the worst case to roughly 30s
total instead of 60s.
- Make sniCheckResult.OK() self-consistent: it now returns false when
the hostname cannot be resolved or no public IP family is known,
so callers cannot mistakenly treat 'cannot check' as 'all clear'.