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 |
|---|---|---|---|---|
| 212.58.120.194 | Georgia | Magticom | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 2.84.185.57 | Greece | OTEnet | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 118.111.203.237 | Japan | BIGLOBE Inc. | VPNGate | Download |
| 118.105.180.193 | Japan | Chubu Telecommunications Company, Inc. | VPNGate | Download |
| 210.194.188.143 | Japan | JCOM Co., Ltd. | VPNGate | Download |
| 217.138.212.62 | Japan | M247 Europe SRL | VPNGate | Download |
| 220.109.47.233 | Japan | NTT Communications Corporation | VPNGate | Download |
| 110.163.147.10 | Japan | NTT DOCOMO, INC. | VPNGate | Download |
| 119.228.29.62 | Japan | OPTAGE Inc. | VPNGate | Download |
| 60.137.146.81 | Japan | SoftBank Corp. | VPNGate | Download |
| 60.107.31.32 | Japan | SoftBank Corp. | VPNGate | Download |
| 220.57.96.201 | Japan | SoftBank Corp. | VPNGate | Download |
| 126.224.169.113 | Japan | SoftBank Corp. | VPNGate | Download |
| 126.0.46.91 | Japan | SoftBank Corp. | VPNGate | Download |
| 126.121.157.194 | Japan | SoftBank Corp. | VPNGate | Download |
| 219.100.37.16 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.13 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.93 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.196 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.63 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.120 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.18 | Japan | SoftEther | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 222.114.20.232 | South Korea | Korea Telecom | VPNGate | Download |
| 121.148.48.93 | South Korea | Korea Telecom | VPNGate | Download |
| 183.99.100.162 | South Korea | Korea Telecom | VPNGate | Download |
| 211.185.98.189 | South Korea | Korea Telecom | VPNGate | Download |
| 121.162.159.115 | South Korea | Korea Telecom | VPNGate | Download |
| 61.76.96.190 | South Korea | Korea Telecom | VPNGate | Download |
| 1.229.239.249 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 61.47.212.110 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 122.254.245.109 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 47.143.57.217 | United States | Frontier Communications Corporation | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 42.117.216.206 | Vietnam | FPT Telecom Company | VPNGate | Download |
| 1.52.98.60 | 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