Giter Club home page Giter Club logo

vpnbypass's Introduction

VPN Bypass

Uso

Executar com powershell 7 (pwsh) como Administrador

Efeitos

Atualiza rotas para a Rede Local e WSL, permitindo o uso durante a execução da VPN.

VPN Profile

Atribuir à variável $VPN_PROFILE_NAME o nome (ou parte do nome) do perfil de rede da VPN

Exemplo:

$VPN_PROFILE_NAME = "VPN"

Bypassed IPs

Atribuindo à variável $VPN_BYPASSED_IPS e/ou variável de ambiente $env:VPN_BYPASSED_IPS uma lista de IPs para não passarem pela VPN, os mesmos serão alcançados via Default Gateway da Rede Local.

Exemplo:

$env:VPN_BYPASSED_IPS = "186.192.90.12,172.217.173.78"

Bypass Public IPs

Atribuindo à variável $VPN_BYPASS_PUBLIC_IPS e/ou variável de ambiente $env:VPN_BYPASS_PUBLIC_IPS o valor "TRUE", os IPs publicos serão removidos da rota da VPN. Exemplo:

$env:VPN_BYPASS_PUBLIC_IPS = "TRUE"

Ao mesmo tempo atribuindo à variável $VPN_DOMAINS_NOT_BYPASSED e/ou variável de ambiente $env:VPN_DOMAINS_NOT_BYPASSED uma lista de domínios para passarem pela VPN, os mesmos serão alcançados via Gateway da VPN.

Exemplo:

$env:VPN_DOMAINS_NOT_BYPASSED = "orkut.com,zipmail.com"

vpnbypass's People

Contributors

fmnapoli avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.