Skip to content

hoang-rio/vpn-gate-openvpn-udp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPN Gate OpenVPN UDP

Parse data from www.vpngate.net and save it to csv file like VPN Gate Public API (www.vpngate.net/api/iphone/)

Environment required

  1. Python 3.x installed

Installation

  • Setup venv with python -m venv venv command
  • Activate venv with venv\Script\activate on Windows or source venv\bin\activate on Linux, Unix
  • Install required python library with pip install -r requirements.txt

How to run?

Type python . command then hit Enter in root directory

Configuration

You can change output csv location in line 7 in file __main__.py like this

# csv output file
csv_file_path = "output/udp"

Made with ♥️ by Hoàng Rio

About

List vpngate openvpn server with udp and tcp port

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages