Skip to content

Instantly share code, notes, and snippets.

@sergiks
Created February 16, 2026 12:55
Show Gist options
  • Select an option

  • Save sergiks/ef4e8f14909f117912db0e1c7b99f947 to your computer and use it in GitHub Desktop.

Select an option

Save sergiks/ef4e8f14909f117912db0e1c7b99f947 to your computer and use it in GitHub Desktop.
Telegram API connection slowdown depends only on SNI
curl --connect-to ::speedtest.selectel.ru -o /dev/null -k https://api.telegram.org/100MB -x ''
# % Total % Received % Xferd Average Speed Time Time Time Current
# Dload Upload Total Spent Left Speed
# 2 100.0M 2 2.71M 0 0 249.4k 0 06:50 00:11 06:39 266.0k^C
curl --connect-to ::speedtest.selectel.ru -o /dev/null -k https://api.nottelegram.org/100MB -x ''
# % Total % Received % Xferd Average Speed Time Time Time Current
# Dload Upload Total Spent Left Speed
# 100 100.0M 100 100.0M 0 0 17.97M 0 00:05 00:05 17.45M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment