vpn gate openvpn udp
1.0.0
Parse data from www.vpngate.net and save it to csv file like VPN Gate Public API (www.vpngate.net/api/iphone/)
python -m venv venv commandvenvScriptactivate on Windows or source venvbinactivate on Linux, Unixpip install -r requirements.txtType python . command then hit Enter in root directory
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