├── .github └── workflows │ └── main.yml ├── Config ├── HamrahAval.txt ├── Irancell.txt ├── Makhaberat.txt ├── proxies.txt ├── shadowsocks.txt ├── trojan.txt ├── vless.txt └── vmess.txt ├── FetchConfig.py ├── Logs ├── channel_stats.json ├── collector.log └── invalid_channels.txt ├── README.fa.md ├── README.md ├── SECURITY.md └── telegram_channels.json /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /Config/HamrahAval.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/Config/HamrahAval.txt -------------------------------------------------------------------------------- /Config/Irancell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/Config/Irancell.txt -------------------------------------------------------------------------------- /Config/Makhaberat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/Config/Makhaberat.txt -------------------------------------------------------------------------------- /Config/proxies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/Config/proxies.txt -------------------------------------------------------------------------------- /Config/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/Config/shadowsocks.txt -------------------------------------------------------------------------------- /Config/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/Config/trojan.txt -------------------------------------------------------------------------------- /Config/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/Config/vless.txt -------------------------------------------------------------------------------- /Config/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/Config/vmess.txt -------------------------------------------------------------------------------- /FetchConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/FetchConfig.py -------------------------------------------------------------------------------- /Logs/channel_stats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/Logs/channel_stats.json -------------------------------------------------------------------------------- /Logs/collector.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/Logs/collector.log -------------------------------------------------------------------------------- /Logs/invalid_channels.txt: -------------------------------------------------------------------------------- 1 | No invalid channels found. 2 | -------------------------------------------------------------------------------- /README.fa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/README.fa.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/SECURITY.md -------------------------------------------------------------------------------- /telegram_channels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2RayRoot/V2RayConfig/HEAD/telegram_channels.json --------------------------------------------------------------------------------