1.0.0 • Published 5 years ago

socks5-addr-extract v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

socks5-addr-extract

A simple function that extracts address string and port number from SOCKS5 RFC1928 request

Usage

Just one function, return address string and port number in a object.

const { getDestAddress } = require('socks5-addr-extract')
// getDestAddress :: Buffer -> { address, port }
1.0.0

5 years ago