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 |
|---|---|---|---|---|
| 119.240.148.186 | Japan | BIGLOBE Inc. | VPNGate | Download |
| 118.157.139.36 | Japan | DION (KDDI CORPORATION) | VPNGate | Download |
| 113.148.179.138 | Japan | DION (KDDI CORPORATION) | VPNGate | Download |
| 125.51.64.56 | Japan | DION (KDDI CORPORATION) | VPNGate | Download |
| 14.10.120.193 | Japan | Kddi Corporation | VPNGate | Download |
| 111.99.110.28 | Japan | Kddi Corporation | VPNGate | Download |
| 217.138.212.62 | Japan | M247 Europe SRL | VPNGate | Download |
| 153.225.227.12 | Japan | NTT Communications Corporation | VPNGate | Download |
| 58.98.196.111 | Japan | NTT-ME Corporation | VPNGate | Download |
| 219.100.37.118 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.54 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.162 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.198 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.62 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.181 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.218 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.29 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.195 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.86 | Japan | SoftEther | VPNGate | Download |
| 92.202.199.250 | Japan | Sony Network Communications Inc | VPNGate | Download |
| 160.86.46.9 | Japan | Sony Network Communications Inc | VPNGate | Download |
| 14.14.148.93 | Japan | TTV | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 114.30.215.251 | South Korea | CJ Hello Co | VPNGate | Download |
| 123.200.94.11 | South Korea | CJ Hello Co. | VPNGate | Download |
| 118.41.125.252 | South Korea | Korea Telecom | VPNGate | Download |
| 221.162.71.6 | South Korea | Korea Telecom | VPNGate | Download |
| 121.165.121.91 | South Korea | Korea Telecom | VPNGate | Download |
| 115.21.199.101 | South Korea | Korea Telecom | VPNGate | Download |
| 125.132.70.109 | South Korea | Korea Telecom | VPNGate | Download |
| 221.167.213.174 | South Korea | Korea Telecom | VPNGate | Download |
| 222.96.26.53 | South Korea | KORNET | VPNGate | Download |
| 121.65.140.124 | South Korea | LG DACOM Corporation | VPNGate | Download |
| 1.176.240.230 | South Korea | LG HelloVision Corp. | VPNGate | Download |
| 110.46.54.182 | South Korea | LG HelloVision Corp. | VPNGate | Download |
| 180.230.30.211 | South Korea | LG POWERCOMM | VPNGate | Download |
| 211.244.206.212 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 92.19.118.228 | United Kingdom | TalkTalk | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 14.229.213.84 | Vietnam | VNPT | 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