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 |
|---|---|---|---|---|
| 115.179.206.241 | Japan | ARTERIA Networks Corporation | VPNGate | Download |
| 123.48.124.169 | Japan | Chubu Telecommunications Company, Inc. | VPNGate | Download |
| 106.159.95.188 | Japan | Kddi Corporation | VPNGate | Download |
| 122.132.212.178 | Japan | NEC BIGLOBE Ltd. | VPNGate | Download |
| 153.172.5.86 | Japan | NTT Communications Corporation | VPNGate | Download |
| 153.228.185.85 | Japan | NTT Communications Corporation | VPNGate | Download |
| 124.44.109.47 | Japan | NTT-ME Corporation | VPNGate | Download |
| 210.191.125.227 | Japan | QTnet, Inc. | VPNGate | Download |
| 126.130.164.3 | Japan | SoftBank Corp. | VPNGate | Download |
| 126.110.54.27 | Japan | SoftBank Corp. | VPNGate | Download |
| 126.12.184.130 | Japan | SoftBank Corp. | VPNGate | Download |
| 60.128.102.181 | Japan | SoftBank Corp. | VPNGate | Download |
| 219.100.37.24 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.86 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.63 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.1 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.81 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.225 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.168 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.8 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.200 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.85 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.32 | Japan | SoftEther | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 187.149.92.101 | Mexico | UNINET | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 181.94.226.213 | Paraguay | Nรบcleo S.A. | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 115.40.45.248 | South Korea | CJ Hello Co | VPNGate | Download |
| 114.30.215.251 | South Korea | CJ Hello Co | VPNGate | Download |
| 211.226.144.221 | South Korea | Korea Telecom | VPNGate | Download |
| 221.165.56.103 | South Korea | Korea Telecom | VPNGate | Download |
| 61.79.163.21 | South Korea | Korea Telecom | VPNGate | Download |
| 119.204.25.68 | South Korea | Korea Telecom | VPNGate | Download |
| 59.22.219.154 | South Korea | Korea Telecom | VPNGate | Download |
| 121.128.125.38 | South Korea | Korea Telecom | VPNGate | Download |
| 14.37.213.41 | South Korea | Korea Telecom | VPNGate | Download |
| 112.218.18.150 | South Korea | LG DACOM Corporation | VPNGate | Download |
| 125.186.91.205 | South Korea | LG POWERCOMM | VPNGate | Download |
| 122.47.1.6 | South Korea | LG POWERCOMM | VPNGate | Download |
| 116.33.58.13 | South Korea | LG POWERCOMM | VPNGate | Download |
| 1.241.28.181 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 180.183.152.144 | Thailand | Triple T Broadband Public Company Limited | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 113.22.251.206 | Vietnam | Vietnam Internet Network Information Center | 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