Skip to content

Instantly share code, notes, and snippets.

@sinowal
Last active December 28, 2025 00:56
Show Gist options
  • Select an option

  • Save sinowal/4af69a30a72018548a366d239c6f8aad to your computer and use it in GitHub Desktop.

Select an option

Save sinowal/4af69a30a72018548a366d239c6f8aad to your computer and use it in GitHub Desktop.
Проверка скорости youtube
#!/bin/sh
curl -4 -o /dev/null -k --connect-to ::speedtest.selectel.ru https://test.googlevideo.com/10MB -w %{speed_download}
curl --tls-max 1.2 -4 -o /dev/null -k --connect-to ::speedtest.selectel.ru https://test.googlevideo.com/10MB -w %{speed_download}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment