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 |
|---|---|---|---|---|
| 219.147.27.214 | China | Chinanet | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 131.129.82.236 | Japan | ASAHI Net, Inc. | VPNGate | Download |
| 221.114.170.58 | Japan | Japan Network Information Center | VPNGate | Download |
| 61.25.149.161 | Japan | JCOM Co., Ltd. | VPNGate | Download |
| 153.176.196.239 | Japan | NTT Communications Corporation | VPNGate | Download |
| 202.226.237.110 | Japan | QTnet, Inc. | VPNGate | Download |
| 126.4.176.185 | Japan | SoftBank Corp. | VPNGate | Download |
| 126.214.255.206 | Japan | SoftBank Corp. | VPNGate | Download |
| 126.79.197.198 | Japan | SoftBank Corp. | VPNGate | Download |
| 219.100.37.193 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.189 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.211 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.51 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.185 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.10 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.170 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.88 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.202 | Japan | SoftEther | VPNGate | Download |
| 220.148.38.29 | Japan | TOKAI Communications Corporation | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 175.214.157.36 | South Korea | Korea Telecom | VPNGate | Download |
| 59.9.62.23 | South Korea | Korea Telecom | VPNGate | Download |
| 121.130.89.23 | South Korea | Korea Telecom | VPNGate | Download |
| 220.86.142.246 | South Korea | Korea Telecom | VPNGate | Download |
| 125.130.152.22 | South Korea | Korea Telecom | VPNGate | Download |
| 220.76.13.223 | South Korea | Korea Telecom | VPNGate | Download |
| 220.121.43.122 | South Korea | Korea Telecom | VPNGate | Download |
| 183.107.241.155 | South Korea | Korea Telecom | VPNGate | Download |
| 118.41.125.212 | South Korea | Korea Telecom | VPNGate | Download |
| 59.12.13.92 | South Korea | Korea Telecom | VPNGate | Download |
| 119.69.209.179 | South Korea | LG POWERCOMM | VPNGate | Download |
| 124.51.190.109 | South Korea | LG POWERCOMM | VPNGate | Download |
| 1.244.175.177 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 58.239.6.8 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 104.28.164.166 | Sweden | Cloudflare, Inc. | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 182.235.231.66 | Taiwan | Hoshin Multimedia Center Inc. | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 223.207.217.229 | Thailand | Triple T Broadband Public Company Limited | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 171.227.72.27 | Vietnam | Viettel Corporation | 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