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.69.200.251 | Canada | Shaw Communications | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 115.179.206.241 | Japan | ARTERIA Networks Corporation | VPNGate | Download |
| 118.106.208.148 | Japan | Chubu Telecommunications Company, Inc. | VPNGate | Download |
| 125.51.134.78 | Japan | DION (KDDI CORPORATION) | VPNGate | Download |
| 42.146.135.190 | Japan | JCOM Co., Ltd. | VPNGate | Download |
| 59.169.210.144 | Japan | JCOM Co., Ltd. | VPNGate | Download |
| 203.165.86.92 | Japan | Jupiter Telecommunication Co. Ltd | VPNGate | Download |
| 36.13.6.150 | Japan | Kddi Corporation | VPNGate | Download |
| 27.89.16.100 | Japan | Kddi Corporation | VPNGate | Download |
| 153.130.173.65 | Japan | NTT Communications Corporation | VPNGate | Download |
| 114.178.213.99 | Japan | NTT Communications Corporation | VPNGate | Download |
| 60.130.94.219 | Japan | SoftBank Corp. | VPNGate | Download |
| 219.100.37.124 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.161 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.207 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.191 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.168 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.86 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.222 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.224 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.195 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.108 | Japan | SoftEther | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 120.29.134.202 | South Korea | CMB Kwangju Broadcasting | VPNGate | Download |
| 220.123.64.32 | South Korea | Korea Telecom | VPNGate | Download |
| 115.22.222.190 | South Korea | Korea Telecom | VPNGate | Download |
| 218.154.30.203 | South Korea | Korea Telecom | VPNGate | Download |
| 121.174.240.35 | South Korea | Korea Telecom | VPNGate | Download |
| 112.171.63.189 | South Korea | Korea Telecom | VPNGate | Download |
| 121.131.27.163 | South Korea | Korea Telecom | VPNGate | Download |
| 59.27.70.102 | South Korea | Korea Telecom | VPNGate | Download |
| 210.91.191.245 | South Korea | KORNET | VPNGate | Download |
| 58.150.189.252 | South Korea | LG DACOM Corporation | VPNGate | Download |
| 182.218.30.43 | South Korea | LG POWERCOMM | VPNGate | Download |
| 115.140.214.190 | South Korea | LG POWERCOMM | VPNGate | Download |
| 1.234.213.197 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 175.117.118.114 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 121.200.89.138 | 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 |
|---|---|---|---|---|
| 184.22.109.244 | Thailand | AIS-Fibre | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 108.34.212.190 | United States | Verizon Communications | 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