Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vpn-exclude-sbs

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vpn-exclude-sbs

A package for excluding DNSs from VPN connection.

  • 0.2.0
  • PyPI
  • Socket score

Maintainers
1

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;
Since, by default - win os requires admin privileges to modify routing table.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc