daotran-client
v1.0.30
Published
A library for using centralized proxy server with expressvpn
Downloads
31
Readme
A library for using centralized proxy server that manages expressvpn
Build and publish
yarn build
npm publish
You may have to delete lib folder to avoid 'RangeError: Invalid string length'
Installation
npm i daotran-client
Using the library
Init
const client = new DaoTranClient(serverIp)
Register to server
client.register()
Send status
client.sendClientStatus(status)
Get server status
client.getServerStatus()
Request change vpn server location
client.requestChangeLocation()