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 |
|---|---|---|---|---|
| 122.208.249.174 | Japan | ARTERIA Networks Corporation | VPNGate | Download |
| 133.32.226.38 | Japan | ARTERIA Networks Corporation | VPNGate | Download |
| 121.111.60.84 | Japan | DION (KDDI CORPORATION) | VPNGate | Download |
| 106.158.84.240 | Japan | Kddi Corporation | VPNGate | Download |
| 106.157.86.66 | Japan | Kddi Corporation | VPNGate | Download |
| 106.160.158.165 | Japan | Kddi Corporation | VPNGate | Download |
| 1.66.33.155 | Japan | NTT Docomo, inc. | VPNGate | Download |
| 182.167.165.118 | Japan | OPTAGE Inc. | VPNGate | Download |
| 180.144.63.5 | Japan | OPTAGE Inc. | VPNGate | Download |
| 126.217.201.240 | Japan | SoftBank Corp. | VPNGate | Download |
| 126.153.254.194 | Japan | SoftBank Corp. | VPNGate | Download |
| 60.127.48.73 | Japan | SoftBank Corp. | VPNGate | Download |
| 219.100.37.55 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.126 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.118 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.60 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.168 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.174 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.5 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.225 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.122 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.173 | Japan | SoftEther | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 104.28.160.175 | Singapore | Cloudflare, Inc. | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 175.214.156.135 | South Korea | Korea Telecom | VPNGate | Download |
| 112.170.21.41 | South Korea | Korea Telecom | VPNGate | Download |
| 222.98.176.199 | South Korea | Korea Telecom | VPNGate | Download |
| 112.171.63.189 | South Korea | Korea Telecom | VPNGate | Download |
| 218.158.82.155 | South Korea | Korea Telecom | VPNGate | Download |
| 121.130.89.23 | South Korea | Korea Telecom | VPNGate | Download |
| 221.166.252.150 | South Korea | Korea Telecom | VPNGate | Download |
| 121.189.131.195 | South Korea | Korea Telecom | VPNGate | Download |
| 49.143.106.23 | South Korea | Kumho Cable | VPNGate | Download |
| 180.229.33.242 | South Korea | LG POWERCOMM | VPNGate | Download |
| 115.137.177.19 | South Korea | LG POWERCOMM | VPNGate | Download |
| 125.240.248.166 | South Korea | LG POWERCOMM | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 42.119.215.188 | Vietnam | FPT Telecom Company | VPNGate | Download |
| 116.100.244.178 | Vietnam | Viettel Group | 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