1.1.2 • Published 12 months ago

@niubir/node-sysproxy v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

node-sysproxy

Install

npm install @niubir/node-sysproxy

How to use

const { init, onHttp, onHttps, onSocks, offHttp, offHttps, offSocks, offAll } = require('@niubir/node-sysproxy')

const host = '127.0.0.1'
const httpPort = 20001
const httpsPort = 20002
const socksPort = 20003

init()

onHttp({ host: host, port: httpPort })
onHttps({ host: host, port: httpsPort })
onSocks({ host: host, port: socksPort })

offHttp()
offHttps()
offSocks()
offAll()
1.1.1

12 months ago

1.0.19

12 months ago

1.0.2

12 months ago

1.1.0

12 months ago

1.0.18

12 months ago

1.0.17

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.1.2

12 months ago

1.0.3

12 months ago

1.0.22

12 months ago

1.0.21

12 months ago

1.0.20

12 months ago

1.0.24

12 months ago

1.0.23

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.14

12 months ago

1.0.13

12 months ago

1.0.12

12 months ago

1.0.1

1 year ago

1.0.0

1 year ago