Metadata-Version: 2.1
Name: vpn_exclude_sbs
Version: 0.1.5
Summary: A package for excluding DNSs from VPN connection.
Home-page: UNKNOWN
Author: Sara Ben Shabbat
Author-email: sarabenshabbat@gmail.com
License: UNKNOWN
Description: # vpn_exclude_sbs
        
        This is a package for excluding DNSs from the VPN connection the PC connected to.
        
        You can either pass a domain name to exclude, or a specifiec ip address.
        
        # How to use ?
        
        # 1. For excluding a url -
        python -m vpn_exclude_sbs -url < domain name >
        
        # 2. For excluding a specifiec ip address -
        python -m vpn_exclude_sbs -ip < ip address >
        
        # Prerequisites:
        
        The module uses 'netifaces' module.
        For the module to work well, first, you need to install the 'netifaces' module.
        
        You can do it by:
        pip install netifaces
        
        # Additional Information:
        
        The modules supports only Windows operating system.
        
        The module requires administrator privileges to work well; <br>
        Since, by default - win os requires admin privilege to modify routing table.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
