Skip to content

pog7x/vpn-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33,927 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPN Configs

Frequent Update

Automated aggregator that collects free VPN configuration files from multiple open-source repositories across GitHub and mirrors them into a single, regularly updated location.

How It Works

  1. A GitHub Actions workflow runs every hour on a cron schedule.
  2. The script reads a curated list of source URLs from urls.txt.
  3. Each source is fetched, deduplicated via MD5 hash comparison, and saved to the githubmirror/ directory.
  4. The table below is regenerated with the latest update timestamps.

Configs

Num File Source Update time Update date
1 1.txt LalatinaHub/Mineral 22:26 22.04.2026
2 2.txt roosterkid/openproxylist 23:52 22.04.2026
3 3.txt miladtahanian/multi-proxy-config-fetcher 07:03 31.01.2026
4 4.txt YasserDivaR/pr0xy 23:52 22.04.2026
5 5.txt MhdiTaheri/V2rayCollector 23:52 22.04.2026
6 6.txt shabane/kamaji 23:52 22.04.2026
7 7.txt yitong2333/proxy-minging 23:53 22.04.2026
8 8.txt mheidari98/.proxy 23:52 22.04.2026
9 9.txt sakha1370/OpenRay 23:53 22.04.2026
10 10.txt youfoundamin/V2rayCollector 23:52 22.04.2026
11 11.txt Epodonios/v2ray-configs 23:52 22.04.2026
12 12.txt V2RayRoot/V2RayConfig 23:52 22.04.2026
13 13.txt MhdiTaheri/V2rayCollector_Py 23:53 22.04.2026
14 14.txt AzadNetCH/Clash 21:42 20.02.2026
15 15.txt Epodonios/v2ray-configs 23:52 22.04.2026
16 16.txt Pawdroid/Free-servers 23:52 22.04.2026
17 17.txt mohamadfg-dev/telegram-v2ray-configs-collector 23:52 22.04.2026
18 18.txt Kwinshadow/TelegramV2rayCollector 07:09 14.03.2026
19 19.txt wuqb2i4f/xray-config-toolkit 23:52 22.04.2026
20 20.txt sevcator/5ubscrpt10n 22:26 22.04.2026
21 21.txt acymz/AutoVPN 23:52 22.04.2026
22 22.txt Argh94/Proxy-List 22:26 22.04.2026
23 23.txt miladtahanian/V2RayCFGDumper 10:00 26.02.2026
24 24.txt STR97/STRUGOV 11:23 17.01.2026
25 25.txt mheidari98/.proxy 23:52 22.04.2026

Quick Start

# Clone the repository
git clone https://github.com/pog7x/vpn-configs.git
cd vpn-configs

# Install dependencies
pip install -r requirements.txt

# Set environment variables
export GH_TOKEN="your_github_token"
export REPO_NAME="owner/repo"

# Run
python main.py

Requirements

Package Purpose
aiohttp Async HTTP requests
aiofiles Async file I/O
PyGithub GitHub API integration
py-markdown-table Markdown table generation

Disclaimer

This project is provided for educational and informational purposes only. The maintainers do not host, create, or endorse any VPN configurations — all files are mirrored from publicly available open-source repositories. Use at your own risk and in compliance with your local laws.