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 |
|---|---|---|---|---|
| 78.194.48.210 | France | Free SAS | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 115.36.196.211 | Japan | Chubu Telecommunications Company, Inc. | VPNGate | Download |
| 150.31.50.139 | Japan | Internet Initiative Japan Inc. | VPNGate | Download |
| 149.54.194.77 | Japan | ITEC HANKYU HANSHIN CO., LTD. | VPNGate | Download |
| 59.138.139.69 | Japan | Kddi Corporation | VPNGate | Download |
| 113.145.249.52 | Japan | Kddi Corporation | VPNGate | Download |
| 114.189.38.190 | Japan | NTT Communications Corporation | VPNGate | Download |
| 153.206.218.234 | Japan | NTT Communications Corporation | VPNGate | Download |
| 121.81.129.19 | Japan | OPTAGE Inc. | VPNGate | Download |
| 133.106.33.145 | Japan | Rakuten Mobile, Inc. | VPNGate | Download |
| 126.42.40.124 | Japan | SoftBank Corp. | VPNGate | Download |
| 219.100.37.55 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.5 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.183 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.218 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.8 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.163 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.3 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.2 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.225 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.125 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.127 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.62 | Japan | SoftEther | VPNGate | Download |
| 160.86.46.9 | Japan | Sony Network Communications Inc | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 121.164.146.116 | South Korea | Korea Telecom | VPNGate | Download |
| 220.123.132.135 | South Korea | Korea Telecom | VPNGate | Download |
| 211.198.186.109 | South Korea | Korea Telecom | VPNGate | Download |
| 220.124.16.159 | South Korea | Korea Telecom | VPNGate | Download |
| 118.36.67.235 | South Korea | Korea Telecom | VPNGate | Download |
| 121.131.79.7 | South Korea | Korea Telecom | VPNGate | Download |
| 121.158.98.11 | South Korea | Korea Telecom | VPNGate | Download |
| 123.143.79.15 | South Korea | LG DACOM Corporation | VPNGate | Download |
| 182.226.193.203 | South Korea | LG POWERCOMM | VPNGate | Download |
| 49.174.213.183 | South Korea | LG POWERCOMM | VPNGate | Download |
| 182.221.217.90 | South Korea | LG POWERCOMM | VPNGate | Download |
| 61.252.235.46 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 58.127.200.40 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 68.8.68.187 | United States | Cox Communications Inc. | VPNGate | Download |
| 68.100.253.188 | United States | Cox Communications Inc. | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 42.119.235.7 | 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