Снимок открытых VPN-конфигураций pog7x для выдачи VPnBot без прямой зависимости от GitHub.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
loop-uh 3870ab08ba Import pog7x-vpn-configs-upstream feed snapshot
Upstream repository: https://github.com/pog7x/vpn-configs.git
Upstream ref: master
Upstream commit: 8ab8ecbd7c1b33487968d4a5f94afee0368b2c10
Snapshot date: 2026-08-07
2026-08-07 10:43:55 +03:00
.github/workflows Import pog7x-vpn-configs-upstream feed snapshot 2026-08-07 10:43:55 +03:00
githubmirror Import pog7x-vpn-configs-upstream feed snapshot 2026-08-07 10:43:55 +03:00
.gitignore Import pog7x-vpn-configs-upstream feed snapshot 2026-08-07 10:43:55 +03:00
ghwrapper.py Import pog7x-vpn-configs-upstream feed snapshot 2026-08-07 10:43:55 +03:00
main.py Import pog7x-vpn-configs-upstream feed snapshot 2026-08-07 10:43:55 +03:00
pyproject.toml Import pog7x-vpn-configs-upstream feed snapshot 2026-08-07 10:43:55 +03:00
README.md Import pog7x-vpn-configs-upstream feed snapshot 2026-08-07 10:43:55 +03:00
readme_template.py Import pog7x-vpn-configs-upstream feed snapshot 2026-08-07 10:43:55 +03:00
requirements.txt Import pog7x-vpn-configs-upstream feed snapshot 2026-08-07 10:43:55 +03:00
urls.json Import pog7x-vpn-configs-upstream feed snapshot 2026-08-07 10:43:55 +03:00
urls.txt Import pog7x-vpn-configs-upstream feed snapshot 2026-08-07 10:43:55 +03:00

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 sakha1370/OpenRay 10:03 07.08.2026
2 2.txt sevcator/5ubscrpt10n 19:18 14.07.2026
3 3.txt yitong2333/proxy-minging 10:03 07.08.2026
4 4.txt acymz/AutoVPN 10:02 07.08.2026
5 5.txt miladtahanian/V2RayCFGDumper 10:02 07.08.2026
6 6.txt roosterkid/openproxylist 10:02 07.08.2026
7 7.txt Epodonios/v2ray-configs 10:03 07.08.2026
8 8.txt CidVpn/cid-vpn-config 10:02 07.08.2026
9 9.txt mohamadfg-dev/telegram-v2ray-configs-collector 10:02 07.08.2026
10 10.txt mheidari98/.proxy 10:02 07.08.2026
11 11.txt youfoundamin/V2rayCollector 10:02 07.08.2026
12 12.txt expressalaki/ExpressVPN 08:17 27.05.2026
13 13.txt MahsaNetConfigTopic/config 23:11 25.07.2026
14 14.txt LalatinaHub/Mineral 05:14 07.08.2026
15 15.txt miladtahanian/Config-Collector 10:02 07.08.2026
16 16.txt Pawdroid/Free-servers 10:02 07.08.2026
17 17.txt MhdiTaheri/V2rayCollector_Py 10:03 07.08.2026
18 18.txt free18/v2ray 10:02 07.08.2026
19 19.txt MhdiTaheri/V2rayCollector 10:03 07.08.2026
20 20.txt Argh94/Proxy-List 10:03 07.08.2026
21 21.txt shabane/kamaji 10:03 07.08.2026
22 22.txt wuqb2i4f/xray-config-toolkit 10:02 07.08.2026
23 23.txt igareck/vpn-configs-for-russia 10:03 07.08.2026
24 24.txt Mr-Meshky/vify 10:03 07.08.2026
25 25.txt V2RayRoot/V2RayConfig 10:28 05.07.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.