Metadata-Version: 2.1
Name: vpn-exclude-sbs
Version: 0.1.0
Summary: A package for excluding DNSs from VPN connection.
Home-page: UNKNOWN
Author: Sara Ben Shabbat
Author-email: sarabenshabbat@gmail.com
License: UNKNOWN
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

# 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 -url < domain name >

# 2. For excluding a specifiec ip address -
python -m -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; 
Since, by default - win os requires admin privilege to modify routing table.



