Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtojek/ohlavpn
Find working VPN proxy all over the world | Hola VPN
https://github.com/mtojek/ohlavpn
Last synced: 3 months ago
JSON representation
Find working VPN proxy all over the world | Hola VPN
- Host: GitHub
- URL: https://github.com/mtojek/ohlavpn
- Owner: mtojek
- License: apache-2.0
- Created: 2019-03-04T19:54:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T20:31:38.000Z (almost 6 years ago)
- Last Synced: 2024-10-03T12:24:21.482Z (4 months ago)
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 42
- Watchers: 6
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ohlavpn
[![Build Status](https://travis-ci.org/mtojek/ohlavpn.svg?branch=master)](https://travis-ci.org/mtojek/ohlavpn)
Status: **Done**
**Find working VPN proxy all over the world**
Use Hola VPN API to grab a list of fast VPN proxy servers all over the world. Use the IP-API endpoint to check their geolocation and owners (mind the service limits).
## Disclaimer
**This project is only for educational purposes. Please do not overuse the Hola VPN infrastructure or avoid Netflix limits.**
## Getting started
```
$ go get github.com/mtojek/ohlavpn
$ ohlavpn -h
Usage of ohlavpn:
-c string
country code (default "us")
-g check GeoIP data
-l int
proxy server limit (default 5)
```### First steps
Fetch active French proxy servers:
```
$ ohlavpn -c fr -l 5 -g
https://user-uuid-2188652440aa480b9b789bc8ba5a2882:[email protected]:22222 AS14061 DigitalOcean, LLC Clifton United States DigitalOcean, LLC Digital Ocean New Jersey 07014
https://user-uuid-2188652440aa480b9b789bc8ba5a2882:[email protected]:22222 AS20454 SECURED SERVERS LLC Tempe United States Secured Servers LLC Secured Servers LLC Arizona 85281
https://user-uuid-2188652440aa480b9b789bc8ba5a2882:[email protected]:22222 AS20454 SECURED SERVERS LLC Phoenix United States Secured Servers LLC Dolorem Ipsum, s.r.o Arizona 85001
https://user-uuid-2188652440aa480b9b789bc8ba5a2882:[email protected]:22222 AS20454 SECURED SERVERS LLC Tempe United States Secured Servers LLC Secured Servers LLC Arizona 85281
https://user-uuid-2188652440aa480b9b789bc8ba5a2882:[email protected]:22222 AS20454 SECURED SERVERS LLC Tempe United States Secured Servers LLC Secured Servers LLC Arizona 85281
```