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 |
|---|---|---|---|---|
| 115.179.206.241 | Japan | ARTERIA Networks Corporation | VPNGate | Download |
| 119.243.49.211 | Japan | BIGLOBE Inc. | VPNGate | Download |
| 61.21.70.252 | Japan | JCOM Co., Ltd. | VPNGate | Download |
| 106.153.16.152 | Japan | Kddi Corporation | VPNGate | Download |
| 175.129.117.170 | Japan | Kddi Corporation | VPNGate | Download |
| 106.179.237.234 | Japan | Kddi Corporation | VPNGate | Download |
| 217.138.212.62 | Japan | M247 Europe SRL | VPNGate | Download |
| 180.3.235.236 | Japan | NTT Communications Corporation | VPNGate | Download |
| 101.142.46.106 | Japan | OPTAGE Inc. | VPNGate | Download |
| 219.63.13.25 | Japan | SoftBank Corp. | VPNGate | Download |
| 126.58.207.223 | Japan | SoftBank Corp. | VPNGate | Download |
| 219.100.37.64 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.176 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.219 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.182 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.170 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.201 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.25 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.115 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.167 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.220 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.8 | Japan | SoftEther | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 103.198.148.130 | Myanmar | NTT MYANMAR CO., LTD. | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 112.168.254.233 | South Korea | Korea Telecom | VPNGate | Download |
| 112.184.241.71 | South Korea | Korea Telecom | VPNGate | Download |
| 221.150.85.153 | South Korea | Korea Telecom | VPNGate | Download |
| 222.102.158.99 | South Korea | Korea Telecom | VPNGate | Download |
| 125.142.173.64 | South Korea | Korea Telecom | VPNGate | Download |
| 221.164.41.175 | South Korea | Korea Telecom | VPNGate | Download |
| 221.167.213.174 | South Korea | Korea Telecom | VPNGate | Download |
| 222.119.189.110 | South Korea | Korea Telecom | VPNGate | Download |
| 180.230.30.211 | South Korea | LG POWERCOMM | VPNGate | Download |
| 112.145.244.160 | South Korea | LG POWERCOMM | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 217.165.11.213 | United Arab Emirates | Emirates Telecommunications Corporation | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 42.113.134.119 | 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