all_subs
Бесплатные, автообновляемые VPN‑конфигурации для использования при развёртывании белых списков мобильного интернета в Российской Федерации.
All subs ships free auto updating VPN configs for Russia's whitelist mode
The project builds CIDR and SNI configurations every minute for use when mobile carriers restrict internet access to an approved list of sites, with a randomizing endpoint.
What the whitelist context is
All subs provides free, auto updating VPN configurations intended for use when deploying whitelists of mobile internet in the Russian Federation. The README explains that a whitelist mode permits only sites approved by the Ministry of Digital Development, typically switched on by mobile operators for security reasons such as during drone attacks, and it gives a quick test: Russian services like Yandex, VK, Gosuslugi and Ozon open while foreign services like Google, the App Store, Wikipedia and Steam do not. The project explicitly asks people who currently have no restrictions not to use the subscription, and notes that a full internet shutdown cannot be helped by it. The configurations are meant as a workaround for partial whitelist restrictions rather than a general VPN.
How the configs are delivered
The repository updates two files every minute: final sorted, which lists all configurations one per line, and final sorted base64, the same content in Base64. Direct links are provided for VPN clients, along with mirrors on GitHub raw, jsDelivr and Fastly. The README recommends CIDR configurations as the most reliable option under maximum restrictions, with SNI configurations that mask the real IP as an address from the whitelist for the rarer SNI based blocks. A mobile subscription endpoint returns a new random set of configurations from the overall pool on each request, which helps distribute load and find working servers faster, defaulting to 100 configurations but accepting an n parameter to request any count.
Licensing and status
The project is licensed under CC0 1.0, placing the configurations into the public domain, and the homepage is a Vercel app at solovyov jenya2004.vercel.app. The repository carries 41 stars and one fork with one open issue, the default branch is main, and the README credits the creators of the source subscriptions whose configurations form the base of the build. The practical value is a continuously refreshed, publicly licensed set of whitelist oriented VPN configs with multiple delivery mirrors and a randomized endpoint, though as with any public configuration collection the working set shifts as sources change.
Editorial conclusion
All subs is a CC0 1.0 licensed configuration builder on the main branch with 41 stars that refreshes CIDR and SNI VPN configs every minute for Russia's whitelist mode, serves them via GitHub, jsDelivr and Fastly mirrors, and offers a randomized endpoint defaulting to 100 configs.
Community notes