GithubHelp home page GithubHelp logo

crawping / sysproxy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shadowsocks/sysproxy

0.0 1.0 0.0 18 KB

System Proxy Agent for Shadowsocks Windows

License: Apache License 2.0

C 100.00%

sysproxy's Introduction

sysproxy

Agent of updating network proxy settings for x86/x64 Windows.

Description

X64 Windows doesn't allow applications running in x86 mode to modify system proxy settings and vise versa. This project provides a tiny tool in both x86 and x64 binary to alert system proxy settings so you could pack them into your own application and run accordingly without having to compile your own application in both x86 and x64 platforms.

Usage

Compile the whole project with Visual Studio.

Run it in command line with the following parameters:

sysproxy global <proxy-server> [<bypass>]
         Set the global proxy to <proxy-server> with the given bypass list.
         The proxy server is a string like: localhost:8080 or 127.0.0.1:8080
         The bypass list is a string like: localhost;127.*;10.* without trailing semicolon.
sysproxy pac <pac-url>
         Use a PAC for proxy settings.
         The pac url is a url to the PAC file you try to use.
sysproxy off
         Don't use proxy at all.

sysproxy's People

Contributors

noisyfox avatar wongsyrone 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.