OVPN-Configs-scraper is a Node.js tool that automatically collects free OpenVPN configuration files from various public sources. It streamlines the retrieval, organization, and updating of these configs for quick use.
- Automated scraping of public VPN server lists.
- Generation of ready-to-use
.ovpnfiles. - IP address caching and duplicate management.
- Export of configurations to a dedicated folder.
Important
To deploy your own version, you can use the following section. PLEASE DO NOT FORK, OUR VERSIONS WILL DIFFER ANYWAYS.
- Node.js >= 20
- npm
git clone https://github.com/your-username/OVPN-Configs-scraper.git
cd OVPN-Configs-scraper
npm installBefore running the app, you need to build the TypeScript source files:
npm run buildThis will compile the TypeScript code into JavaScript in the dist/ directory.
To run the scraper and update the configuration files:
npm startTip
The generated .ovpn files can be found in the data/configs/ folder.
You can directly download the generated configuration files:
Or download individually:
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 183.82.29.189 | India | Atria Convergence Technologies Pvt. Ltd. | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 36.12.248.50 | Japan | Kddi Corporation | VPNGate | Download |
| 175.129.193.120 | Japan | Kddi Corporation | VPNGate | Download |
| 153.132.67.172 | Japan | NTT Communications Corporation | VPNGate | Download |
| 110.163.147.10 | Japan | NTT DOCOMO, INC. | VPNGate | Download |
| 126.130.164.3 | Japan | SoftBank Corp. | VPNGate | Download |
| 126.227.146.50 | Japan | SoftBank Corp. | VPNGate | Download |
| 60.107.237.3 | Japan | SoftBank Corp. | VPNGate | Download |
| 219.100.37.163 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.50 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.225 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.191 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.207 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.186 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.126 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.196 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.1 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.174 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.117 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.99 | Japan | SoftEther | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 49.246.93.178 | South Korea | CMB Kwangju Broadcasting | VPNGate | Download |
| 221.151.151.70 | South Korea | Korea Telecom | VPNGate | Download |
| 119.197.246.215 | South Korea | Korea Telecom | VPNGate | Download |
| 183.99.100.162 | South Korea | Korea Telecom | VPNGate | Download |
| 220.78.33.150 | South Korea | Korea Telecom | VPNGate | Download |
| 183.96.226.121 | South Korea | Korea Telecom | VPNGate | Download |
| 175.208.112.245 | South Korea | Korea Telecom | VPNGate | Download |
| 118.44.149.128 | South Korea | Korea Telecom | VPNGate | Download |
| 218.158.71.166 | South Korea | Korea Telecom | VPNGate | Download |
| 115.31.125.130 | South Korea | LG HelloVision Corp. | VPNGate | Download |
| 117.55.174.113 | South Korea | LG HelloVision Corp. | VPNGate | Download |
| 182.221.217.90 | South Korea | LG POWERCOMM | VPNGate | Download |
| 112.144.29.135 | South Korea | LG POWERCOMM | VPNGate | Download |
| 114.207.229.94 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
Tip: For the full list, check the
data/configs/folder after running the scraper.
Contributions are welcome! Feel free to open an issue or a pull request.
MIT