SOCKS Proxy Server
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
- 185.60.219.6
- 185.60.219.16
- 185.60.219.35
- 185.60.219.38
deny:
- 93.184.216.34
- 185.60.219.6
- 185.60.219.16
- 185.60.219.35
- 185.60.219.38
hostname: 0.0.0.0
port: 1337
requiresUsernamePasswordAuthentication: true
userNamePasswordPairs:
- - admin
- 123456
- - userName
- password