1.1.2 • Published 1 year ago

@niubir/node-sysproxy v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.19

1 year ago

1.0.2

1 year ago

1.1.0

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.1.2

1 year ago

1.0.3

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago