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 |
|---|---|---|---|---|
| 70.79.233.9 | Canada | Shaw Communications | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 123.48.124.169 | Japan | Chubu Telecommunications Company, Inc. | VPNGate | Download |
| 116.12.3.63 | Japan | Community Network Center Incorporated. | VPNGate | Download |
| 111.99.247.245 | Japan | Kddi Corporation | VPNGate | Download |
| 114.183.172.26 | Japan | NTT Communications Corporation | VPNGate | Download |
| 126.66.7.215 | Japan | SoftBank Corp. | VPNGate | Download |
| 126.75.61.157 | Japan | SoftBank Corp. | VPNGate | Download |
| 126.111.60.249 | Japan | SoftBank Corp. | VPNGate | Download |
| 219.100.37.123 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.201 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.17 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.179 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.189 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.102 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.14 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.29 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.101 | Japan | SoftEther | VPNGate | Download |
| 160.86.204.44 | Japan | Sony Network Communications Inc | VPNGate | Download |
| 147.192.109.104 | Japan | Sony Network Communications Inc | VPNGate | Download |
| 218.41.150.225 | Japan | Sony Network Communications Inc. | VPNGate | Download |
| 183.86.164.36 | Japan | TOKAI Communications Corporation | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 114.30.215.251 | South Korea | CJ Hello Co | VPNGate | Download |
| 118.91.59.181 | South Korea | HYUNDAI COMMUNICATIONS & NETWORK | VPNGate | Download |
| 119.196.23.11 | South Korea | Korea Telecom | VPNGate | Download |
| 221.164.191.75 | South Korea | Korea Telecom | VPNGate | Download |
| 211.51.80.113 | South Korea | Korea Telecom | VPNGate | Download |
| 210.97.73.188 | South Korea | Korea Telecom | VPNGate | Download |
| 211.228.154.219 | South Korea | Korea Telecom | VPNGate | Download |
| 180.230.30.211 | South Korea | LG POWERCOMM | VPNGate | Download |
| 211.186.10.4 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 39.122.143.188 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 180.211.26.133 | South Korea | Ulsan Jung-Ang Broadcasting Network | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 27.130.169.22 | Thailand | Advanced Wireless Network Company Limited | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 58.186.70.232 | Vietnam | FPT Telecom Company | 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