Skip to content

Switch OS proxy with nodejs, Support macOS and Windows.

Notifications You must be signed in to change notification settings

luckyyyyy/node-system-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-system-proxy

Set up windows and macOS proxies via OS API, usually used in Electron. An example of writing a nodejs plugin using objective-c and C.

Support

  • macOS >= 10.10
  • Windows >= NT 6.0

Example

import proxy from 'node-system-proxy';

proxy.enable('127.0.0.1', 8080);
proxy.disable();

About

Switch OS proxy with nodejs, Support macOS and Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published