Skip to content

Instantly share code, notes, and snippets.

View samiurprapon's full-sized avatar
🥴
Focusing

Samiur Prapon samiurprapon

🥴
Focusing
View GitHub Profile
@adnan360
adnan360 / README.md
Last active April 19, 2022 07:36
Automatically adds the first 6 fastest VPNGate vpn connections to Network Manager

VPNGate Auto Setup Script for OpenVPN on Linux

VPNGate is a an excellent VPN for beginners. But one of the problems is that older ovpn connections stop connecting after a few days. I can easily add them manually, but downloading the ovpn files and adding them every week is a mess! This script easily adds up to date 6 connections from VPNGate records.

Requirements

  • Only supports Linux
  • Requires network-manager-openvpn & network-manager-openvpn-gnome to be installed
  • Python 2 or 3

Instructions