socks-proxy-server

2.0.5 • Public • Published

SOCKS Proxy Server

Travis CI

Getting Started

Quick Install

curl -s https://raw.githubusercontent.com/barend-erasmus/socks-proxy-server/master/scripts/linux-systemd-install.sh | bash

Installing

npm install -g socks-proxy-server

Usage

socks-proxy-server start --hostname 0.0.0.0 --port 1337

Usage: start [options]

  Options:

    -c --config <config>      Config
    -h --hostname <hostname>  Hostname
    -p --port <port>          Port
    -h, --help                output usage information

Uninstalling

npm uninstall -g socks-proxy-server

Example

---
allow:
- 93.184.216.34 # example.com 
- 185.60.219.6 # www.facebook.com 
- 185.60.219.16 # www.facebook.com 
- 185.60.219.35 # www.facebook.com 
- 185.60.219.38 # www.facebook.com 
deny:
- 93.184.216.34 # example.com 
- 185.60.219.6 # www.facebook.com 
- 185.60.219.16 # www.facebook.com 
- 185.60.219.35 # www.facebook.com 
- 185.60.219.38 # www.facebook.com 
hostname: 0.0.0.0
port: 1337
requiresUsernamePasswordAuthentication: true
userNamePasswordPairs:
- - admin
  - 123456
- - userName
  - password

Readme

Keywords

none

Package Sidebar

Install

npm i socks-proxy-server

Weekly Downloads

2

Version

2.0.5

License

MIT

Unpacked Size

51.2 kB

Total Files

50

Last publish

Collaborators

  • developersworkspace