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 |
|---|---|---|---|---|
| 192.235.216.13 | Canada | Neustar Security Services | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 74.122.88.200 | Grenada | Columbus Communications Grenada Ltd. | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 138.19.152.81 | Hong Kong | Hong Kong Broadband Network Limited | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 124.32.30.64 | Japan | ARTERIA Networks Corporation | VPNGate | Download |
| 122.222.94.18 | Japan | ARTERIA Networks Corporation | VPNGate | Download |
| 133.32.130.59 | Japan | ARTERIA Networks Corporation | VPNGate | Download |
| 180.198.166.240 | Japan | Chubu Telecommunications Company, Inc. | VPNGate | Download |
| 118.154.9.31 | Japan | DION (KDDI CORPORATION) | VPNGate | Download |
| 14.101.50.23 | Japan | Kddi Corporation | VPNGate | Download |
| 124.44.109.47 | Japan | NTT-ME Corporation | VPNGate | Download |
| 133.149.90.83 | Japan | om-nix | VPNGate | Download |
| 60.138.10.206 | Japan | SoftBank Corp. | VPNGate | Download |
| 60.141.151.166 | Japan | SoftBank Corp. | VPNGate | Download |
| 219.100.37.95 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.85 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.214 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.8 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.174 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.207 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.7 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.162 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.225 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.62 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.9 | Japan | SoftEther | VPNGate | Download |
| 219.100.37.54 | Japan | SoftEther | VPNGate | Download |
| 120.75.147.198 | Japan | Sony Network Communications Inc. | VPNGate | Download |
| 61.211.140.202 | Japan | STARCAT Co ., LTD. | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 175.139.186.213 | Malaysia | Telekom Malaysia Berhad | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 61.96.244.33 | South Korea | CCS | VPNGate | Download |
| 122.129.240.93 | South Korea | GORayNet | VPNGate | Download |
| 221.151.151.70 | South Korea | Korea Telecom | VPNGate | Download |
| 14.42.68.244 | South Korea | Korea Telecom | VPNGate | Download |
| 222.99.43.5 | South Korea | Korea Telecom | VPNGate | Download |
| 175.205.253.138 | South Korea | Korea Telecom | VPNGate | Download |
| 211.206.234.68 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 1.229.239.249 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| 218.37.127.4 | South Korea | SK Broadband Co Ltd | VPNGate | Download |
| IP | Country | ISP | Provider | Config |
|---|---|---|---|---|
| 42.114.65.103 | 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