1.0.7 • Published 3 years ago

proxy-setter v1.0.7

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

Proxy setter

This package currently only supports Windows OS, support for Linux will be added later.

npm install -S proxy-setter

Basic usage

const {setProxy} = require("proxy-setter");

setProxy("on", "socks=dolphinfiber.ddns.net:11118")
  .then(() => {
    console.log("Proxy changed");
  });

setProxy("off") .then(() => { console.log("Proxy disabled"); });

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago