Metadata-Version: 2.1
Name: vpn-exclude-sbs
Version: 0.0.2
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 the PC connected to.
        
        You can either pass a domain name to excluding, or a specifiec ip address.
        
        # How to use ?
        
        # 1. For excluding a url:
        python -m -url < domain name >
        
        # 2. For excluding a specifiec ip address:
        python -m -ip < ip address >
        
        
        
        
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
