This project automatically fetches V2Ray configurations from Telegram channels every 30 minutes using GitHub Actions and posts the best config to @V2RayRootFree.
Protocol | Link |
---|---|
VLESS | Config/vless.txt |
VMess | Config/vmess.txt |
Shadowsocks | Config/shadowsocks.txt |
The list of Telegram channels is dynamically updated and stored in telegram_channels.json
. Channels that become invalid are automatically removed from this list.
The file Logs/channel_stats.json
contains statistics for each channel, including:
- The number of VLESS, VMess, and Shadowsocks configs found.
- The total number of configs (
total_configs
). - A score (
score
), which is equal to the total number of configs, used to determine the best channel for posting configs.
You can use this file to see which channels are providing the most configs.
- Configurations are updated every 30 minutes.
- The best config is posted to the Telegram channel @V2RayRootFree.
- Some channels may be invalid or contain no configs. Check
Logs/invalid_channels.txt
for details. - Know a new channel? If you know a Telegram channel that provides V2Ray configs, please share it in the Issues section, and we'll add it to the list!