Metadata-Version: 1.1
Name: openpyn
Version: 1.5.0
Summary: Easily connect to and switch between, OpenVPN servers hosted by NordVPN.
Home-page: https://github.com/jotyGill/openpyn-nordvpn/
Author: JGill
Author-email: joty@mygnu.org
License: GNU General Public License v3 or later (GPLv3+)
Description: |PyPI version| |license|
        
        openpyn : A wrapper around openvpn
        ===============
        
        A python3 script to easily connect to and switch between, **OpenVPN servers hosted by NordVPN**.
        Quickly Connect to the **least busy** servers (using current data from Nordvpn's website) with **lowest latency** from you.
        Find servers in a **specific country** or even a **city**. It **Tunnels DNS traffic** through the VPN which normally
        (when using OpenVPN with NordVPN) goes through your ISP's DNS (still unencrypted, even if you use a thirdparty)
        and completely compromises Privacy!
        
        Features
        --------
        - Automatically connect to least busy, low latency servers in a given country.
        - Find and connect to servers in a specific city or state. (New!)
        - Uses NordVPN's DNS servers and tunnels DNS queries through the VPN Tunnel.
        - Use Iptable rules to prevent leakage if tunnel breaks (Experimental).
        - Quickly Connect to any specific server. i.e au10 or us20.
        - Downloads and Updates (modifications) the latest config files from NordVPN.
        - Option to run the script in background (openvpn daemon mode).
        - Options to finetune server selection based on "Server Load" or "Ping Latency".
        - Excludes the servers that don't support OpenVPN (TCP or UDP depending upon which one you are trying to use).
        - Finds and displays nord vpn servers (with extra info) in a given country.
        - Now list and connect to servers with "Peer To Peer" --p2p, "Dedicated IP" --dedicated, "Tor Over VPN" --tor, \
        "Double VPN" --double, "Anti DDos" --anti-ddos support.
        
        To Install
        --------------
        
        ::
        
            pip3 install openpyn
        
        To Upgrade
        -------------
        
        ::
        
            pip3 install --upgrade openpyn
        
        To Uninstall
        ----------------
        
        ::
        
            pip3 uninstall openpyn
        
Keywords: openvpn wrapper,nordvpn,nordvpn client,secure vpn,vpn wrapper,private vpn,privacy
Platform: GNU/Linux
Platform: Ubuntu
Platform: Debian
Platform: Kali
Platform: CentOS
Platform: Arch
Platform: Fedora
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Utilities
Classifier: Topic :: Security
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
