Yesterday I wrote about the graphical shell Launcher for GoodbyeDPI, which allows you to intuitively use the GoodbyeDPI solution from ValdikSS to solve the problem of YouTube throttling and the unavailability of a number of sites in Russia. Everything was fine, but these were solutions only for Windows. In the comments, the main questions were about what to do with Android, Linux, and Mac, and why not in the source code. Alas, the repressions of the RKN (Roskomnadzor) force the Habr administration to censor articles, I am forbidden from making changes to yesterday's article, and the link itself is only available outside of Russia, so I am explaining about Android, Linux, and Mac here, with links to the source code.
So, for Android there are a lot of projects, I liked Release ByeDPI 1.0.0 · dovecoteescapee/ByeDPIAndroid · GitHub. For Mac and Linux I would install https://github.com/xvzc/SpoofDPI/releases.
ByeDPI for Android is an application that runs a local VPN service to bypass DPI (Deep Packet Inspection) and censorship. A SOCKS5 proxy ByeDPI is launched locally on your device and all traffic is redirected through it.

As with GoodbyeDPI, sites that are not on the blacklist are not proxied, and their speed is not slowed down. But everything that is blocked by providers' DPI filters starts working. And it works fast and from all applications.
As reported in the comments below, if it doesn't work right away (usually on RosTelecom), installing the following settings:
DNS: 8.8.8.8
Mode: VPN
Desync only HTTPS and TLS: On
Desync method: fake
Split position: 1
Split TLS record at SNI: On
The same goes for SpoofDPI for MacOS. Open Terminal. Download the program with the command
curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s darwin-amd64
Add it to the environment paths
export PATH=$PATH:~/.spoof-dpi/bin
And run it by executing spoof-dpi.

Attention: as reported in the comments below by R00We: "In version v0.10.12 the author renamed the library. Now instead of spoof-dpi we execute spoofdpi". The link to the latest version is, as always - Releases · xvzc/SpoofDPI (github.com)
Good luck with your experience. I'll warn you again, the article will probably be blocked for Russian IP addresses, so read it and download the solution for yourself right away, and use it without breaking the law 😊
Like, subscribe, and if commenting is not available, write me a PM, I answer everyone.