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 |
|---|---|---|---|---|
| 101.173.154.197 | Australia | Telstra Limited | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 70.79.240.77 | Canada | Shaw Communications | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 121.106.148.235 | Japan | DION (KDDI CORPORATION) | VPNGate | Download |
| 59.138.79.222 | Japan | Kddi Corporation | VPNGate | Download |
| 60.32.80.192 | Japan | NTT Communications Corporation | VPNGate | Download |
| 60.153.147.72 | Japan | SoftBank Corp. | VPNGate | Download |
| 126.206.11.243 | Japan | SoftBank Corp. | VPNGate | Download |
| 219.100.37.55 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.116 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.2 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.122 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.214 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.176 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.8 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.165 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.180 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.113 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.93 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.92 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.88 | Japan | SoftEther | VPNGate | Download |
| 182.171.116.240 | Japan | Sony Network Communications Inc | VPNGate | Download |
| 160.86.46.9 | Japan | Sony Network Communications Inc | VPNGate | Download |
| 110.67.98.100 | Japan | Sony Network Communications Inc. | VPNGate | Download |
| 183.86.87.204 | Japan | TOKAI Communications Corporation | VPNGate | Download |
| 112.139.70.87 | Japan | TOKAI Communications Corporation | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 125.129.85.155 | South Korea | Korea Telecom | VPNGate | Download |
| 61.74.87.143 | South Korea | Korea Telecom | VPNGate | Download |
| 14.34.214.254 | South Korea | Korea Telecom | VPNGate | Download |
| 121.162.221.57 | South Korea | Korea Telecom | VPNGate | Download |
| 222.108.84.123 | South Korea | Korea Telecom | VPNGate | Download |
| 121.130.120.83 | South Korea | Korea Telecom | VPNGate | Download |
| 211.228.68.206 | South Korea | Korea Telecom | VPNGate | Download |
| 59.30.158.127 | South Korea | Korea Telecom | VPNGate | Download |
| 218.146.153.77 | South Korea | KORNET | VPNGate | Download |
| 115.91.77.92 | South Korea | LG DACOM Corporation | VPNGate | Download |
| 58.123.250.75 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 1.238.83.71 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 58.8.89.201 | Thailand | True Internet Corporation CO. Ltd. | 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